xshellinc / iotit

Flashing Tool for SBCs
Apache License 2.0
25 stars 1 forks source link

Flashing ESP-32 with Firmata doesn't involve server/client mode and port configuration #109

Open yentsun opened 6 years ago

yentsun commented 6 years ago

While its impressive that IoTit can flash Firmata on ESP-32 (and Arduino IDE version can not) I couldn't choose between server/client mode to actually get a flashed ESP-32 working.

With Firmata for Arduino IDE I can set up the ESP to be a server (which requires to set the port) or a client (requires to set server IP and port) but with IoTit I'm only asked about WiFi SSID and password.

selection_095

I would assume that my ESP is now running in server mode (as its more common), but what is the port then? 3030?

Attaching Arduino IDE Firmata config template wifiConfig.h.zip