Have anyone experienced MySensors gateway with GPRS(MQTT)?
-
I have SIM800L+ATMEGA328P setup. With this setup, I can use MQTT with TintGSM library.
I have some remote areas, where I want to implement MySensors setup and Gateway needs internet. I believe when we change PubSubClient code as follows gateway will work with GSM/GPRS module.
TinyGsm modem(SerialAT); TinyGsmClient client(modem); PubSubClient mqtt(client);
Source: https://github.com/vshymanskyy/TinyGSM/blob/master/examples/MqttClient/MqttClient.ino#L54~L56
Have anyone experience with this setup? Any hits?
-
@jkandasa I just finished a Gateway build with TinyGSM. You can find it here: https://www.openhardware.io/view/567/MySensors-GSM-Gateway