8000 Issue #70: Readme corrections · pycom/pycom-micropython-sigfox@d72b922 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit d72b922

Browse files
committed
Issue #70: Readme corrections
1 parent 15fcfcf commit d72b922

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

esp32/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MicroPython port for the ESP32 based boards from Pycom
22
======================================================
33

44
In order to build this project, a copy of the Espressif IDF is required and it's
5-
path must be specified via the ESP_IDF_PATH variable. See the Makefile for details.
5+
path must be specified via the IDF_PATH variable. See the Makefile for details.
66

77
The modified Espressif IDF that we use to build this port can be found in:
88
https://github.com/pycom/pycom-esp-idf
@@ -18,13 +18,16 @@ First build the mpy-cross compiler:
1818
After that, build the ESP32 port for one of Pycom boards (first the bootloader, then the app):
1919

2020
$ cd ../esp32
21-
$ make BOARD=LOPY -j5 TARGET=boot
21+
$ make BOARD=LOPY -j5 LORA_BAND=USE_BAND_868 TARGET=boot
2222
$ make BOARD=LOPY -j5 LORA_BAND=USE_BAND_868 TARGET=app
2323

2424
Flash the board (connect P2 to GND and reset before starting):
2525

2626
$ make BOARD=LOPY -j5 LORA_BAND=USE_BAND_868 flash
2727

28+
Note: LoRa uses different frequency bands in different regions such as US, EU, China, etc. To check the
29+
frequency plan in your country use: https://www.thethingsnetwork.org/wiki/LoRaWAN/Frequencies/By-Country
30+
2831
Using frozen modules
2932
--------------------
3033

0 commit comments

Comments
 (0)
0