A multifunctional and modular Firmware for Multitech's mDot based on ARM mBed provides a widerange of functionality for several Sensors such as MAX44009, BME280, MPU9250, SI1143 and uBlox. It allows you to quickly build a Sensornode that measures specific data with its sensors and sends it via LoRaWAN.
Dependencies: mDot_LoRa_Sensornode_Flowmeter_impl mbed-rtos mbed
You are viewing an older revision! See the latest version
Installation of the Sensors
mDot Pinout¶
The image shows you all the Pins of the mDot and its names.
Connecting Sensors with mDot¶
Connect the pins of the Sensors according to the following tables
| MAX44009 Pin | mDot Pin |
|---|---|
| SDA | PC_9 |
| SCL | PA_8 |
| VCC | VOUT |
| GND | GND |
| BME280 Pin | mDot Pin |
|---|---|
| SDA | PC_9 |
| SCL | PA_8 |
| VDD | VOUT |
| GND | GND |
| MPU9250 Pin | mDot Pin |
|---|---|
| SDA | PC_9 |
| SCL | PA_8 |
| VDD | VOUT |
| GND | GND |
| SI1143 Pin | mDot Pin |
|---|---|
| SDA | PC_9 |
| SCL | PA_8 |
| VDD | VOUT |
| GND | GND |
| uBlox Pin | mDot Pin |
|---|---|
| RX | PA_2 |
| TX | PA_3 |
| VDD | VOUT |
| GND | GND |