jack85 Posted August 7, 2018 Posted August 7, 2018 (edited) Hi, Does anyone worked with mesh module? I have bought a wireless sensor for the impact detection monitoring system, the sensor consists of the wireless module and looking for better way to connect these wireless sensor transmitter through the receiver and share the readings with designed UI in Orange PI, Any useful advice to make the wireless module compatible will be very helpful. Edited August 7, 2018 by jack85
WarHawk_AVG Posted August 8, 2018 Posted August 8, 2018 Possibly using a wifi to serial. Better yet, a NodeMCU module possibly? Just did some googling...it uses digimesh https://www.digi.com/products/digimesh Then just need to import the data provided by the modules and generate a webpage or other output https://iot.electronicsforu.com/expert-opinion/mesh-network-applications/2/ Other than that...not sure how it would be implemented maybe an open source home automation network software...this way it could display the outputs in graph forms or whatever you want it to...https://www.openhab.org/
jack85 Posted August 16, 2018 Author Posted August 16, 2018 Hello Thanks for the reply, Is it possible to configure these modules with Orange pi and get it connected with internet through LAN port and send the data of Mesh network sensor to online servers easily? and to do that is there any suitable example which helps to get some knowledge about it?
WarHawk_AVG Posted August 16, 2018 Posted August 16, 2018 I don't quite follow, the openHAB can be setup as a mesh network...then thru the openHAB Cloud connector sync with an off site cloud server...or you can host it yourself locally it's compatible with tons of devices...not only can it be used for "home automation" but it can also be used to collect data from devices...those devices are the mesh setup getting data back to the server...the server then talks to the cloud server Check out openHAB Z-Wave
Recommended Posts