RFM12B Example
Dependencies: RFM12B TextLCD mbed-rtos mbed
mBed RFM12B module Hello World example
The main purpose of this example was to implement the RFM12B module in order to be able to establish communication with the Moteino (arduino clone that uses the RFM12B).
In this example I’m able to test the communication between:
1) mBed -> mBed (2 RFM12B modules sharing the same mBed board)
2) mBed -> Moteino
3) Moteino -> mBed
Who/What is Moteino? (http://lowpowerlab.com/moteino/)
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:62126ff61851 | 2013-05-31 | hajesusrodrigues | Implementation of Sleep/WakeUp/LowBattery methods. |
6:a16fea75abd3 | 2013-05-30 | hajesusrodrigues | Add "Peter Drescher" TextLCD Library |
5:2eecad1632be | 2013-05-30 | hajesusrodrigues | Add "Peter Drescher" TextLCD Library |
4:03f3bdc02069 | 2013-05-30 | hajesusrodrigues | TextLCD Library Removed. |
3:bb1f6d97e7e3 | 2013-05-30 | hajesusrodrigues | TextLCD library Changed. |
2:23bc34ad7aa5 | 2013-05-30 | hajesusrodrigues | RFM12B Example |
1:e30050868e55 | 2013-05-30 | hajesusrodrigues | Code Format |
0:9457949d5d00 | 2013-05-30 | hajesusrodrigues | mBed RFM12B module example. ; mBed -> mBed (2 RFM12B modules using the same mBed); mbed -> Moteino ; Moteino -> mBed; ; Who/What is Moteino? (http://lowpowerlab.com/blog/2012/12/20/moteino-the-wireless-low-power-low-cost-arduino-clone/) |