Start a new topic

what is the ESP8266_WiFi_v2.x firmwhere?

 Hello,


I want to replace the wifi module with with another esp32 board, but i cant for the life of me figure out what kind of softwere runs on the chip. is it a linux kernal? is it a micro python script? is it all in c++ ? would it be posible to run all the softwere on something like a raspbarry pi?

I am genuinly confused and would be thankfull to anyone who can help.


1 Comment

The firmware for the ESP8266 WiFi module is C++ written using the ESP Core for Arduino. It would require a lot of work to port over to the Raspberry pi as the platforms and are very different.

Login or Signup to post a comment