Hi, I am new to MSP432 and Xbee devices. I am trying to use the MSP432 and the Diji Xbee S1 to transmit and receive audio signals. However, I can't seem to transmit data over the Xbee. I just have the xbee module connected to pins: 3.3V, Ground, pin 3.3 transmitter and 3.2 receiver...
I have confirmed that the Xbee's communicate using XCTU.
Code:
void setup() {
Serial.begin(9600);// baud rate setting
}
void loop() {
Serial.print("Failing");// send mic value over serial
delay(100);// for testing
}
I can see the "Failing" showing up on the com port but not on the other