Git Product home page Git Product logo

rfboot's Introduction

rfboot

Atmega328p Bootloader for wireless (OTA) code uploads, using the CC1101 RF chip.

Rfboot is very reliable. I use it for all my projects, even those without any need for RF connectivity, because I can work with dozens of projects in parallel without any need to swap serial cables. There are very few failed uploads (less than 1% in my tests), and fixed immediately with a second upload.
Special care is taken (while rfboot is evolving) that all older rfboot installations are compatible with the newest uploading tool.

Included :

  • The actual atmega328 bootloader, intended to be installed to this MCU via an ISP programmer.
  • A suitable utility (rftool) to easily create new projects (the directory structure) using rfboot as bootloader. The same tool is used for code upload. Every project is created with unique RF settings and a preconfigured Makefile. While developing, a "make send" uploads the code wirelessly.
  • Instructions to assemble a usb2rf module, witch allows us to upload code to the target and, equally important, to use a Serial Terminal (like gtkterm) to send and receive text, analogous to Serial.print() and Serial.read().

This project's emphasis is on reliability, security and usability.

  • Installation. Software and hardware you need, in order to upload code using rfboot.
  • The first project. Instructions to successfully complete your first Arduino project using a bare atmega328 as target, and rfboot as bootloader.
  • Reliability. Explains how rfboot does the job, under an inherently unreliable link (RF).
  • Encryption. Discuses how the firmware is encrypted over the air, and why this is useful.
  • Notes about the License. Some clarifications of the License.

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.