You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following examples demonstrate basic LoRa® peer-to-peer (P2P) communication using the [RadioLib](https://github.com/jgromes/RadioLib) library. This is the foundational step for testing your hardware and building more complex network applications.
936
936
937
-
#### LoRa® Transmitter Example
937
+
**LoRa® Transmitter Example**
938
938
939
939
This example configures the Nesso N1 to send a "Hello World!" packet every five seconds.
940
940
@@ -997,7 +997,7 @@ void loop() {
997
997
}
998
998
```
999
999
1000
-
#### LoRa® Receiver Example
1000
+
**LoRa® Receiver Example**
1001
1001
1002
1002
This example configures a second Nesso N1 to listen for LoRa® packets and print them to the Serial Monitor. It uses a simple polling method where the main loop waits until a packet is received.
0 commit comments