-
Notifications
You must be signed in to change notification settings - Fork 122
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
Incompatible board: Rocket Scream Mini Ultra Pro V2 (With Radio) #86
Comments
As it looks, this library is recommended by the manufacturer. It seems very strange that the library is recommended untested. One should therefore assume that it has been tested. It probably makes more sense to ask the manufacturer of the board. https://www.rocketscream.com/blog/product/mini-ultra-pro-v2-with-radio/
|
Sorry if this is late. This is mentioned on the board guide on the need to deselect the radio (pin D5) as they are both on the same SPI bus. All board were tested using this library as well. @PaulStoffregen please close this issue and my apologies. |
Even after pulling up D5 the hardware test cannot write. SerialFlash.ready() never returns true. Added some serial logging:
Output:
any idea? |
@rocketscream tried in two different Mini Ultra Pro boards without success. Can you help? |
Looks like power cycling the board helps! Now the RawHardwareTest runs succesfully.
|
Description
Describe your problem.
Board fails SerialFlash hardware test. Additionally, I am unable to create new files in flash memory despite SerialFlash.begin(); returning true and the appearance of successful communication with the flash chip.
Steps To Reproduce Problem
Please give detailed instructions needed for anyone to attempt to reproduce the problem.
Hardware & Software
Board
Rocket Scream Mini Ultra Pro V2 (DEV-00064)
Shields / modules used
None
Arduino IDE version
1.8.15
Teensyduino version (if using Teensy)
Version info & package name (from Tools > Boards > Board Manager)
Arduino AVR Boards 1.8.3
Operating system & version
macOS Catalina 10.15.7
Any other software or hardware?
Arduino Sketch
The text was updated successfully, but these errors were encountered: