I am trying to add a new device based on ESP8266 chip. The MBlock sees the device correctly and makes a connection. But there is a problem with the correct compiling and uploading. The default Arduino setup does not have the ESP board, so they should be installed as new boards. Also, I’ve checked that the fresh Arduino CLI works well with ESP. It looks like Halocode is ESP based and the MBlock works with that, right?
What should I set into:
Here:
Connection settings -> Upload settings -> Middleware settings:
Name ?
Extra parameters ?
Custom code ?
And here:
Connection settings -> Upload settings -> Upload driver settings:
Name ?
Extra parameters ?
Custom code ?
I’ve already tried various combinations with such parameters, like arduino, ESP32, ESP8266, esptool but no luck.
Also, I’ve tried the solution from here: https://forum.makeblock.com/t/add-esp32-based-board/19378/6
no luck as well… The import is not allowed… And no info about the Meoser class.
Any working .mext that works with ESP?