esptool-ck icon indicating copy to clipboard operation
esptool-ck copied to clipboard

ESP8266 build/flash helper tool by Christian Klippel

Results 42 esptool-ck issues
Sort by recently updated
recently updated
newest added

There is a small typo in infohelper/infohelper.h. Should read `verbosity` rather than `verbositiy`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

When trying to install the esptool, I get the following error: could not find the package with 'tool-esptool' requirements for your system 'linux_armv7l' This is a standard RPI 3, so...

When wired directly to the raspberry pi uart, there is no way to get a DTR signal. The RTS can ostensibly be brought out using an ALT3 on GPIO17, but...

Hello I have been playing around with esptool.py as an alternative to this in Arduino. I have a question about the -cz command in this tool as opposed to the...

I'm trying to use this useful tool from bash on WSL in order to write my program into ESP8266. But the process stoped after `trying to connect` was displayed. Please...

Hi, I'm facing an strange problem on OSX 10.11. When I upload the firmware to my esp8266 E-12 with esptool 0.4.6, the chip doesn't work fine. The problem is that...

The addition of the ifndef line allows compiling on OpenBSD. Thanks.

Cant flash micropython with esptool-ck, only works with esptool.py Download micropython binary, any version. erase flash, then flash with esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect 0 esp8266.bin the micropython...

I have dowloaded the file,can you please guide me to install esptool on linux -ubuntu

Hello, I am sure this is not even a bug and there is actually a way to do this but I was wondering if it was possible to generate a...