Git Product home page Git Product logo

btdriver's Introduction

BtDriver

Bluetooth Low Energy nRF8001 Driver for XMEGA

Studienarbeit Friedrich Mäckle IAS Universtiy of Stuttgart, 2014

Ported Driver from Nordic Semiconductor

The Bluetooth Driver consists of the actual driver which is a port to XMEGA from the Nordic Semiconductor Driver for Arduino: https://github.com/NordicSemiconductor/ble-sdk-arduino

There are changes regarding:

  1. delay_routine
  2. interrupt control
  3. SPI control
  4. IO
  5. Removed all Arduino specific code like debug prints
  6. Changed included libaries to have correct data types in place

The driver supports both interrupt and polling interface of the driver.

Bluetooth Driver

ASF

The driver uses the Atmel Software Foundation Framework to interact with SPI, delay and GPIO

Bluetooth Service

The Bluetooth Service provides an interface to the IAS Teamarbeit (Teamwork). The students in the course program a remote controlled car which is equipped with several sensors. The students implement a simple driver assistant.

The Service provides:

  • A setup routing which must be called once on setup: car_bluetooth_setup
  • A process routing which processes incoming data, should be called on the beginning of the main loop: car_bluetooth_process

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.