-
* Exact steps to cause this issue
1. Added `#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)` after line 78 in 'esp32/myconfigport.h` Reference commit: [https://github.com/brotherdust/pyco…
-
![grafik](https://user-images.githubusercontent.com/24292608/50058873-06ea3f00-017f-11e9-9852-8e51046fed42.png)
![grafik](https://user-images.githubusercontent.com/24292608/50058878-16698800-017f-11e…
-
hi,
can i use sx1276 Concentrator in this project?
-
Thanks for the great library. There doesn't appear to be any other easy to use Lora library that works with MicroPython with a liberal license, so happy to find yours.
It doesn't work with the Lobo…
-
Sections like this (from sx127x.py) seem ripe for employing const() to lower memory consumption:
```
# registers
REG_FIFO = 0x00
REG_OP_MODE = 0x01
REG_FRF_MSB = 0x06
REG_FRF_MID = 0x07
```
-
I have been testing this soft on a TTGO T-Beam T22_V05 (ESP32+NEO-M8N+LORA32_SX127x?) and I have not achive the ABP join...
- in config.h I write NewSkey, AppSkey and DevAddr as TTN show them:…
covra updated
6 years ago
-
I have two 915mhz E44-TTL-100. It has the pins GND,VCC,AUX,Txd,Rxd,M1, and M0. can i use this code to set up a Reciever and A transmitter?
-
Three of the files in demo are tabbed immediately followed by lines that are space indented. This causes the following errors when building a custom micropython build for the esp32.
Traceback (mos…
-
## Setup
This issue was found utilizing the OV2640 Mini module, as well as an Ardunio Zero clone using copied and pasted example code. There is a flash storage chip as well as a SX127X LoRa radio uti…
-
After looking through your code, the way the imports are done will probably cause problems.
config_lora.py imports controller_esp which then import config_lora.py, which then imports controller_esp…