Hello,
I have two EV-ADF70301-868BZ modules and wanted to establish communication between them. I wanted to transmit data from one node to other.
Both my transmitter and receiver nodes are using EV-COG-AD4050LZ as the MCU. I'm using my custom drivers on the top Mbed-OS, as EV-COG-AD4050LZ is supported by Mbed, to communicate from MCU to ADF7030 boards.
Everything works fine as I can read/write to registers and read the temperature data from the ADF70301 as well.
However, I can't wrap my head around how to establish the connection between two nodes, and below are my queries regarding this:
1) All the options to generate .cfg files look confusing and I'm not sure on different settings would be applied for the transmitter and receiver node to work seperatly.
2) Do the I read confirm is data has been transmitted from transmitter node and has the same has been received on the receiver node. Do I need to set up IRQ on the board? or
just read the register address 0x20000AF0 or 0x20000C18 would work?
In case if code is needed, I'm willing to provide it over email.
Any help on this is appreciated.
Regards