Hi,
In the documentation for WhisperNode LoRa, it says that the default sketch upload speed is 115200 bps, but since some of my external components use 9600 bps, I tried to upload the sketch using 9600 bps:
and the program worked well for me. So, is it okay to use 9600 or other baudrate instead of 115200? Are there any drawbacks or some things I need to take care of?
Thanks,
Tanmay
In the documentation for WhisperNode LoRa, it says that the default sketch upload speed is 115200 bps, but since some of my external components use 9600 bps, I tried to upload the sketch using 9600 bps:
Code: Select all
Serial.begin(9600);Thanks,
Tanmay
