TampereTC / IOT-Ralli-2016

Reference repository for the IOT-Ralli-2016 event
MIT License
0 stars 0 forks source link

ArduinoJson library #4

Open jraivio opened 8 years ago

jraivio commented 8 years ago

Arduino Json library is causing performance problems when running MQTT.

jraivio commented 8 years ago

Proposal: Changing the sensor data part so that the json creating is done without external libraries.

jraivio commented 8 years ago

Corrected in arduino code. Only downlink side is using ArduinJson lib. https://github.com/TampereTC/IOT-Ralli-2016/blob/master/ArduinoCode/Ralli_Vempain_arduinoMega2560.ino

jasalonen commented 8 years ago

close?