-
Notifications
You must be signed in to change notification settings - Fork 6
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
Not running #2
Comments
Is it only happening with Arduino nano 33 ? I have not tried to recreate it yet, I will get back to you once I try it out. |
I have an old Arduino Uno lying about that I forgot about and the examples work on that without changing the SPI initialisation as mentioned before |
Hello, I bought the breakout board, and now I am connecting it with Arduino UNO, I downloaded the Arduino library and tried the Example of Arduino plotter, I used the UNO SPI connection as stated in the datasheet, but the circuit is not working and the plotter just display "Initialization is done", what should be the problem? Thank you. |
Hi, I'm using an arduino nano 33 ble and the online Arduino ide which Arduino IDE version 1.8.13.
I've imported the libraries and can't get a single example to run, they compile (once the SPI initialisation is changed as per my previous issue). But they don't upload to my board successfully, it appears to mess up my COM port used by the arduino until I'm able to load another sketch onto the board.
I've tried with both the shield and the breakout board.
Do you have any ideas for things I could try?
The text was updated successfully, but these errors were encountered: