esptool-pyftdi is a cross-platform alternative to esptool-ftdi
Report Bug
·
Request Feature
·
Latest Release
This esptool.py
wrapper allows you to map DTR and RTS used for resetting the ESP to any pin on your FTDI chip.
It also works on Windows, Linux and macOS.
The selected FTDI device and the pins that DTR or RTS are mapped to can be configured at the top of the esptool-pyftdi.py
script.
- Windows: libusb-1.0.dll from libusb.info alongside
esptool-pyftdi.py
- Ubuntu, Debian: libusb-1.0-0
- Fedora: libusb1
- AUR: libusb
pip install -r requirements.txt
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/FeatureName
) - Commit your Changes (
git commit -m 'Add some FeatureName'
) - Push to the Branch (
git push origin feature/FeatureName
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.