Difference between revisions of "How to use ESP32 as a webserver"

From Norwich Hackspace
Jump to navigation Jump to search
Line 1: Line 1:
£10 ESP32 is a 240mhz dual-CPU computer (with 4mb ram) and can run a webserver - so can be controlled from your phone/computer. Amazing. These are the steps I took to get it working:
+
£10 ESP32 is a 240mhz dual-CPU computer (with 4mb ram) and can run a webserver - so can be controlled from your phone/computer. Amazing.  
 +
[https://hackaday.com/2016/10/10/porting-nes-to-the-esp32/ also amazingly, you can run nintendo NES games on it]
 +
 
 +
These are the steps I took to get it working:
  
 
* download current arduino IDE from arduino.cc
 
* download current arduino IDE from arduino.cc

Revision as of 11:27, 27 September 2020

£10 ESP32 is a 240mhz dual-CPU computer (with 4mb ram) and can run a webserver - so can be controlled from your phone/computer. Amazing. also amazingly, you can run nintendo NES games on it

These are the steps I took to get it working: