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: 2016-02-18
Package Version: 1.1.0.1
Example: 1.0.0.0
Category: Graphics & LCD
Downloaded: 9377 times
Followed by: 4 users
License: MIT license
Set of examples for mikromedia for PIC18FJ.
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 PIC18FJ - Examples" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "mikromedia for PIC18FJ - Examples" changes.
Do you want to report abuse regarding "mikromedia for PIC18FJ - Examples".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1377608630_mikromedia_for_p_mikroc_pic.rar [487.69KB] | mikroC PRO for PIC |
|
1377608667_mikromedia_for_p_mikrobasic_pic.rar [501.75KB] | mikroBasic PRO for PIC |
|
1377608692_mikromedia_for_p_mikropascal_pic.rar [503.09KB] | mikroPascal PRO for PIC |
|
These examples demonstrates usage of various external modules connected to microcontroller PIC18F87J50. It uses 8MHz crystal oscillator, and can be multiplied with PLL.
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
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
Uses PIC18F87J50 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.
- Displays picture on TFT screen and demonstrates 320x240 color TFT Display.
- Touch Panel Calculator example which shows usage of Touch screen. Program displays classic calculator, reads inputs from Touch Panel and displays result.
Connects with PIC18F87J50 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.