ESP32 interrupt
https://m.blog.naver.com/top60331/222055739354 인터럽트를 적용하는 방법을 참조할 수 있다. [crayon-66ec3c8685d90329169026/]
https://m.blog.naver.com/top60331/222055739354 인터럽트를 적용하는 방법을 참조할 수 있다. [crayon-66ec3c8685d90329169026/]
https://medium.com/@epabrego/1-micropython-esp32-max31865-rtd-pt100-9e9c02e2b55d Muchas veces se necesita un termómetro que brinde muchas posibilidades de configuración, en esta oportunidad vamos a realizar uno que permite un amplio espectro de utilidades, el mismo lo…
https://github.com/AlphaLima/ESP32-Serial-Bridge ESP32-Serial-Bridge Transparent WiFi (TCP) to all three UART Bridge, supports both AP and STATION WiFi modes. The .ino file is the code for the ESP32. Use Arduino IDE for…
https://github.com/martin-ger/esp32_nat_router ESP32 NAT Router with WPA2 Enterprise support This is a firmware to use the ESP32 as WiFi NAT router. It can be used as Simple range extender for an…
출처: https://mytodoro.tistory.com/3 ESP32 CPU내부의 메모리는 위와 같습니다. 448KB의 ROM 이 있는데 이는 주로 Boot loader를 저장 하는데 사용합니다. 사용자 프로그램은 외부에 달려 있는 SPI Flash를 사용해서 저장 하게 됩니다. …