Git Product home page Git Product logo

arduino's Introduction

Alex's Arduino & AVR stuffs

This repository contain all my tinkerings with Arduino boards I did for my personal entertainment and enlightenment. The Arduino language and associated IDE are not used, as they do not suit my taste. Here, it's Linux, plain C, Makefile, and a shell.

Unless specified otherwise, those tutorials/projects are targeting the Arduino UNO board.

Tutorials

The tutorials are more or less in topological order : later tutorials are building upon earlier tutorials. Each tutorial has some notes I took, as an attempt to leave the least amount of mystery.

  1. led-blinker : blinks the Arduino UNO's on-board led
  2. pin-trigger : switch on and off the Arduino UNO's on-board led with pin 12
  3. full-auto-led-blinker : blinks an external led driven by pin 9, without ever leaving sleep mode
  4. interrupt-driven-led-blinker : blinks the Arduino UNO's on-board led with interruptions
  5. servo-control : controls a servor motor
  6. serial-sync-echo : echo on the serial output what is given in the serial input, synchronous style
  7. ADC : sample an analog input to switch on and off switch on and off the Arduino UNO's on-board led.
  8. i2c: interfacing with i2c devices
  9. SSD1306 : code for controlling SSD1306 OLED screens, easy to follow

Software environment

Archlinux

On a vanilla Archlinux, install the following packages:

Ubuntu

On Ubuntu, install the following packages:

  • gcc-avr
  • avr-libc
  • picocom

Information sources

I gathered the information I needed to realize the tutorials from those sources

I am very thankful to all those people who took the time and the effort to write those tutorials and manuals.

Authors

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.