Other

Its-g5

🇳🇱 · Revelation space · Bertrik Sikken

Bridge ← Oudere versie Versie van 30 jul 2026 10:47 (Een tussenliggende versie door dezelfde gebruiker niet weergegeven) Regel 73: Regel 73: === Bridge === === Bridge === An ESP32-C3 is used as the bridge part. An ESP32-C3 is used as the bridge part. I used a 'supermini'. I used a 'supermini' but apparently they have a design flaw causing them to run very hot: * https://www.dailyduino.com/index . php/2026/01/20/the-spicy-esp32-c3-super-mini-when-2-boards-become-2-heaters/ How to wire it up, what I did: How to wire it up, what I did: Regel 95: Regel 93: | U0TXD/GPIO11 || RX/GPIO20 || Data link | U0TXD/GPIO11 || RX/GPIO20 || Data link |} |} The esp32-c3 supermini apparently has a design flaw causing them to run very hot: * https://www.dailyduino.com/index.php/2026/01/20/the-spicy-esp32-c3-super-mini-when-2-boards-become-2-heaters/ So in software you need to keep this in mind: * lower the CPU frequency, makes a few degrees difference: this seems to make SSL network connections unreliable though * allow some 'idle' time in Arduino, e.g. using delay(50) or delay(100) in loop() == Software == == Software ==