• Home
  • Releases
  • Press Coverage
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
  • HoneyPots
  • Tutorials
    • Photoshop on Linux
    • macOS on Linux
Saturday, March 6, 2021
  • Login
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
  • Home
  • Releases
  • Press Coverage
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
  • HoneyPots
  • Tutorials
    • Photoshop on Linux
    • macOS on Linux
No Result
View All Result
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
  • Home
  • Releases
  • Press Coverage
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
  • HoneyPots
  • Tutorials
    • Photoshop on Linux
    • macOS on Linux
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 admin
January 29, 2021
in Tutorials
0 0
0
How to install micropython on esp32

How to install micropython on esp32

Share on FacebookShare on TwitterTelegram

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

Leave a Reply Cancel reply

Your email address will not be published.

No Result
View All Result
  • Home
  • Releases
  • Press Coverage
  • About
  • PGP
  • Contact
    • Contact
    • Submit Vuln
  • HoneyPots
  • Tutorials
    • Photoshop on Linux
    • macOS on Linux

© 2017-2020 Sick.Codes

Welcome Back!

Login to your account below

Forgotten Password?

Create New Account!

Fill the forms bellow to register

All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In