lnlp / LMIC-node

LMIC-node | One example to rule them all. LMIC-node is an example LoRaWAN application for a node that can be used with The Things Network. It demonstrates how to send uplink messages, how to receive downlink messages, how to implement a downlink command and it provides useful status information. With LMIC-node it is easy to get a working node quickly up and running. LMIC-node supports many popular (LoRa) development boards out of the box. It uses the Arduino framework, the LMIC LoRaWAN library and PlatformIO.
MIT License
210 stars 104 forks source link

Add support for heltec LoraWAN Wifi OLED board version 3 #49

Open smbunn opened 1 year ago

smbunn commented 1 year ago

Works great with v2 boards, can we have a v3 update?

PProvost commented 1 year ago

My understanding is that this will be waiting for the PR that has ESP32 S3 support to make it to the arduino-esp32 project. I ran into this a while ago when I ordered a v2 and got a v3. Now it sits on my bench until the code catches up.

c64emulator commented 1 year ago

As already stated this repo provides support HELTEC LoRa32 v2. This device is EOL. The new v3 device is out since several month with other CPU (ESP32-S3) and other LoRa chip (SX1262) . The LMIC-lib seems not to work with this device because lacking support for SX1262. The Heltec WiFi Kit Series (V0.0.7) [https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/releases/tag/0.0.7] (Basetype: LoRaMac-node) is (currently) the only working environment. PLS provide support for the new version of the HELTEC LoRa32 board. Thank you.

nikito7 commented 9 months ago

The LMIC-lib seems not to work with this device because lacking support for SX1262.

It's the real problem...