Giter Club home page Giter Club logo

quadf450's Introduction

QuadF450

Component List

Component Manufacturer Model Name Comm Interface Operating Voltage
Microcontroller Teensy 4.1 Multi 3.3V
Display UCTRONICS UTC-602602 I2C 3.3V to 5V
Orientation Adafruit BNO055 I2C 3.3V to 5V
Press/Humid/Temp Adafruit BME280 I2C 3.3V to 5V
GPS Adafruit Ultimate GPS UART 3.3V to 5V

Installation

PlatformIO Core

More information about installing and configuring PlatformIO Core can be found on the PlatformIO Installation Documentation.

Here's the TLDR:

  1. Install PlatformIO Core with script
# download script
curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py

# run script
python3 get-platformio.py
  1. Create symbolic links for executing PlatformIO from anywhere
# symbolic links
ln -s ~/.platformio/penv/bin/platformio ~/.local/bin/platformio
ln -s ~/.platformio/penv/bin/pio ~/.local/bin/pio
ln -s ~/.platformio/penv/bin/piodebuggdb ~/.local/bin/piodebuggdb
  1. Add PlatformIO device management rules to allow PlatformIO access to devices
# this will do the thing
curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/system/99-platformio-udev.rules | sudo tee /etc/udev/rules.d/99-platformio-udev.rules

Usage

Generate compile_commands.json to let clangd find header files

# generate compile_commands.json
pio run -t compiledb

To upload the firmware, connect the microcontroller and run:

# builds and uploads firmware for any enviornment in  platformio.ini file
pio run --target upload

# or, for only one enviornment in the file
pio run -e teensy41 -t upload

quadf450's People

Contributors

vcss7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.