Hi community,
I am wondering if anyone here has succeeded in setting up radio comms with the Microchip MRF89XAM8A radio module?
I have been struggling with it for a few days without much success and could use some constructive feedback.
The hardware setup:
A breadboard with a generic power supply plugin, an Arduino pro mini 3v3 edition, and the MRF89XAM8A radio module.
Pinout is based on the recommendations in the RadioHead library:
Arduino ----------- MRF89XAM9A
3.3V-----------VIN (3.3V in)
pin D9-----------/CSDAT (data chip select in)
SS pin D10----------/CSCON (configuration chip select in)
SCK pin D13----------SCK (SPI clock in)
MOSI pin D11----------SDI (SPI Data in)
MISO pin D12----------SDO (SPI data out)
D2-----------IRQ1 (Interrupt 1 output)
IRQ0 (Interrupt 0 output, not connected)
GND----------GND (ground in)
Library and code:
RadioHead RH_MRF89.h
Example server
Example client
If you have a working setup description with pinout, library and code samples, please do share it here, thank you.
Cheers,
Mike