How do I record all sensors on the STEVAL-STWINBX1?
I have a STEVAL-STWINBX1 (released a few weeks ago). It sports a STM32U585AI MCU.
- The Android app fails to connect to the device.
- An iPhone app connected but was never able to upgrade its firmware or turn on/off data logging.
I found is repository that claims it is an SDK for my exact device model (STWINBX1), but when I run the recorder suggested here it complains that no device has been detected.
I connected it to my Debian 12 machine via USB-C. The kernel log says:
[945818.718642] usb usb2-port1: attempt power cycle
[945827.214601] usb usb2-port1: unable to enumerate USB deviceOr, if I put it in firmware upgrade mode, it says:
[934225.084403] usb 3-8: new full-speed USB device number 44 using xhci_hcd
[934225.306745] usb 3-8: New USB device found, idVendor=0483, idProduct=df11, bcdDevice= 2.00
[934225.306756] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[934225.306759] usb 3-8: Product: DFU in FS Mode
[934225.306762] usb 3-8: Manufacturer: STMicroelectronics
[934225.306765] usb 3-8: SerialNumber: 2075337F5752
How do I manually verify if the device connected successfully? For example I don't see any new files like /dev/ttyUSB0 or anything.
