8000 Update Readme · fsaf11/ESP32-micropython-lora@b2eafea · GitHub
[go: up one dir, main page]

Skip to content

Commit b2eafea

Browse files
authored
Update Readme
Included description to show modifications.
1 parent 9907bc8 commit b2eafea

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
[![Build Status][travis-img]][travis-repo] [![Coverage Status][coveralls-img]][coveralls-repo]
2-
[travis-img]: https://travis-ci.org/micropython/micropython.png?branch=master
3-
[travis-repo]: https://travis-ci.org/micropython/micropython
4-
[coveralls-img]: https://coveralls.io/repos/micropython/micropython/badge.png?branch=master
5-
[coveralls-repo]: https://coveralls.io/r/micropython/micropython?branch=master
1+
This is a modified version of pycom's micropython originally written for the LoPy which is an ESP32 with an SX1272 LoRa chip (RFM92). I added libraries for the SX1276 LoRa module ( RFM95W). The code will work with any ESP32 and SX1276 LoRa module ( RFM95W). The pin connections are as follows:
2+
3+
For ESP32 with firmware version 1
4+
5+
RADIO_MOSI------------GPIO27
6+
RADIO_MISO------------GPIO19
7+
RADIO_SCLK------------GPIO5
8+
RADIO_NSS-------------GPIO18
9+
RADIO_DIO-------------GPIO23
10+
11+
With this, the LoRaWAN Gateway code and other LoRa scripts in micropython available at this link will work https://github.com/pycom/pycom-libraries/tree/master/examples/lorawan-nano-gateway.
12+
13+
TODO: Transmit is not working at the moment but I hope to have that fixed ASAP.
614

715
The MicroPython project
816
=======================

0 commit comments

Comments
 (0)
0