Use your forum account to login.

LOGIN

TOP Contributors

  1. MikroElektronika Team (42 codes)
  2. Alcides Ramos (30 codes)
  3. Dany (24 codes)
  4. NART SCHINACKOW (22 codes)
  5. Rajendra Bhatt (6 codes)
  6. Roman Black (6 codes)
  7. Alberto Trasimeni (6 codes)
  8. Andrew Hazelden (6 codes)
  9. Russell Kelly (5 codes)
  10. Peter Erasmus (5 codes)
Libstock prefers package manager

Package Manager

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]

< Back
Example

mikromedia for Stellaris - Examples

Rating:

Author: MikroElektronika Team

Last Updated: 2012-01-09

Category: Graphics & LCD

Downloaded: 661 times

Not followed.

Set of examples for mikromedia for Stellaris® M3. Provided examples demonstrate working with mikromedia's various features and modules:

- Accelerometer
- MMC SD card
- MP3
- Serial Flash
- TFT
- Touch Panel
- USB

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "mikromedia for Stellaris - Examples" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "mikromedia for Stellaris - Examples" changes.

Do you want to report abuse regarding "mikromedia for Stellaris - Examples".

  • Information
  • Comments (0)

Example Blog

mikromedia for Stellaris

mikromedia for Stellaris

Front and back view of mikromedia for Stellaris.

View full image

These examples demonstrates usage of various external modules connected to microcontroller ARM® Cortex™-M3 LM3S9B95

Accelerometer module ADXL345

Accelerometer module ADXL345

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.

View full image
micro Sd card slot

micro Sd card slot

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

View full image
MP3 codec audio controller VS1053

MP3 codec audio controller VS1053

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 image
USB module connection

USB module connection

Uses LM3S9B95 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.

View full image
TFT with Touch Panel MIO283QT2

TFT with Touch Panel MIO283QT2

- 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.

View full image
8Mbit Serial Flash memory module M25P80

8Mbit Serial Flash memory module M25P80

Connects with LM3S9B95 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.

View full image

ALSO FROM THIS AUTHOR

SMS home alarm system

Build your own home-made SMS alarm system, with minimum expenses using StartUSB for PIC, Smart GM862 with Telit GM862 module and antenna, Motion Sensor and a wire jumpers.

[Learn More]

EasyPIC6 Examples

Examples for EasyPIC 6 development system

[Learn More]

GPS click - Example

Simple example which demonstrates usage of the GPS Click board.
It displays a map of the world on the Glcd and shows the location of the GPS module on it.

[Learn More]