We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: MIKROE
Last Updated: 2013-08-05
Package Version: 1.0.0.1
Example: 1.0.0.0
Category: Graphics & LCD
Downloaded: 4134 times
Followed by: 1 user
License: MIT license
Set of examples for mikromedia for dsPIC33EP.. Provided examples demonstrate working with mikromedia's various features and modules:
- Accelerometer
- MMC SD card
- MP3
- Serial Flash
- TFT
- Touch Panel
- USB
Do you want to subscribe in order to receive notifications regarding "mikromedia for dsPIC33EP - Examples" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "mikromedia for dsPIC33EP - Examples" changes.
Do you want to report abuse regarding "mikromedia for dsPIC33EP - Examples".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1375715674_mikromedia_for_d_mikroc_dspic.rar [710.94KB] | mikroC PRO for dsPIC30/33 & PIC24 |
|
1366306475_mikromedia_for_d_mikrobasic_dspic.rar [719.96KB] | mikroBasic PRO for dsPIC30/33 & PIC24 |
|
1366306503_mikromedia_for_d_mikropascal_dspic.rar [721.21KB] | mikroPascal PRO for dsPIC30/33 & PIC24 |
|
These examples demonstrates usage of various external modules connected to microcontroller dsPIC33EP512MU810. It uses 8MHz crystal oscillator, multiplied with PLL to 140MHz.
Communication between microcontroller and accelerometer is performed over I2C Interface.
It's a simple test which demonstrates working with Accel on-board module. Results are displayed on TFT.
Enables storage of large amount of data externally. For communication with microcontroller SD cards use Serial Peripheral Interface (SPI).
Example demonstrates various aspects of usage of the Mmc FAT16 library
- Displays picture on TFT screen and demonstrates 320x240 colour TFT Display.
- Touch Panel Calculator example which shows usage of Touch screen. Program displays classic calculator, reads inputs from Touch Panel and displays result.
Enables audio reproduction on 3.5mm audio connector. Microcontroller communicates with this module over SPI. Program reads one mp3 file from MMC and sends it to VS1053E for decoding and playing. MMC and MP3 share Hardware SPI
View full imageUses dsPIC33EP512MU810 integrated USB module.
Demonstration of USB HID communication. After connecting with computer via USB cable, mikromedia is recognized as USB HID device, and program will echo back any message sent to board.
Connects with dsPIC33EP512MU810 via Serial Peripheral Interface (SPI).
Simple test which demonstrates use of on-board Serial Flash. Program writes byte and array of bytes and reads it back.