Code Monkey home page Code Monkey logo

quadf32's Introduction

Flight controller using STM32F103

Documentation and demonstration video link

setup requirements

(for programming stm32f103 microcontroller)

  • Linux debian (to use make build system and code upload tool stm32flash)
  • sublime/vi/vim/gedit any texteditor
  • ARM cross compiler toolchain
    • sudo apt-get install gcc-arm-none-eabi binutils-arm-none-eabi
  • stm32flash to flash the controller, assuming the controller has default factory bootloader
    • sudo apt-get install stm32flash
  • stm32f103 microcontroller, with default factory bootloader (must)
  • usb to uart converter
    • PL2303HX, CP2102, ftdi etc

sensors

  • mpu6050 sccelerometer and gyroscope
  • hmc5883l magnetometer
  • ms5611 barometer

additional accessories

  • rc transmitter and receiver

connections (from microcontroller)

  • I2c1 {PB6, PB7} -> GY86 sensor {SCL, SDA}
  • UART1 {PA10, PA9} -> UART debug port {RX, TX}
  • {PB10, PB11, PB12, PB13, PB14, PB15} -> RC receiver
  • {PA0, PA1, PA2, PA3} -> PWM to ESCs of corresponding motors (Left Front, Right Front, Left Back, Right Back) of Quadcopter

PCB designs

  • You will find the .sch and .brd, QuadF32 flight controller board designs in the Eagle_CAD folder.
  • It would also include a generated .cam file that I used for building my board, I would request you to use a different cam file provided by your pcb manufacturer.
  • The folder also does include .lbr library for the stm32f103 module, that I am using.

Third party acknowledgements

quadf32's People

Contributors

rohanvdvivedi avatar

Stargazers

 avatar  avatar  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.