WiFiBoy32 on ubuntu

Post date: 2019/05/03 14:20:26

WiFiBoy32を 久しぶりに取り出し.

  • Setup (Installation instructions for Debian / Ubuntu OS)
    1. Download arduino-1.8.9
      1. sh ./arduino-linux-setup.sh $USER
    2. Install
      1. arduino-esp sudo usermod -a -G dialout $USER && \
      2. sudo apt-get install git && \
      3. wget https://bootstrap.pypa.io/get-pip.py && \
      4. sudo python get-pip.py && \
      5. sudo pip install pyserial && \
      6. mkdir -p ~/Arduino/hardware/espressif && \
      7. cd ~/Arduino/hardware/espressif && \
      8. git clone https://github.com/espressif/arduino-esp32.git esp32 && \
      9. cd esp32 && \
      10. git submodule update --init --recursive && \
      11. cd tools && \
      12. python3 get.py

ref:

Sample: HellowWorldPush