Code Monkey home page Code Monkey logo

arduinoserialprogrammer's Introduction

Arduino Serial Programmer

Description

This is a simple USB to serial programmer. This code helps to transform a Teensy2++ micro controller to an ATMega328p (Arduino UNO controller) Arduino serial programmer.

Once an ATMega328 has been flashed with the Arduino Boot Loader, it is able to be programmed via its native serial TX/RX pins. So to upload a program to a flashed ATMega328 we need a device to interface the standart USB PC port to the TX/RX signals.

Refer this schematic to perform connectics between Teensy programmer and the ATMega328 (image available in current repository: assets/programmer-electronic-schema.png)

Teensy2 Arduino 328p serial programmer

Customizations

Some customization can be done on this code

  • Changing the usage of the 'reset_pin' on the teensy2++. (Default pin : 4)
  • Changing the led_pin. The led pin is used to indicate the activity while uploading. Default is 6 (Teensy onboard LED), but you can add a LED on your board and map the pin.
  • Default baud rate (baud varaible) can be changed. All tests has been done with the default configuration and works correctly with 19200 to program an ATMega328p with a Teensy2++

arduinoserialprogrammer's People

Contributors

akrobate avatar

Watchers

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