Coder Social home page Coder Social logo

evanperryg-old / airpic Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 2.0 1.57 MB

Libraries for Small-Scale Automated Aviation Systems Using PIC24F Microcontrollers

Home Page: https://evanperryg.github.io/airpic/html/index.html

License: MIT License

C 100.00%

airpic's Introduction

airpic

Libraries for Small-Scale Automated Aviation Systems Using PIC24F Microcontrollers

Introduction

The Airpic Libraries include various tools to simplify and accelerate the development of C code for the PIC24 microcontroller. Airpic was designed for use with Project IRIS, a project created by Innovative Engineers at the University of Minnesota Twin Cities.

Microcontroller

These libraries were written for the PIC24FJ64GA002 microcontroller, but they are theoretically compatible with any PIC24FJ device. It should be relatively easy to adapt these libraries for use on virtually any PIC24 microcontroller with sufficient program memory.

Airpic uses a variety of peripherals and pins on the PIC device:

  • airpic-timer uses Timer peripherals 1, 4, and 5.
  • airpic-statusled uses Timer peripheral 2, and pins RB15, RB14, and RB13 (physical pins 26, 25, and 24, respectively).
  • airpic-i2c uses the I2C2 peripheral, and pins SDA2 and SCL2 (physical pins 6 and 7, respectively)
  • airpic-serialgps uses the UART1 peripheral, and pins RP10 and RP11 (physical pins 21 and 22, respectively).
  • If the serial debugger messages are enabled, they will use RP6 and RP7 (physical pins 15 and 16, respectively).

More detailed information about pin connections are shown below:

Imgur utqZF0K

BE CAREFUL! The PIC microcontroller is a 3.3V device. If something (like an arduino's RX pin) tries to send data with a 5V logic level, there is a high chance you will damage the PIC! However, the PIC's outputs can be connected to inputs on a 5V device (for example, the debugging TX pin can be connected to the TX pin on an Arduino).

Compiler/Technical Information

Airpic was compiled using the XC16 compiler, version 1.32B. The IDE used was MPLAB X, version 4.00.

airpic's People

Contributors

ryukoposting avatar markushunter avatar

Stargazers

 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.