nimblemotors 23 Posted May 8, 2017 Share Posted May 8, 2017 Anyone have experience using this wireless module with the msp430? I have a pair running hooked to msp430's, not using any library, using pretty much all the chip defaults, just fixed length packets of 10 bytes. I have one running sending a packet every 250ms, I timed the xmit time, and it takes 33ms to send a packet at the default 4.8kbps. The other in recv mode. It is getting packets, but losing about 99% of them, but every once in a while it gets one, which has me stumped. After I get a packet I put it in standby, and have a watchdog run every second that puts it back in recv mode. If you have any experience or insight, I would appreciate it! Quote Link to post Share on other sites
nimblemotors 23 Posted May 8, 2017 Author Share Posted May 8, 2017 Found out the problem, the sync values defaulted to zero which don't really work as sync values. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.