TOI - Things on Internet
Published © CC BY-NC

Python on ESP32 for Industrial IoT Applications

How to run a Python script on an industrial-grade ESP32-based board in 2 minutes with just a few clicks!

BeginnerFull instructions provided1 hour5,108
Python on ESP32 for Industrial IoT Applications

Things used in this project

Hardware components

ESP32S
Espressif ESP32S
×1

Software apps and online services

Zerynth Studio
Zerynth Studio

Story

Read more

Schematics

ESP32 DevKit C Pinout

Code

Python on ESP32: Hello World

Python
# import the streams module
import streams

# open the default serial console
streams.serial()  

# loop forever
while True:
    print("Support 4zerobox on Kickstarter!")
    sleep(1000)

Credits

TOI - Things on Internet

TOI - Things on Internet

4 projects • 20 followers
TOI is the creator of 4zerobox: the Industrial Toolkit for IoT Solution Providers. Live now on Kickstarter: https://bit.ly/get-4zerobox

Comments