Here users can view project made by users of our compilers. Users can also post their project in order to share experience and knowledge using mikroElektronika compilers.
Author: Norbert (KJ6ZD)
Compiler: mikroC PRO for PIC
Description:
DTMF decoder with character storage in RAM and readback from RAM. This project is essentially
the same as my previous posts except this version does not use the EEPROM for storage, instead it uses RAM to temporarily store the character string.
Author: Norbert (KJ6ZD)
Compiler: mikroC PRO for PIC
Description:
This is an slightly advanced version of the DTMF decoder. Works similar, however stores decoded DTMF in EEPROM and can retrieve the stored ASCII by sending "*" to the application. The last n numbers of stored (<0x0F) DTMF will be displayed in the second LCD row.
Author: Norbert (KJ6ZD)
Compiler: mikroC PRO for PIC
Description:
This project uses an HT8870 DTMF decoder chip. A 16 x 2 LCD will display the decoded DTMF character and its ASCII equivalent. The STD line from the chip will cause an interrupt on PORTB.0 and is handled within the interrupt service routine to initiate the decode process.
Author: Roman Black
Compiler: mikroC for PIC
Description:
This project measures the baud rate (period) of an incoming 0x00 byte on USART1. This period is displayed on the Graphic LCD in 0.1uS resolution, and the PIC also converts this to actual "baud" and the Graphic LCD displays the measured baud to a 0.1 baud resolution.
Author: Natan Jimenez
Compiler: mikroBasic PRO for PIC
Description:
This simple project is to send an example to my students that can use it as a starting point in their project and achieve maximize range of applications that can be achieved with the microcontroller LCD and various peripherals that can function as input and output elements.
Author: Roy Seifert
Compiler: mikroBasic PRO for PIC
Description:
How to convert a game controller with an older joystick interface into a game controller with a USB interface. I have also included a .pdf file with a short article on the process with schematics.