-
Notifications
You must be signed in to change notification settings - Fork 169
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
Error message : waiting for response from arduino. #6
Comments
Are you using Leonardo or else? |
No I used arduino pro mini and nano both result in the same |
Make sure that the serial object communicating with PC is Also, make sure the connection between Arduino and BLE Mini is well connected as the README. |
Same problem here... the application stuck waiting for a reply:
I'm using an Arduino Pro Mini at 3.3V with no voltage converter... all the connections have been checked and I've try with different usb/serial adapter...
|
mmm... seems that my Arduino Pro Mini is at 8MHz instead of 16... |
For anyone having this problem, I was using an Arduino Uno with CC2541 and a Raspberry PI 4b. I was having the same problem (stuck at My solution was to comment this line and run CCLoader with 1 as the last argument |
Hello! |
I have connected arduino 5,6,4 and BLE 7,8,11 pin respectively and I have flashed the ccloader sketch to my arduino. But when I load the bin file ccloader.exe stuck at waiting for response from arduino.. Any help
The text was updated successfully, but these errors were encountered: