Hi people!
I need some helping hand with msprf24 library of Spirilis to realize a remote sensing network.
In particular there are
-a lot of msp430g2553 transmitter (one for the moment) that stay in low power mode, and wake up after x minutes. When it wakes up takes the measure of some sensors, sends this measures to a TX (msp430f5529), and returns in low power mode.
-one msp430f5529 receiver that is always awake waiting the measures from the transmitter.
So far so good: i was able to use msprf24 library to send the measures to the main MCU. But this was done using autoack operation and other setting that people that used it probably know...
Next step (first problem) is: send the measure and wait for a byte from the main MCU that sets the new interval time...in the other side the main MCU must receive the data and immediately sends a byte.
If i try to do something different from the first step, this results with no communication: the main problem is that i'm not able to move from the transmitter mode to the power mode...
If some kind soul wants to help me would be grateful...in this case i will post my code!
Thanks in advance and my compliments to this forum! ![]()