Code Monkey home page Code Monkey logo

blazenet-device-fw's Introduction

BlazeNet Device Firmware

In this repo are firmware projects for various BlazeNet devices. This is formed by a common base (which in turn is based on the embedded-fw project) that provides RTOS support and the protocol implementation.

What's Included

Well, it's basically what it says on the tin… a bunch of firmware. It's broken up into several distinct chunks.

Supporting libraries

Some code is shared by all devices, or consists of only data such as headers. These are provided by the following libraries:

TODO: Implement and add more description

Bootloader

A relatively simple loader that's available on all devices, which implements secure firmware updates. Updates are downloaded into an external SPI flash, and applied by the loader, which also checks them for integrity. Additionally, it implements some last ditch recovery via NFC, for devices that contain a NFC element for pairing.

TODO: Implement and add more description

Coordinator

Some coordinator devices feature smarts on the radio itself, which are implemented by the following firmwares:

  • host-radio: Reference implementation of a host-controlled radio frontend, primarily geared at coordinators, though it could work as a device as well. A host is connected via SPI, and can send/receive packets using an interrupt-driven packet protocol.

Device Base

A common base for device firmwares, provided in the form of a static library to be linked into a final application.

TODO: What does it implement?

Supported Devices

The following devices are implemented, using the afforementioned device firmware base:

TODO: Come up with devices

Building

Building the projects is accomplished using CMake. Change directories into the desired firmware (for a coordinator or end device firmware) and build it as normal. It'll automagically pull in common libraries here.

blazenet-device-fw's People

Contributors

tristanseifert avatar

Watchers

 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.