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: Rich Irace
Compiler: mikroC for PIC
Description:
Simple MIDI Controller, use to monitor. MIDI bytes, generate MIDI patch changes, and MIDI Volume messages. Schematics and Source Code included.
Author: Warren Schroeder
Compiler: mikroBasic for PIC
Description:
There are times when we might need to create an event that is beyond the normal interrupt cycle of the interna ltimers. Also, PIC's are getting faster and the real time range of the timers are somewhat shortened as a result.
Author: Warren Schroeder
Compiler: mikroBasic for PIC
Description:
Now it is possible to easily format a number and send directly via USART and to an LCD. PRINT_DEC() (or Print Decimal) is a very useful and powerful function which converts any unsigned number to an ascii string of parsed decimal digits.
Author: zristic
Compilers: mikroBasic for PIC
Description:
Manchester code carries information about bit rate and this is very useful to make transmitter and receiver synchronized. However, two levels per each bit require double the bandwith for transmition.
Author: Krunoslav Kanjuh
Compiler: mikroPascal for PIC
Description:
This project reads all filenames from MMC/SD memory card and prints it on Graphic LCD. Tested with BigPIC3 development tool, PIC18F8722 and Graphic LCD 128x64 (KS0108B).
Author: zristic
Compilers: mikroPascal for PIC
Description:
Manchester code carries information about bit rate and this is very useful to make transmitter and receiver synchronized. However, two levels per each bit require double the bandwith for transmition.