Who's willing to try Blynk with GSM modules?

@GsmKey: That looks like mine “old” problem, when using too high BaudRate with Software Serial library. Now I’m going on hardware Serial wit NANO (Atmega) at 250k bps (yes, that high… because that is the baudrate with least error on USART while using 20MHz clock). I’m not sure if ESP has similar issue with Software Serial (never liked that library :wink: ) but you can tweak the speed and watch the results.

And regarding the signal quality: Yes, the signal has to be quite stable, because (@vshymanskyy correct me if I’m wrong) the library doesn’t monitor it at any point. I’m not sure if with that com method with modem, software can monitor it by means of result codes, but gonna check it in spare time (which is not he case for now)

Tnx for info.

I have very slow speed (9600) and software serial port. I try to use hardware, but not work.

Quality of signal si LOW, but work good on other systems.
I have passive house and signal inside is low, because insulation is with aluminium foil (Faraday kube)

I will try difeerent speed of serial port.

Hello,

tnx for support. I have good news: my system works!!!

Now i have problem with stability.
I change status few times, then communication stop.
My test system is very simple. I change Virtual variable in bylink.
After this, on esp8266 run virtual procedure in change status of relay in
other virtual variable. If is ok, the i see change. If is communacation broken then
status not change.
If i tray for a cca 20 minutes then change status for a few times.

BR
Greg

PS. HNY2017

I have Wemos D1 mini with DHT22 to control Webasto heater in my camper. Since I would like to use it even when it is not parked in front of my house I am going to add SIM800L module.

Can you please help me with code that when I am within the reach of my wifi, everything will go throuhg wifi, but when I am not connected to my wifi network, it will work over mobile network.

I am trying to use sim808 with blynk gsm example but it keeps having problem connecting to the network… As indicated on the serial monitor. Pls I really need this for my final year project.

I still need help. Have physically connected it, but never managed to use it. Since I am not using it every day, i just put a spare android phone in my camper with turned on a mobile hotspot and use normal wemos wifi solution.

But most used scenario. I am laying on my bed in a camper and I am too lazy to adjust the thermostat. I just create a mobile hot spot on the phone I am using, wemos automatically connects to it and then I just adjust the temperature.

Is the A6 supported now? I’ve just ordered one for another project so happy to test with Blynk.

A post was split to a new topic: Compiling error with GSM code