Git Product home page Git Product logo

ardunrfl01's Introduction

ArduNrfL01

A pair of Arduino projects that use Nordic's Nrf24L01 RF link. One is the transmitter, the other the receiver. The system is optimized for very low power consumption on the transmit side. The system uses a four frequency hopping scheme. The receiver is constantly listening, changing frequency every 20mS. The transmiter only sends when new data is present. It tries all four frequencies until the data goes through (with a timeout). The data is the state of the digital inputs. It is reflected on the same pins, configured as outputs, on the receiver. In Debug mode on the transmitter, a counter is sent as data once per second. Its value is sent out on the UART. In Debug mode on the receiver prints out the data to the UART instead of outputing it to the GPIOs.

NOTE: The transmitter is designed to be powered directly from two alcaline batteries. In order to acheive this, a 3.3V Arduino must be used. In addition, the voltage regulator on the board must be removed and bypassed. The voltage regulator on the RF board must also be removed and bypassed Finaly, the AVR processor configuration registers must be altered to allow operation down to 1.8V. This is done by using AVRdude with the following options: -U lfuse:w:0xe2:m -U hfuse:w:0xda:m -U efuse:w:0x06:m

ardunrfl01's People

Contributors

dwegmull avatar

Stargazers

Pita Pun avatar  avatar Lauris BH avatar

Watchers

 avatar Pita Pun 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.