• RAE
  • Is it possible to make Pi Pico / ESP32 a GPIO / IO for RAE ?

Hello. I have a question. Is it possible to make Pi Pico / ESP32 a GPIO / IO for RAE ?

    Probably "YES", if we ever get decent documentation… 🙄

    2 months later

    Hi AzaHari
    This should work, but you'd need to first enable the top USB.
    Running this two commands:

    gpioset gpiochip0 44=1
    echo host > /sys/kernel/debug/usb/34000000.dwc3/mode

    Should enable the top, but disable the comms for side USB. Connecting via WiFi should still work though.

    Thanks,
    Jaka