Skip to content

xarmison/esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32

Pinout reference

Enviroment Setup

Using the Arduino IDE

Using the PlatformIO Cli

  • To install plataformIO cli on debian based distros:
user@computer:~$ sudo python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/develop/scripts/get-platformio.py)"
  • To create a new project do:
user@computer:~/project_folder$ pio init --board=node32s
  • To compile:
user@computer:~/project_folder$ pio run
  • To upload:
user@computer:~/project_folder$ pio run -t upload --upload-port=/dev/ttyUSB0

Python utility to plot the data present in a serial port formatted in CSV.

  • Usage:
user@computer:~/serialPlotter$ python main.py

Serial Plotter

About

Some experiments with the ESP 32

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published