Skip to content
Home » Project

Project

How to build 4 channel RF remote controller

Referred to previous article “Learning-code remote controller and how to decode it” we discussed about it and its library for EV15xx. The source language is C for ATMega8, just explain how to decode remote’s code and you have to add extra parts; so we decided to build a practical 4 channel remote controller project. Stay with sisoog. Copyleft License Depend on “Free software, software freedom”, we publish this project as GPL V3 license. All documents and resources are available to… Read More »How to build 4 channel RF remote controller

All about software MP3 software decode by Microcontroller

Introduction In the past lecture we talked about the appearance of MP3 files and its advantages. In this part we are going to demonstrate how to decode and play a MP3 files. As it is mentioned before, a MP3 file by decoding and encryption reduces sound file versus WAV files. Each part of this decoding called frame. To have proper sound output, we should be able to unzip separated frames in appropriate time and to play the sound we should… Read More »All about software MP3 software decode by Microcontroller