Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ldab/modbridge-and-blynk
MODBUS RTU, esp8266 based, cloud gateway with Blynk Cloud IoT App, example to be used with SDM energy meters
https://github.com/ldab/modbridge-and-blynk
blynk energy esp8266 meter modbridge modbus-master modbus-rtu sdm120 wemos
Last synced: 6 days ago
JSON representation
MODBUS RTU, esp8266 based, cloud gateway with Blynk Cloud IoT App, example to be used with SDM energy meters
- Host: GitHub
- URL: https://github.com/ldab/modbridge-and-blynk
- Owner: ldab
- License: apache-2.0
- Created: 2018-06-12T23:11:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T22:50:31.000Z (almost 6 years ago)
- Last Synced: 2024-01-29T16:55:56.124Z (10 months ago)
- Topics: blynk, energy, esp8266, meter, modbridge, modbus-master, modbus-rtu, sdm120, wemos
- Language: C++
- Homepage:
- Size: 37.1 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MODBridge-and-Blynk
This is a working example of open source MODBridge working with the SDM120 Energy meter via MODBUS RTU.
- MODBridge can be find at: untrol.io and Tindie
- SDM120 Energy meter: SDM120 Modbus RS485 Single Phase DIN Rail Energy Meter
- SDM220 Energy meter: SDM220-Modbus Single Phase DIN Rail Energy meter, RS485 Modbus
- SDM630 Energy meter: SDM630-Modbus Din Rail Three Phase Energy Meter. RS485
- Programming dongle for UART/USB if not, OTA: USB to serial UART Programming
The firmware has been writen using PlatformIO which is a nie, neat IDE, check it out: Learn how to install PlatformIO IDE
If you're feeling brave and want to customize or improve the Firmware Over the Air (OTA), check this link: Over-the-Air (OTA) update basically you change your sketch and upload it by running the following line on PlatformIO terminal:
platformio run --target upload --upload-port IP_ADDRESS_HERE
OR if you want to use Arduino IDE: Arduino IDE OTA
Download Blynk App: Getting Started with Blynk
And scan the following QR code to clone the demo App:
To do: -Make registers and conf user friendly