User Activity

We've connected CR95HF with arduino uno via UART but it seems to give random outputs on the serial monitor.The arduino code:#include <SoftwareSerial.h> SoftwareSerial BTserial(4, 5);       void setup() { // put your setup code here, to run once: ...