non-hardware SPI pins for MIRF (nRF24L01+)
hello,
i working on small battery power sensor nodes using nrf24l01+ radios
![](//1.bp.blogspot.com/-bpghp_kswsw/udhw_d4oyai/aaaaaaaajfs/ye7yc8tqche/s640/imag0467.jpg)
so far have nodes working bridge them web service using board.
http://imall.iteadstudio.com/development-platform/arduino/arduino-compatible-mainboard/im120410001.html
reading specs on board see it's socket nrf24l01 not using hardware spi pin assignment supported mirf library.
from schematics board has following nrf24l01 pins connected below
miso -d6 (not d12)
mosi -d5 (not d11)
sck -d7 (not d13)
is possible configure mirf library use these pins?
i not keen on using different library radio have change other boards too.
thanks
[subject title corrected moderator]
i working on small battery power sensor nodes using nrf24l01+ radios
![](http://1.bp.blogspot.com/-bpghp_kswsw/udhw_d4oyai/aaaaaaaajfs/ye7yc8tqche/s640/imag0467.jpg)
so far have nodes working bridge them web service using board.
http://imall.iteadstudio.com/development-platform/arduino/arduino-compatible-mainboard/im120410001.html
reading specs on board see it's socket nrf24l01 not using hardware spi pin assignment supported mirf library.
from schematics board has following nrf24l01 pins connected below
miso -d6 (not d12)
mosi -d5 (not d11)
sck -d7 (not d13)
is possible configure mirf library use these pins?
i not keen on using different library radio have change other boards too.
thanks
[subject title corrected moderator]
see http://little-scale.blogspot.com/2007/07/spi-by-hand.html 1 implementation. have seen of lcd display drivers glcd , adafruit use arduino low level digital line manipulation routines speed things up.
Arduino Forum > Topics > Home Automation and Networked Objects > non-hardware SPI pins for MIRF (nRF24L01+)
arduino
Comments
Post a Comment