Page 1 of 1

ESP8266 as usual MCU in Flowcode

Posted: Tue Jan 24, 2023 9:07 pm
by Sergejs
Hello,

Can it be possible to make a ESP8266 based on ESP-12 like usual MCU. For example like PIC16F628A. It be nice to make any experiments with this board. Is it hard to make it possible?

Re: ESP8266 as usual MCU in Flowcode

Posted: Tue Jan 24, 2023 9:48 pm
by BenR
Hello

The main problem is the tool chain. The official one recommends linux and not Windows. There is a way using visual studio but this is a lot to install to get it working.

It's on our list and hopefully espressif are working on merging the esp8266 and esp32 tool chains which would simplify things.