Search found 8 matches

by IngmarGuillaume
Sun Oct 21, 2018 9:41 am
Forum: MegunoLink
Topic: JSON object R/W (Suggestion)
Replies: 6
Views: 9854

Re: JSON object R/W (Suggestion)

Sorry for the late reply, I didn't mark the "Notify me when someone posts a reply". I literally have dozens, original arduino's, Navspark, STM32, ESP8266, ESP32, Industrial Arduino, OnionIoT, Redbear, Redbear Duo, .... Mind, I have no particular NEED for it. It was just a suggestion. If it...
by IngmarGuillaume
Sat Sep 22, 2018 8:46 pm
Forum: MegunoLink
Topic: JSON object R/W (Suggestion)
Replies: 6
Views: 9854

Re: JSON object R/W (Suggestion)

╱╱┏╮
╱╱┃┃
▉━╯┗━╮
▉┈┈┈┈┃
▉╮┈┈┈┃
╱╰━━━╯
by IngmarGuillaume
Fri Sep 21, 2018 9:26 am
Forum: MegunoLink
Topic: JSON object R/W (Suggestion)
Replies: 6
Views: 9854

Re: JSON object R/W (Suggestion)

To transfer all parameters in one command, instead of transferring them one by one.
by IngmarGuillaume
Sun Sep 16, 2018 8:34 am
Forum: MegunoLink
Topic: JSON object R/W (Suggestion)
Replies: 6
Views: 9854

JSON object R/W (Suggestion)

Wouldn't it be interesting to include a general read/write of a JSON object from and to arduino compatible hardware?
by IngmarGuillaume
Wed Oct 11, 2017 8:00 am
Forum: MegunoLink
Topic: ESP32 on 1.8.5
Replies: 7
Views: 11348

Re: ESP32 on 1.8.5

Found the solution last night. It has actually little to do with the Megunolink (albeit that is has everything to do with it, riddles, riddles). If you set "Compiler warnings" to "All in the Arduino preferences, certain errors (among which those concerning order of variable initializa...
by IngmarGuillaume
Tue Oct 10, 2017 1:36 pm
Forum: MegunoLink
Topic: ESP32 on 1.8.5
Replies: 7
Views: 11348

Re: ESP32 on 1.8.5

Reinstalled the entire ESP32 git repository. ESP32 examples compile OK, only the Megunolink does not compile (see previous errors).
Errors remain the same.
by IngmarGuillaume
Tue Oct 10, 2017 1:04 pm
Forum: MegunoLink
Topic: ESP32 on 1.8.5
Replies: 7
Views: 11348

Re: ESP32 on 1.8.5

Thx for coming back on this, philr,

but nope, it does not compile (same type of errors). My version of the Expressif compiler is exactly the same one as yours. I will try an uninstall and re-install in a bit. Post the results here.
by IngmarGuillaume
Mon Oct 09, 2017 10:32 am
Forum: MegunoLink
Topic: ESP32 on 1.8.5
Replies: 7
Views: 11348

ESP32 on 1.8.5

The MegunolinkPro library does not compile on the ESP32 with latest Arduino version 1.8.5. It is related to uninitialized pointers and variables, something the ESP32 compiler does not really like. Attached is the bottom part of the log file. Errors are at the bottom (as always, ;-) ). I tried to pos...