In this page are contained simple usage examples. For download full, finished applications, go to Projects page.
PIC32 examples are below PIC24 examples.
PIC24FJ64GB002 examples
- Blinking a led with delays
- Blinking a led with a timer interrupt
- Using interrupt source on INT0 to check a Button with antibounce
- UART – simple demo with UART1
- UART – more complex demo with UART2, PrintF and 2 interrupts sources
- ADC – Reading 1 channel with average, results on USB or UART
- ADC – Reading 3 channels with autoscan, results on USB or UART
- Data EEprom Emulation example
- USB Device – Using USB port as Serial port emulation (CDC)
- USB Device – A simple USB Display
- USB HOST – Interfacing to an USB mouse
- USB HOST – Writing and Reading file on a USB thumbdrive
- Nokia 3310 / Nokia 5110 display demo
- I2C EEprom interfacing
- Using an LCD HD44780 with an IO Expander
- Internal Real Time Clock Calendar (RTCC) usage
- PWM Demo (203 downloads)
- HC-SR04 reading example (191 downloads) (reads HC-SR04 sensor and display distance on Nokia LCD, see “connections.txt” file)
- How to drive 6 servo using interrupts
- USB CDC Stack by Dangerous Prototypes
- OLED Demo