通用

  • picocom — 串口调试工具

    1. # 基本使用
    2. picocom -b 115200 /dev/tty.usbserial-1140

    esp8266系列

  • esptools — 烧录esp(pip安装)

  • nodemcu-pyflasher — esptool的图形化界面
    1. git clone https://github.com/marcelstoer/nodemcu-pyflasher
    2. brew install wxpython # mac里面pip装不上wxpython