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.

/media/uploads/mitea1/pinout_mdot.png

Connecting Sensors with mDot

Connect the pins of the Sensors according to the following tables

MAX44009 PinmDot Pin
SDAPC_9
SCLPA_8
VCCVOUT
GNDGND
BME280 PinmDot Pin
SDAPC_9
SCLPA_8
VDDVOUT
GNDGND
MPU9250 PinmDot Pin
SDAPC_9
SCLPA_8
VDDVOUT
GNDGND
SI1143 PinmDot Pin
SDAPC_9
SCLPA_8
VDDVOUT
GNDGND
uBlox PinmDot Pin
RXPA_2
TXPA_3
VDDVOUT
GNDGND

You don't need to connect every Sensor just the ones that you want to use for your specific use-case.


All wikipages