Skip to content

THIS CODEBASE IS OBSOLETE, use PJON instead! ASK/FSK multimaster radio communication protocol for Arduino and IOT

Notifications You must be signed in to change notification settings

gioblu/PJON_ASK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PJON_ASK

PJON_ASK v1.0 stable

Warning: Obsolete codebase, PJON_ASK has been integrated in the PJON repository, see OverSampling

PJON_ASK was an early implementation of the PJON Standard, designed to be compatible with noisy and unreliable media like cheap 315/433Mhz ASK/FSK/OOK radio transceivers.

What is PJON?

PJON (Padded Jittering Operative Network) is an Arduino compatible, multi-master, multi-media communications bus system. It proposes a Standard and it is designed as a framework for digital communication. It is a valid alternative to i2c, 1-Wire, Serial and other Arduino compatible protocols. If you are interested to know more about the PJON Standard, visit the Wiki. If you need help see the documentation or if something is not working visit the Troubleshooting page. If you own a Saleae Logic Analyzer see saleae-pjon-protocol-analyzer crafted by Andrew Grande.

Join the chat at https://gitter.im/gioblu/PJON Donate

Features

  • Device id implementation to enable univocal communication up to 254 devices
  • Bus id implementation to optionally enable shared medium communication
  • Multi media compatibility (wires up to 50m, radio up to 5km)
  • Physical layer abstraction
  • 2 pin compatibility to enable twisted pair / radio modules
  • Optional auto-addressing with id collision avoidance (experimental)
  • CRC8 table-less cyclic redundancy check implementation
  • Acknowledgement of correct packet sending
  • Collision avoidance to enable multi-master capability
  • Broadcast functionality to contact all connected devices
  • Packet manager to track and retransmit a failed packet sending in background
  • Error handling

Compatibility

License

/* Copyright 2012-2016 Giovanni Blu Mitolo

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. */

About

THIS CODEBASE IS OBSOLETE, use PJON instead! ASK/FSK multimaster radio communication protocol for Arduino and IOT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published