Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derekstavis/nrf24le1-demos
nRF24LE1 SDCC demos
https://github.com/derekstavis/nrf24le1-demos
Last synced: about 8 hours ago
JSON representation
nRF24LE1 SDCC demos
- Host: GitHub
- URL: https://github.com/derekstavis/nrf24le1-demos
- Owner: derekstavis
- License: mit
- Created: 2014-12-02T01:31:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T17:54:46.000Z (about 8 years ago)
- Last Synced: 2023-03-28T21:44:50.340Z (over 1 year ago)
- Language: Makefile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nRF24LE1 SDCC demos
===================Helper code written by @derekstavis and @hltrd for nrf24LE1 chips.
Building
--------Build is based on nRF24LE1 SDK by Brennen Ball's SDK, available at
[diyembedded](http://blog.diyembedded.com/2010/06/nrf24le1-sdk-for-sdcc.html)
blog. You can also find a mirror at
[DeanCording's](https://github.com/DeanCording/nRF24LE1_SDK) website or use
[my fork](https://github.com/derekstavis/nrf24le1-sdk).Tool dependencies
-----------------You need `hex2image` tool to convert 8051 hex files into binary code. If you
want, you can grab it from [my repo](https://github.com/derekstavis/hex2image).