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
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.
0 commit comments