Skip to content

bwalex/mrf24j40-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a (portable) and free driver for the Microchip MRF24J40 radio chip. It
currently only has a hardware layer for PIC18, but others will soon follow.

Writing your own HAL is easy enough; you only need to provide the I/O pin
functions for the CS' and RESET, the SPI routines to read and write and finally
a delay routine that delays at least 1 ms.

The driver is distributed under an MIT-style license. Work is in progress,
there is plenty of stuff still missing.


NOTE: The driver has a large number of so far untested features. I will be
testing it more thoroughly over the coming weeks. It is also missing proper
documentation and examples, which I also plan to add over the next few
weeks. If you intend to use it meanwhile, please feel free to ask me if you
get stuck trying to use it.

About

simple (and portable) MRF24J40 driver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages