Skip to content

Instantly share code, notes, and snippets.

@stonehippo
Created August 15, 2021 01:47
Show Gist options
  • Save stonehippo/12fa1f3ac945ccab2455c9702bd07725 to your computer and use it in GitHub Desktop.
Save stonehippo/12fa1f3ac945ccab2455c9702bd07725 to your computer and use it in GitHub Desktop.
Some hardware hacking tools I use

Tools for hardware - in case you forget

ESP8266 & NodeMCU

  • esptool.py (for flash ESP8266s)
  • nodemcu-tool (for file management

micropython

  • esptool.py (for flashing ESP8266s)
  • ampy

other stuff

  • arduino-cli (Arduino command line tool)
  • pio (PlatformIO)
  • ardupy-aip & ardupy-mpfshell (Seeed Studio Ardupy)
  • avrdude (flashing AVRs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment