ThomasAtBBTF

Results 8 comments of ThomasAtBBTF

Great, I am also using the nRF52840 boards from adafruit

Sure! Here are the standard examples from the USB library I used: https://github.com/micropython/micropython-lib/blob/master/micropython/usb/examples/device/keyboard_example.py https://github.com/micropython/micropython-lib/blob/master/micropython/usb/examples/device/hid_custom_keypad_example.py I used both with the same results. For the "normal" keyboard example, I see in the...

And I am happy for any sample code which just works on a ESP32S3 ! With no complicated pin checking, just sending an "a" every couple of seconds...

boot.py ``` # boot.py — ESP32-S3, MicroPython 1.26.1 import sys import time import machine import usb.device from usb.device.keyboard import KeyboardInterface, KeyCode, LEDCode _boot_logs = [] # ring buffer for early...

Log Output: ``` MicroPython v1.26.1 on 2025-09-18 19:21:56; MY_ESP32_S3_BUILD Type "help()" for more information. >>> >>> >>> MPY: soft reboot [MAIN] start [MAIN] early boot logs ------------------------------ [BOOT] boot.py start...

Please take a look! Sorry I don't have another non ESP32S3 board available for the moment! @Josverl @projectgus

> I also have problems getting this running. I tested on ESP32 DevkitC v4 and Xiao ESP32-S3. Did not work at all. > > When i ask ChatGPT it tells...