Skip to content

ryan4yin/tft-esp32-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tft-esp32-auduino

Environment Setup

For NixOS, adding the following to your configuration to install the required udev rules:

{
  services.udev.packages = [ 
    pkgs.platformio  # required for accessing the tty device
    pkgs.openocd    # required for accessing the tty device
  ];
}

For other systems, follow the instructions on https://docs.platformio.org/en/latest/core/installation/udev-rules.html to install the udev rules.

All Systems should have nix installed with flakes enabled.

Usage

# enter the enviroment with platformio
nix develop

# build the project
pio run --environment esp32dev -t build

# upload the built firmware to the board
pio run --environment esp32dev -t upload

# monitor the serial output
pio run --environment esp32dev -t monitor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published