mDot application
- This topic has 5 replies, 3 voices, and was last updated 7 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
hi,
can anybody will help me to get the information regarding mDOt?
how i can use the mDot for the application?
is it similar to RM186 module,which will take data from different sensors and that information will pass to multiconnect conduit gateway?
please reply as early as possible.
regards,
Kajol
is it similar to RM186 module,which will take data from different sensors and that information will pass to multiconnect conduit gateway?
https://developer.mbed.org/platforms/MTS-mDot-F411/
The mDot has SPI, I2C, uart, and digital and analog IOs, so it can be connected to sensors and other devices and can be programmed to report sensor data back to the gateway. This would involve writing an application using libmDot.
https://developer.mbed.org/platforms/MTS-mDot-F411/#lora-stack-libmdot
We have some example applications that provide a good starting point.
https://developer.mbed.org/platforms/MTS-mDot-F411/#example-programs
Hope this helps!
Cheers,
Mike
i checked the links provided by you and understood that it can collect data from sensors.
http://www.multitech.com/documents/publications/data-sheets/86002171.pdf as given here the communication scenario, like this any implemented application available some where?
The second link I posted before is to a set of example programs for mDot and xDot.
-Mike