💬 NRF2RFM69
-
@tbowmo Thanks
-
-
-
There is also a link to dirtypcbs somewhere in this thread, where you can order pcb's.
-
There is also a link to dirtypcbs somewhere in this thread, where you can order pcb's.
-
Is it just me or there are some pins that are not exactly the same order as a normal 8 pins nrf24?
-
On NRF24 CSN is equivalent of CE signal on the SPI bus. While CE is a global on/off switch for the TX/RX on the NRF (Check page 11 in the nrf24 datasheet
On RFM69 CE is actually called NSS (pin 15). Datasheet are here
I don't have the schematics of this project at hand right now, as someone has forgotten to add a pdf of it to the repository ;)
-
Looking at the https://www.mysensors.org/build/raspberry page I have the current mapping on the board rfm69 side:
pin above DI00 is connected to CE pin
DI00 is connected to IRQ
NSS is connected to CSN
MOSI to MOSI ok
MISO to MISO ok
SCK to SCK okDo you think is correct?
-
RFM69 NSS is equivalent of NRF24 CSN
DIO0 act as interrupt line, and is attached in accordance with connecting the radio.
the pin above DIO0 is actually the reset line for the RFM69 module.. Which might come in handy, if you want to do a hardware reset at some point in time :)