Skip to content

Commit 1167942

Browse files
committed
Fixed
1 parent 6d67e62 commit 1167942

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/09.kits/maker/nesso-n1/tutorials/user-manual

1 file changed

+3
-3
lines changed

content/hardware/09.kits/maker/nesso-n1/tutorials/user-manual/content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -930,11 +930,11 @@ The LoRa® module is controlled via SPI and several dedicated pins on both the E
930930
| `LORA_ANTENNA_SWITCH` | | E0.P6 | LoRa® RF Antenna Switch Control |
931931
| `LORA_ENABLE` | | E0.P7 | LoRa® Module Reset/Enable |
932932

933-
**LoRa® Peer-to-Peer (P2P) Examples**
933+
#### LoRa® Peer-to-Peer (P2P) Examples
934934

935935
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.
936936

937-
#### LoRa® Transmitter Example
937+
**LoRa® Transmitter Example**
938938

939939
This example configures the Nesso N1 to send a "Hello World!" packet every five seconds.
940940

@@ -997,7 +997,7 @@ void loop() {
997997
}
998998
```
999999

1000-
#### LoRa® Receiver Example
1000+
**LoRa® Receiver Example**
10011001

10021002
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.
10031003

0 commit comments

Comments
 (0)