mbed

Dependents of mbed

A dependent is a program or library which makes use of this library.

Simple LED counter LED_counter
LCD Accelerometer with interrupt fault
HTTP Server based on Rolf Meyers work http, server
This is a modified version of TextLCD on the Cookbook for 20X4 LCD specific. This does not control RW line, so we can reduce the number of pin usage on … LCD, RW
This is a monitor program which can see some mbed running conditions such a memory contents, time (if RTC set up), CPU information and others.
generate ECG signal, from "rdsamp"ed physionet data dac, ecg, physionet
RDM630 RFID Module with I2C LCD I2C, LCD, RDM630
Fast GPIO using C++ templates. Now with port I/O. digitalOut, GPIO
Code for Nokia LCD (text ) based on Epson controller. This is on the new Sparkfun board with the two switches.sx
Fading/Moving LED display dimming, eye, fading, led, PwmOut, robot
Networking stack: HTTP Client example client, http, network
Networking stack: HTTP Client Streaming example client, http, network, streaming
Networking stack: HTTP Server simplest example example, hello, http, network, server, world
Networking stack: HTTP Server example http, network, server
Networking stack: Twitter example client, http, network, tweet, twitter
Gakken Otona no Kagaku magazine Vol.27 POV mbed version. http://kanpapa.com/today/2010/05/mbed-pov.html POV
A Simple program that simplifies development of SPI devices. It alows you to read and write to registers using a PC serial terminal in real time. com, RW, Serial, SPI
Hello World example for the PCF8574 helloworld, I2C, PCF8574
It is a simple clock that used TextLCD and NTP Client. NTPClient, RTC, TextLCD
This is Petit FAT File System Module for mbed NXP LPC1768. The ported library from http://elm-chan.org/fsw/ff/00index_p.html made by Mr. ChaN. The connection is same as SDCard library here http://mbed.org/projects/cookbook/wiki/SDCard . … card, FAT, SD, SDCard, SPI
This is Petit FAT File System Module for mbed NXP LPC1768. The ported library from http://elm-chan.org/fsw/ff/00index_p.html made by Mr. ChaN. The connection is same as SDCard library here http://mbed.org/projects/cookbook/wiki/SDCard . … card, FAT, SD, SDCard, SPI
Library for the OLED display, as used on the mbed LPCXpresso Baseboard EmbeddedArtists, library, OLED
RTC set with the http client. HTTPClient, RTC
"PCF2127A" : RTC chip with TCXO and quartz crystal demo Please refer >> http://mbed.org/users/okano/notebook/nxp_pcf2172a-demo-code/ I2C, PCF2127A, RTC
"LM75B" : I2C digital temperature sensor demo http://mbed.org/users/okano/notebook/nxp_lm75b-demo-code/ I2C, LM75B, Temperature
Hello World example for the EAOLED display EAOLED, EmbeddedArtists, helloworld, OLED
Hello World example for the EM-406 GPS library EM406, GPS, helloworld
Fast 20MHz PWM, with double edge controlled PWMs (90° Phase shifted). CPU clock had to be adjusted to 80MHz (PLL-controlled). Done by accessing the registers directrly. cclk, clock, CPU, pwm
PLL Check with changed USB-Serial baudrate to 921600 baudrate, check, PLL, Serial, USB
Makes 100 samples on maximum sample rate and transmits it over UART fast, UART
A simple Round Robin Task scheduler (a sub minimalistic Operating System) with no inter Task communication implemented (semaphores, mailboxes etc) nor task local varibales can be used. They have to … Scheduler
Alpha numeric LCD Library with support for 40x2 display LCD
An Echo server as described in RFC862. Written as a learning exercise for using Donatien's network stack. Hopefully of some use to others to get started with socket programming. ethernet, lwip, network, server
InterruptIn testcase.
Example program with HTTPServer and sensor data streaming over TCPSockets, using Donatien Garnier's Net APIs and services code on top of LWIP. Files StreamServer.h and .cpp encapsulate streaming over TCPSockets. … HTTPServer, TCPSocket