Search found 3 matches
- Tue Apr 04, 2023 5:44 am
- Forum: General discussion
- Topic: Learning of lorawan communication between gateway and sender
- Replies: 1
- Views: 988
Learning of lorawan communication between gateway and sender
Hi all,I am currently using f411re connected with I-nucleo-lorawan1 to communicate with f746zg connected with lora hf band gateway expansion board. I have tried the example in aruino ide but it lora isn't starting in i-nucleo-lorawan1,may I ask if there is anyone doing the same attempt as I'm trying ...
- Tue Apr 04, 2023 5:39 am
- Forum: General discussion
- Topic: Unable to see any output from serial monitor
- Replies: 2
- Views: 2228
Re: Unable to see any output from serial monitor
Sadly,I am not using l073rz anymore as I'm using nucleo f411re to display the output in serial monitor...
- Thu Mar 30, 2023 5:33 am
- Forum: General discussion
- Topic: Unable to see any output from serial monitor
- Replies: 2
- Views: 2228
Unable to see any output from serial monitor
Good day to everyone here, i am a beginner for nucleo l073rz (connected with I-nucleo-LRWAN1) and for the past 3 days, i have been trying to see my output from my serial monitor, but to no avail, nothings shows up.
void setup() {
Serial.begin(115200); // Initialize serial communication with a ...
void setup() {
Serial.begin(115200); // Initialize serial communication with a ...