Skip to content

CaelusRocketry/flight-software-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flight-software-3

Code for ESP32 on Sensor PCB

Setup

Setting up ESP32

Go to File > Preferences and under Addtional Boards Manager URLs copy this link: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

Next, go to Tools > Boards > Board Manager. Once loaded, type in the search bar esp32 and install espressif's esp32 library

You should now be able to upload to an ESP32. If you're having issues, make sure you the CP2102 USB driver installed on your device.

Installing libraries

All Arduino libraries are listed in the /lib of the repo. Install them either through Sketch > Include Library > Manage Libraries and looking them up or by installing the zip file from each submodule and going to Sketch > Include Library > Add .ZIP library

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages