SEARCH
TOOLBOX
LANGUAGES
modified on 10 November 2016 at 17:13 ••• 65,041 views

Mbed Book Examples on Micromint Bambino

From Manuals

(Difference between revisions)
Jump to: navigation, search
Line 29: Line 29:
|Output an Analog signal
|Output an Analog signal
|-
|-
 +
|[[04-02 SawtoothWave|04-02 Saw Tooth Wave]]
|
|
 +
|-
 +
|[[04-03 SinusoidWave|04-03 Sinusoid Wave]]
|
|
|-
|-
-
|
+
|[[04-04 PWMOutput|04-04 PWM Output]]
|
|
|-
|-
-
|
+
|[[04-05 PWMDCMotor|04-05 PWM DC Motor]]
|
|
|-
|-
-
|
+
|[[04-06 SoftwarePWM|04-06 Software PWM]]
|
|
|-
|-
-
|
+
|[[04-07 OrangesAndLemons|04-07 Oranges and Lemons]]
|
|
|-
|-
-
|
+
|[[05-01 LEDBrightness|05-01 LED Brightness]]
|
|
|-
|-
-
|
+
|[[05-02 PWMPulse|05-02 PWM Pulse]]
|
|
|-
|-
-
|
+
|[[05-03 PWMFrequency|05-03 PWM Frequency]]
|
|
|-
|-
-
|
+
|[[05-04 LoggingData|05-04 Logging Data]]
|
|
|-
|-
-
|
+
|[[05-05 DataConversion|05-05 Data Conversion]]
|
|
|-
|-
-
|
+
|[[05-05 DataConversion|05-05 Data Conversion]]
|
|
|-
|-
-
|
+
|[[06-01 SevenSegCounter|06-01 Seven Segment Counter]]
|
|
|-
|-
-
|
+
|[[06-02 TwoDigitCounter|06-02 Two Digit Seven Segment Counter]]
|
|
|-
|-
-
|
+
|[[06-03 KeyPressDisplay|06-03 Key Press Display]]
|
|
|-
|-
-
|
+
|[[06-04 HeaderTemplate|06-04 Header Template]]
|
|
|-
|-
-
|
+
|[[06-05 ModularCodeExample|06-05 Modular Code Example]]
|
|
|}
|}

Revision as of 19:55, 28 July 2014

The mbed FEESD book is a great introduction to the ARM mbed framework. You can quickly become familiar with mbed functions by working with code examples for reading sensors, controlling switches and motors, generating sound and other practical applications. This document covers how to use the examples with the Micromint Bambino.

mbed Book Examples
Example Description
02-01 SimpleLED Simple LED flashing.
03-01 While Loop While Loop Example
03-02 Flashing LED Flashing LEDs
03-03 IfElseSwitch Read an input and flash an LED based on the input
03-04 PhotoInterruptor Read an optical sensor and turn on an LED
03-05 Seven Segment Display Using BusOut to display numbers on a seven segment display
04-01 Dac Output Output an Analog signal
04-02 Saw Tooth Wave
04-03 Sinusoid Wave
04-04 PWM Output
04-05 PWM DC Motor
04-06 Software PWM
04-07 Oranges and Lemons
05-01 LED Brightness
05-02 PWM Pulse
05-03 PWM Frequency
05-04 Logging Data
05-05 Data Conversion
05-05 Data Conversion
06-01 Seven Segment Counter
06-02 Two Digit Seven Segment Counter
06-03 Key Press Display
06-04 Header Template
06-05 Modular Code Example

Downloads

Documents

mbed Texbook Overview
http://mbed.org/cookbook/Textbook
Overview of the textbook "Fast and Effective Embedded Systems Design: Applying the ARM mbed" by Rob Toulson and Tim Wilmshurst.
mbed Texbook Course Notes
http://mbed.org/cookbook/Course-Notes
Course notes for textbook referenced above.

Books

Fast and Effective Embedded Systems Design: Applying the ARM mbed

Fast and Effective Embedded Systems Design: Applying the ARM mbed

ISBN: 0080977685 Publisher: Newnes; (August, 2012)

Introduction to embedded systems design, using the ARM mbed and C programming language as development tools.

Links

mbed Community
http://mbed.org/
mbed community site with documentation, code examples and forums