Skip to content

zanejg/esp32_expts

Repository files navigation

esp32_expts

Just to hold my prototype code for my experiments with ESP32 micropython

Some Commands to make things work

this transfers the micropython stack to the esp32

sudo esptool.py --chip esp32 --port /dev/ttyUSB0 write_flash -z 0x1000 esp32-idf3-20200205-v1.12-137-gd6a1e45ca.bin

This will transfer a file to the esp32

ampy --port /dev/ttyUSB0 put main_motor_control02.py /main.py

This will log into the esp32 and get the repl i/f

picocom /dev/ttyUSB0 -b115200

ctrl-d to reboot and run the main.py ctrl-ax to stop and dropout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published