Daisy seed has trouble connecting to arduino ide

I was following the video tutorial on the official channel: https://youtu.be/UyQWK8JFTps?si=RLzQdKjwuNM5Tzw6

Everything was going good but when I try to upload code I get this error:

Sketch uses 91600 bytes (69%) of program storage space. Maximum is 131072 bytes.

Global variables use 9448 bytes (1%) of dynamic memory, leaving 514840 bytes for local variables. Maximum is 524288 bytes.

Selected interface: dfu

  -------------------------------------------------------------------

                   STM32CubeProgrammer v2.21.0                  

  -------------------------------------------------------------------

Error: Target device not found.

Establishing connection with the device failed.

Failed uploading: uploading error: exit status 1

I’m using a 65mb daisy seed, I have used zadig to reset the driver (I’m unsure if that’s working correctly because after clicking replace driver the left non target box still shows something else than winusb), im pretty sure the cable is data, I have tried multiple USB ports on my laptop.

Does anyone know what could me the problem?

I’m sorry to hear that you’re running into an issue.
It may be worth trying out different cables if you have more.

I have tried with a different cable that I’m sure is a data cable and I’m still running into the same issue.

If you have an other microcontroller, like an Arduino, it would be great to confirm that the cable is working with that. I have seen instances where multiple cables had to be tried before finding the right one.

By the way, are you on Windows?

I have figured it out, turns out there was a driver issue. I found this on the forum: Web programmer not working on Windows for Seed (tried zadig)

Turns out I had the same exact problem so I have fixed it now, thanks for the help anyway! :grin:

1 Like

Glad to hear that it’s working!
Thank you for letting me know how you resolved it. I’ll have to keep that thread in mind whenever someone is encountering a Windows issue in the future.