• Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
  • Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training
No Result
View All Result
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
  • Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training
No Result
View All Result
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
No Result
View All Result
Home Tutorials

How to Install Micropython on ESP32 (Linux)

by Sick Codes
January 29, 2021
in Tutorials
0
How to install micropython on esp32

How to install micropython on esp32

You will need:

# Ubuntu
sudo apt install python3-pipenv wget minicom -y

# RPM
sudo yum install python3-pipenv wget minicom -y

# Arch
sudo pacman -Syu python-pipenv wget minicom

mkdir -p ~/esp
cd ~/esp

wget -O micropython-octopus.bin https://octopusengine.org/download/micropython/micropython-octopus.bin
pipenv run pip install esptool adafruit-ampy

sudo esptool.py --chip esp32 -p /dev/ttyUSB0 erase_flash
sudo esptool.py --chip esp32 -p /dev/ttyUSB0 write_flash -z 0x1000 ./micropython-octopus.bin

sudo minicom -s
  • Select “Serial port setup”
  • Press F to disable hardware control
  • Press Enter
  • Select Exit
Next Post
How to install linux git on Arch Linux

How to Install linux-git on Arch Linux for Testing Upstream Kernels & Release Candidates

How to Move Docker Directory, Run Docker From Block Storage, Run Docker from External Drive!

Apple Security Program Scope

Is Hackintosh, OSX-KVM, or Docker-OSX legal?

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

No Result
View All Result
  • Home
  • Releases
  • Submit Vuln
  • Press
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
    • VDP
  • Tutorials
    • All Posts
    • Photoshop on Linux
    • macOS on Linux
  • Supporters
  • Projects
  • Training

© 2017-2021 Sick.Codes

@sickcodes

@sickcodes

@sickcodes

Discord Server

sickcodes.slack.com

t.me/sickcodeschat

./contact_form