Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 646 Bytes

File metadata and controls

4 lines (3 loc) · 646 Bytes

Send Data From Arduino To NodeMCU

This short example shows how you can easing send different types of data from Arduino to NodeMCU via a json object. SoftwareSerial and ArduinoJson5 was used in the example. ArduinoJson6 does not have the same syntax and if used it will throw an error. If you want to upgrade to ArduinoJson6 check out this documentation Migrate from v5 to v6.