Skip to content
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

Open
palaniappan10 opened this issue Oct 30, 2016 · 7 comments
Open

Error message : waiting for response from arduino. #6

palaniappan10 opened this issue Oct 30, 2016 · 7 comments

Comments

@palaniappan10
Copy link

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

@XuGuohui
Copy link
Contributor

Are you using Leonardo or else?

@palaniappan10
Copy link
Author

No I used arduino pro mini and nano both result in the same

@XuGuohui
Copy link
Contributor

XuGuohui commented Nov 2, 2016

Make sure that the serial object communicating with PC is Serial on the Arduino side, since we use Serial to receive data from PC. If not, you have to adapt the serial object in the sketch.

Also, make sure the connection between Arduino and BLE Mini is well connected as the README.

@iw2lsi
Copy link

iw2lsi commented Nov 15, 2018

Same problem here...

the application stuck waiting for a reply:

~\Windows>CCLoader.exe 6  CC2541hm10v540.bin 0
Copyright (c) 2013 RedBearLab.com
CCLoader.exe version 0.5
Comport : COM6
Bin file: CC2541hm10v540.bin
Device  : Default (e.g. UNO)

Comport open!
<Baud:115200> <data:8> <parity:none> <stopbit:1> <DTR:off> <RTS:off>

File open!
Block total: 512

Enable transmission...
Request sent already!
/********************************************************************/
* If there is no respond last for 3s, please press "Ctrl+C" to exit!
* And pay attention to :
*   1. The connection between computer and Arduino;
*   2. The connection between Arduino and CC2540;
*   3. Whether the device you using is Leonardo or not;
*   4. Other unexpected errors.
/********************************************************************/

Waiting for respond from Arduino...

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...

    any ideas ?

         GIampaolo

@iw2lsi
Copy link

iw2lsi commented Nov 15, 2018

mmm... seems that my Arduino Pro Mini is at 8MHz instead of 16...

@Jeansidharta
Copy link

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 Waiting for respond from Arduino...).

My solution was to comment this line and run CCLoader with 1 as the last argument

@ViorelX
Copy link

ViorelX commented May 31, 2022

Hello!
I have the same problem. It doesn't help to comment that line and the last argument should remain 0 for me, since I have a regular Arduino Uno.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants