Mahdi Barati
Mahdi Barati
Hi, I'm working on Similar project, 433 RF with STM8s003F3p6 Did you come up with a solution to convert the library? Thanks for sharing the source code for STM8.
@szotsaki Hello and respect I tested your code. When compiling, I encountered the following. It should be noted that I am using the visual studio for arduino coding (visual micro),...
@mayurharge just Download and install library [https://github.com/szotsaki/TinyGSM](https://github.com/szotsaki/TinyGSM) and compile any example on this Library (Example on szotaski Repository equal to vshymanskyy/TinyGSM ) error in mentioned in last post for Library...
i want use MQTT and read/delete SMS feature in my sim800 project. Tomorrow I must deliver my project. If you have an existing source code or need to make changes...
@mayurharge no MQTT and sms. but see your GSM lib, It was interesting to set up a webserver with Simcom. can you test [https://github.com/szotsaki/TinyGSM](https://github.com/szotsaki/TinyGSM) and compile without error?
@mayurharge oh. ok that's good. https://github.com/mayurharge/TinyGSM have MQTT and SMS feature. test it now. no problem run sms and gprs together?
@mayurharge Thanks. Check Example code of your lib, that's Compile without error. my main code work with vshymanskyy/TinyGSM but with your lib have error : ago mentioned: > @mbta009 it...
@mayurharge The problem was solved. Thanks.
Hello @DIYDave Test your solution in above https://github.com/4-20ma/ModbusMaster/issues/109#issuecomment-421412049 but don't work for me. change lib to add slave and use node1.begin(1, UART1); node2.begin(2, UART1); ... Only one of them works...
I tested your code yesterday. It was about 4 hours under test and MQTT messages were sent and received without any problems. Can you further explain this instability? Will resetting...