ESP32 Web-Chat
Hardware- 0 Devlogs
- 0 Total hours
This is an Esp32 DOIT DEVKIT V1, programmed with a text-chat site. The first step is to connect the ESP32 to an appropriate power source, I use a micro-USB to USB. Usually you can plug it into any standard charging port and It wont fry the chip, double check if it comforts you. (Make sure to use data transferring wire when uploading the code!). The next step is to connect to the Wi-Fi network on your phone or computer. Once successfully connected, open your favorite browser (Safari, Google) and type in the IP address of the ESP32. Finally type in whatever you want and hit send.. The ESP32 chip has very high specs compared to most Arduinos and boasts 520 Kilobytes of internal SRAM as well as 4-16 MB of Internal Storage. This means our computer chip can save around 100 text chats before deleting it. WARNING: IF you plan to replicate this project, be careful of the temperature of the ESP32, in hot or poorly ventilated environments, the ESP32 may undergo extensive heat!