Skip to content

ADDTech/simrf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multiplatform library for using Microchip's MRF24J40MA modules.

This is designed to be _simple_ not high performance.  TX is easy,
RX expects the device to be always on, and only buffers a single packet at a time.

This is mostly used as a basis for my own work using these devices in my own projects.

Current status:
 * atmega32u4 (Teensy 2.0) Working fine
 * stm32f100 (STM32VL Discovery Board) Working fine (libopencm3 based)

Future:
 * stm32l1 (libopencm3 based)
 * stm32f100 (std periph lib based)

NOTE: If you are using this with Xbee devices in one of the non compliant
"MAC Modes", edit lib/config.h to suit your needs.  See also page 48 of
the Xbee manual, the "MM" api command.

Author: Karl Palsson <karlp@tweak.net.au>
Web: http://false.ekta.is

License
~~~~~~~
Your choice of:
 * BSD 2 clause
 * MIT
 * X11

About

Simple MRF24J40 module driver code (multiplatform)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published