Board not recognised

Hi, I’m just trying to get started with my daisy board, I plug it in, lights come on, so its working. I’ve installed SetupSTM32CubeProgrammer_win64.exe and that doesn’t see the board, I’ve installed zadig and that doesn;t either. Arduino IDE has boards installed, DFU mode selected, and of course can’t see the board either. It doesnt show up in com ports, so tbh, I am at a loss as to what to do next. (I’ve also tried different cables, but they all work fine with my teensys and esp32s)
I got it with a pod, so I’ve taken it off that, and still nothing, and nothing plays audio wise from the pod ( I kind of expected a test tone, should that happen?) but lights flash as I presume they should. There is block of jumpers, should that be attached or not? If so, how?
Also tried chrome, and again it doesnt show up. I’m guessing it is failing at step 1 the STM installer, is it compatible with the latest installer (that should install the driver I guess?)

Did you put the Seed in DFU mode?

  1. cable Seed USB to computer
  2. Press and hold BOOT
  3. Press RESET
  4. release BOTH buttons
1 Like

That helps, I can run things through chrome!
But arduino is still unhappy
In file included from c:\Users\chris\Documents\Arduino\libraries\DaisyDuino\src/utility/audio.h:4,
from c:\Users\chris\Documents\Arduino\libraries\DaisyDuino\src/AudioClass.h:4,
from c:\Users\chris\Documents\Arduino\libraries\DaisyDuino\src/DaisyDuino.h:8,
from C:\Users\chris\AppData\Local\Temp.arduinoIDE-unsaved20241013-1408-hnmtxq.4q2jt\SimpleOscillator\SimpleOscillator.ino:13:
c:\Users\chris\Documents\Arduino\libraries\DaisyDuino\src/utility/sai.h:7:10: fatal error: stm32h7xx_hal.h: No such file or directory
7 | #include <stm32h7xx_hal.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: exit status 1

That doesn’t show exactly what you tried to do.

Put the board in DFU, load SimpleOscilator from DaisyDuino example, upload method DFU, selected board Nucleo-64, I’ve tried L476RG and and C031C6 (Getting Started · stm32duino/Arduino_Core_STM32 Wiki · GitHub felt ambiguous as to which) click verify
Port is Greyed out so the IDE still can’t see the board, (but the verify should run anyway?)
Thanks for your help btw, the forum only showed up this file with regard to other IDEs and the need to make the library I think. Not sure how you do that with arduino

image

That Wiki article is just wrong.
From Board, select “Generic STM32H7 Series”, then, from Board Part Number, select whichever Daisy board you’re using.

1 Like

Fantastic! Thanks so much, should have realized its a not a daisy wiki article, and tbh I had no idea what the daisy chipset was. Now time for some noises!