Hi all,
I have two SmartRF04 Evaluation Boards, each with a CC1100 evaluation module connected to it. One evaluation board is connected to a PC through USB, and one is connected to an MSP430 development board (the relevant resistors have been removed). I have downloaded the MSP430/CC1100 interface code library as outlined here. The code was designed to be used with two radios (which I have) and two MSP430s (which I don't have).
My question is: what is the best way to use the SmartRF04 connected to the PC to read what the other is sending? I was originally going to use SmartRF Studio 7 to see if I can receive packets from the other board, but I'm having trouble changing the frequency to those supported by the MSP430 library. What is my best course of action? Should I manually change all the registers on the PC connected board to match those of the MSP430 board? Is there a program I can flash that will output to the computers serial port?
I apologize if this is a very basic question; I am a beginner at wireless networking and I wasn't able to find it elsewhere. Thanks in advance for any assistance!