Sunday, July 27, 2014

Change in hardware.

Due to some issues with the transceiver(rfm12b) that I had originally used, I decided to go with a different and a bit more popular and modern device(NRF24L01+). Originally I had been doing some testing with a set of MSP430's using these new transceivers and wanted to see if I could get these along with the Arduino talking to each other. After about a day and upgrading from an older library(ManiacBug's rf24 library) to one that has seen some nice changes and stability(tmrh20's), I was able to get the arduino talking to the msp430 receiver setup. Now the fun part is to integrate the old setup with the new setup.