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

ESP8266 Support #16

Open
denxhun opened this issue Feb 15, 2018 · 8 comments
Open

ESP8266 Support #16

denxhun opened this issue Feb 15, 2018 · 8 comments

Comments

@denxhun
Copy link

denxhun commented Feb 15, 2018

Is this project supports ESP8266 boards - instead of Arduino? I ask because the ESP is a 3.3V based board and hence no level converter is needed.

I tried your great tool with a WeMos D1 mini: compiled, uploaded but "Waiting for respond from Arduino..."
(Tried with UNO and Leonardo options too.)

@jeanniquini
Copy link

Works with ESP8266! I used a NodeMCU v2.

@ptath
Copy link

ptath commented Mar 22, 2019

Works with ESP8266! I used a NodeMCU v2.

Great, which pins of NodeMCU was used?

@jeanniquini
Copy link

Works with ESP8266! I used a NodeMCU v2.

Great, which pins of NodeMCU was used?

https://github.com/jeanniquini/CCLoader

@ptath
Copy link

ptath commented Mar 22, 2019

Works with ESP8266! I used a NodeMCU v2.

Great, which pins of NodeMCU was used?

https://github.com/jeanniquini/CCLoader

Thanks, but no luck =(

MBP:CCLoader-master ptath$ ./a.out /dev/cu.wchusbserial640 CC2531ZNP-Prod.bin 
Opening comport...
Comport open!
Read portsettings...
Changing portsettings...
Baud:115200 data:8 parity:none stopbit:1 DTR:off RTS:off
File open success!
Block total: 512
Waiting for Arduino setup...
Remain: 5
Remain: 4
Remain: 3
Remain: 2
Remain: 1
Enable transmission...
Request sent already!Waiting for respond...
Begin programming...
^C

@jeanniquini
Copy link

@ptath
Did you follow all the steps?
You need the Arduino IDE.

@ptath
Copy link

ptath commented Mar 23, 2019

All steps, sure. Flashing by atom+platformio, it is ok.

If I try to change pins (both sketch and on board), sometimes flashing starts (1-7 or 1-9) and stops with verification error.

@jeanniquini
Copy link

I do not know what it can be, it worked perfectly here. I used NodeMCU v2.
Check the weld on the BLE module.
Use CCLoader_x86_64.exe

@h1tch007
Copy link

Thanks, but no luck =(

MBP:CCLoader-master ptath$ ./a.out /dev/cu.wchusbserial640 CC2531ZNP-Prod.bin 
Opening comport...
Comport open!
Read portsettings...
Changing portsettings...
Baud:115200 data:8 parity:none stopbit:1 DTR:off RTS:off
File open success!
Block total: 512
Waiting for Arduino setup...
Remain: 5
Remain: 4
Remain: 3
Remain: 2
Remain: 1
Enable transmission...
Request sent already!Waiting for respond...
Begin programming...
^C

Had the same issue, changing NodeMCU 0.9 to 1.0 in Arduino IDE and then flashing CCLoader resolved problem.
But there was errors in CCLoader when I upload firmware via macOS/linux, successfully uploaded only with Windows binary

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

4 participants