Comments on: MicroPython: Timer Interrupts with the ESP32/ESP8266 https://randomnerdtutorials.com/micropython-timer-interrupts-ep32-esp8266/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Thu, 13 Mar 2025 14:21:01 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/micropython-timer-interrupts-ep32-esp8266/#comment-1016178 Thu, 13 Mar 2025 14:21:01 +0000 https://randomnerdtutorials.com/?p=150411#comment-1016178 In reply to Ton Rijnbeek.

Thanks for the info.
Regards,
Sara

]]>
By: Ton Rijnbeek https://randomnerdtutorials.com/micropython-timer-interrupts-ep32-esp8266/#comment-1016141 Thu, 13 Mar 2025 12:02:53 +0000 https://randomnerdtutorials.com/?p=150411#comment-1016141 I just find out. On the esp32 c6 Timer(1) does not work. Timer(0) and Timer(2)are working correctly.

]]>
By: Ton Rijnbeek https://randomnerdtutorials.com/micropython-timer-interrupts-ep32-esp8266/#comment-1015871 Wed, 12 Mar 2025 14:13:57 +0000 https://randomnerdtutorials.com/?p=150411#comment-1015871 The code in “3. Debouncing a Pushbutton with a Timerebounce” is not working on mine esp32 c6. In mine opinion the line “debounce_timer.init(mode=Timer.ONE_SHOT, period=200, callback=debounce_callback)” does not start the function debounce_callback.
Am I wrong or did you have more comments about this.

]]>