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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ Now you need to go on the OB (Option Bytes) and find the Read Out Protection (RD
36
36
37
37
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.
38
38
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.
40
40
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)`.
43
43
44
44
Now is possible to burn some blick example.
45
45
@@ -69,6 +69,8 @@ Default Serial is on the pins GPIO0 and GPIO1.
69
69
70
70
## LoRa
71
71
72
+
<b>This lmic part is a little unstable, for some reason, the program stops working.</b>
73
+
72
74
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.
73
75
74
76
Remember you need to change the config file of the lmic library and define `CFG_sx1272_radio`.
0 commit comments