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: mDot_LoRa_Sensornode_Flowmeter_impl mbed-rtos mbed
Bugs
No Si1143 is connected to mDot¶
If you are not using the Si1143 and its not connected to the board comment out its initialization
commenting out si1143->init()
void Application::configureSensors(){ max44009->init(config->getMAX44009_MODE()); bme280->init(config->getBME280_MODE()); mpu9250->init(config->getMPU9250_MODE()); // si1143->init(config->getSI1143_MODE()); gpsSensor->init(config->getuBlox_MODE()); }
i2c bus waits forever to get an answer from an unconnected si1143