Hello,
I made a project where i redrew the existing Arduino nano 33 ble shematic where I also made a bigger board design.
When I transplant the Nina-b306 chip from the arduino nano 33 ble onto my own board design everything works fine. So then I replace the Nina-b306 on my board with the Nina-b406 chip (the b406 is not pre-flashed with a bootloader) and flash it with the bootloader of the Arduino nano 33 BLE (following this guide: Burn bootloader Arduino nano 33 BLE | Djynet). And I succesfully bootload the board. The green led goes on instead of the orange one so this is a good thing. But windows doens't recognize this device, I get a "Unkown USB Device (Device Descriptor Request Failed).
So there is something wrong with the software, I can't really find any info on a different bootloader for the Nina-b406. So I was wondering what I must do to get the board working using a Nina-b406 instead of a Nina-b306. And the problem will be in the firmware/bootloader.
So I guess I must change something on the source code of the bootloader, but can't find this anywhere.
(I've already tried pressing the reset button 2 times, but doesn't change anything)