Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MPU9250_SPI SDFileSystem XBeeLib
Homepage
Hello Putacos!¶

Hardware¶
- NUCLEO-F401RE Board using STM32F401RET6 - see https://os.mbed.com/platforms/ST-Nucleo-F401RE/
- NUCLEO-F446RE Board using STM32F446RET6 - see https://os.mbed.com/platforms/ST-Nucleo-F446RE/
- u-blox EVK-ODIN-W2 Board using EVK-ODIN‑W262 - see https://os.mbed.com/platforms/ublox-EVK-ODIN-W2/
- Nordic nRF51-DK - see https://os.mbed.com/platforms/Nordic-nRF51-DK/
ToDo List¶
- Implement PowerSaving - see https://os.mbed.com/cookbook/Power-Management or https://os.mbed.com/users/no2chem/notebook/mbed-power-controlconsumption/
Finished List¶
- Implemented "Debugging" - PC Interface - see https://os.mbed.com/handbook/SerialPC
- Implemented "AnalogIn" - Microphone Interface - see https://os.mbed.com/handbook/AnalogIn
- Implemented "SDCard" - SPI Interface - see https://os.mbed.com/users/neilt6/code/SDFileSystem/
- Implemented "MPU9250" - SPI Interface - see https://os.mbed.com/users/kylongmu/code/MPU9250_SPI/
- Implemented "XBeeLib" - XBee Interface - see https://os.mbed.com/teams/Digi-International-Inc/code/XBeeLib/
- Implemented "Threading" - see https://os.mbed.com/handbook/RTOS
- Implemented "Tickers" - see https://os.mbed.com/handbook/Ticker
- Implemented "Timers" - see https://os.mbed.com/handbook/Timer
Problems¶
- Fixing Data Package Size for XBee
- Fixing Memory Leak - Error: "Not enough stdlib mutexes"
- Fixing Microphone Peaks