-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant verify sketch in arduino #28
Comments
It looks that ArduinoJson released new version that incompatible with old sources. Now you can downgrade ArduinoJson and try. I'll look it when I have time( |
I have downgrade arduinjson to 5 that errors are gone but get a lot of errors with missing things i thing i dont have the right libaries do you know what versions you are using? Or can you upload your libaries folder? |
thank you for your libaries, i have still some compile errors |
Arduino last. 1.8.9 |
thanx it is working :) |
needs to press config button and it go to configure mode again |
thank you that is working,. |
connect one and change its address. it have setting in the modbus address space |
can i change it trough mqtt? |
no, it needs to physically connect to sdm |
40021 Network Node P.S. there is free tool QModBus for this |
Thanks for your reply's |
It looks meter don't respond. Needs to connect it to PC via rs232-ttl to USB convertor and check. Some meters have different addresses or like that |
Convertor instead of esp |
i have receive another rs485 converter but still no response. |
9600 by default. there is a baud rate settings that you can change via keys on sdm. |
connect sdm to pc and make it work. then check via esp |
Hello,
i got different errors in arduino ide 1.8.9
i have install the necesary libary's but get the following error's
Arduino: 1.8.9 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled, All SSL ciphers (most compatible), 4M (no SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 115200"
Build options changed, rebuilding all
In file included from C:\Users\henk\Documents\Arduino\libraries\lib/xmqtt.h:8:0,
C:\Users\henk\Documents\Arduino\libraries\lib/xparam.h:66:11: error: StaticJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6
StaticJsonBuffer<JSON_OBJ_BUFFER_LEN> jsonBuffer;
In file included from C:\Users\henk\Documents\Arduino\libraries\lib/xmqtt.h:8:0,
C:\Users\henk\Documents\Arduino\libraries\lib/xparam.h:91:11: error: StaticJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6
StaticJsonBuffer<JSON_OBJ_BUFFER_LEN> jsonBuffer;
C:\Users\henk\Documents\Arduino\libraries\lib/xparam.h:123:11: error: StaticJsonBuffer is a class from ArduinoJson 5. Please see arduinojson.org/upgrade to learn how to upgrade your program to ArduinoJson version 6
StaticJsonBuffer<JSON_OBJ_BUFFER_LEN> jsonBuffer;
In file included from C:\Users\henk\Documents\Arduino\libraries\lib\bme280.h:20:0,
C:\Users\henk\Documents\Arduino\libraries\Adafruit_BME280_Library/Adafruit_BME280.h:29:29: fatal error: Adafruit_Sensor.h: No such file or directory
#include <Adafruit_Sensor.h>
compilation terminated.
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
The text was updated successfully, but these errors were encountered: