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: Dany
Compiler: mikroPascal PRO for PIC
Description:
The basic functions for the DS1820 (digital temperature sensor), including string output, ready to display. A routine to convert a temperature read from a DS18B20 to a string (to e.g. display on an LCD) is also present. An example of its usage can be found in the example project in the zip file.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Same as LCD1602_4bits.mpas, but more generic. Capable of handling up to 4 rows of characters, and 16 or 20 columns per row. The init routine has now 1 parameter more: the number of columns. Connection diagram and Connection diagram with LCD reset available in the zipfile.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Uart Receiver routine(s) with circular receive buffer, interrupt driven. Usage example: "MainUsartReceiver.mpas"in zipfile.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Permits to read data from and write data to USB devices using the CDC protocol (makes the USB device look like a serial port). Intended for the PIC18F2455/2550/4455 and 4550 PICs or PICs with the same USB SIE.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Permits to read data from and write data to USB devices using the "HID" protocol (no driver at PC side required). Intended for the PIC18F2455/2550/4455 and 4550 PICs or PICs with the same USB SIE.
Author: Norbert (KJ6ZD)
Compiler: mikroC PRO for dsPIC
Description:
This is my DTMF decoder version for a PIC24 MCU. The code is tailored for the PIC24FJ128GA080. In this version I am using timer and RA15 interrupts. The chip has no lower PORTA, therefore the DTMF nibble is relocated to PORTB low. The LCD is connected to PORTD.