1ヶ月ほど前、ESP32のDeep SleepからのWake upを調査していた。 ESP32にはESP8266同様、タイマーを設定してwake upする方法もある。この場合、ESP8266では、GPIO16ピンとRSTピンを接続する必要があるが、ESP32の場合にはそのような接続の必要はなくなっている。 また ...
Interrupting while someone is talking is rude for humans, but smart for computers. [Ivan Voras] shows how to use interrupts to service the ESP32 analog to digital converters when sampling sound.
今まで、ESP32で割り込み(ISR)をあまり意識せずに開発してきた。今回、ESP-IDFで、GPIOの割り込み機能を試すことで、割り込みを入門してみる。 組み込みシステムにおける「割り込み」とは、現在実行中の処理を一時的に中断して、優先度の高い処理を実行 ...
Transform curiosity into capability. The ESP32 by Example course, paired with the ESP32 by Example Kit (EEK) and Professor Jim Solderitsch’s guidance, teaches you ...