Giter Club home page Giter Club logo

send-data-via-rf-with-cheap-rf-modules's Introduction

Send-Data-via-RF-with-Cheap-RF-Modules

Roman Black's article using Run Length Encoding was the Inspiration

I stumbled across Roman Black's article on using cheap RF modules for transmitting data. While the world has come a long way in the 10 years since Roman wrote about his findings those modules, and more modern ones at similar modest cost, are widely available. https://www.romanblack.com/RF/cheapRFmodules.htm

The concept had my hooked immediately. It uses RF It was really well written and comprehensive. And it seemed like an ideal project that will enable other projects. Plus I get a thrill out of using STM8 eForth. You should try it too.

My broad goal was a burst transmission of one to three bytes of data with long off periods. This required some maths to understand the tradeoff between battery life, data speed and preamble length. At present I am using a "pedestrian" data rate. My version of Roman's implementation has evolved to be a protocol with characteristics as follows (uS shown is measured):

  • Preamble Pulse 5 units high to help the RX adjust gain (560uS)
  • Start pulse is 3 units low, 2 units high. (560uS)
  • Zero is one unit low, one unit high,and (298uS)
  • One is two units low, one unit high (410uS)

Each byte takes about 4ms to send and for testing I spaced them 500ms apart. In practice I expect I will send a packet of 1-3 bytes, repeated several times say 20ms apart before going into a long sleep.

You can read more details on the develpoment process at https://vk6tt.blogspot.com/search/label/RLE Data via RF Modules

send-data-via-rf-with-cheap-rf-modules's People

Contributors

vk6tt avatar

Watchers

 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.