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
OpenEVSE Support
said
over 5 years ago
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.
Ales Kramzar
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.