Electron USB OTG

Hello, is there anyone who knows if the Electron support USB OTG?

I have a device which logs data through USB, and it would be ideal if I wouldn’t
need another device such as a PI between to log the data and then move it to an
electron. I’ve seen topics in relation to the photon as a USB master, but haven’t
been able to finde anything regarding the electron´.

thanks in advance :wink:

-TLP

Neither Photon nor Electron support USB OTG out-the-box.

If you want to go down the rabbit hole of implementing it yourself in a similar fashion to the Photon project you referred to, the Electron features the same STM32F2xx controller as the Photon. So what works on the Photon will most likely also work on the Electron.

1 Like

Alright, thanks for the answer :slight_smile: