Skip to content

Commit 7c80a40

Browse files
authored
Update README.md
1 parent 62f6e94 commit 7c80a40

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Now you need to go on the OB (Option Bytes) and find the Read Out Protection (RD
3636

3737
The [STM32Cube MCU Packages](https://www.st.com/en/embedded-software/stm32cube-mcu-packages.html) does not have the exactly mcu (stm32l071cz), but is possible to use some similar to make works.
3838

39-
You can use the stm32l073, the pinout is realy similar and should work like a charm.
39+
You can use the `stm32l073`, the pinout is really similar and should work like a charm.
4040

41-
Select the board "Nucleo-64" and board part number "Nucleo L073RZ". You need to change the upload method to
42-
"STM32CubeProgrammer (SWD)".
41+
Select the board `Nucleo-64` and board part number `Nucleo L073RZ`. You need to change the upload method to
42+
`STM32CubeProgrammer (SWD)`.
4343

4444
Now is possible to burn some blick example.
4545

@@ -69,6 +69,8 @@ Default Serial is on the pins GPIO0 and GPIO1.
6969

7070
## LoRa
7171

72+
<b>This lmic part is a little unstable, for some reason, the program stops working.</b>
73+
7274
This part about the LoRa radio and it was tested with the [arduino-lmic](https://github.com/mcci-catena/arduino-lmic) library. The basic configuration you can check below.
7375

7476
Remember you need to change the config file of the lmic library and define `CFG_sx1272_radio`.

0 commit comments

Comments
 (0)