-
-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatability with NINA-B306-01B #498
Comments
Hi Tobias, The best solution is to modify the config file for the Nano 33 BLE (https://github.com/arduino/ArduinoCore-mbed/blob/master/variants/ARDUINO_NANO33BLE/conf/mbed_app.json), adding Let me know if it works for you! We may end up providing this "fix" in the official distribution soon but in the meantime doing it manually is the only way. |
Hey @facchinm, Switching to Cheers |
Hello :)
I have based a custom board on the Nano 33 BLE. Because the NINA-B306-00B is sold out, I would like to use the NINA-B306-01B (which is identical and only misses the external crystal). I have soldered it onto my PCB and flashed the bootloader.bin frome here onto it via SWD using a jlink. I can see the device showing up in the Arduino IDE when I put it in DFU mode (press RESET twice) and also loaded sketches onto it in that state. However, it appears that something is going wrong as after flashing, the device does not show up on my list of USB devices and also it appears that the sketch is not running correctly on the Arduino (e.g., a simple LED blinky example does not work).
I can not flash the device outside DFU mode as it is not showing up in the list of devices.
From my understanding, the only difference between the two modules is the 32.768 kHz crystal. Is that causing a breaking change in the software? I was thinking that the missing crystal will only cause some timing issues or so? Do I need a different bootloader to account for the different crystal (e.g., to avoid having bad Arduino delay() accuracy).
So it appears that some additional changes are required to make the the NINA-B306-01B compatible? Any help would be greatly appreciated. Thank you very much!
Thanks,
Tobias
The text was updated successfully, but these errors were encountered: