lora-aprs / LoRa_APRS_iGate

This is a LoRa APRS iGate/Digi based on an ESP32
https://www.lora-aprs.info
MIT License
331 stars 106 forks source link

heltec lora v3 #315

Closed tofuatjava closed 11 months ago

tofuatjava commented 11 months ago

Hi, I'am OE5TFR and have done little changes to support th newer heltect lora v3 boards with the ESP32-S3 chip.

dc5on commented 11 months ago

[INFO][BoardFinder] searching for OLED...
[ 844][I][esp32-hal-i2c.c:75] i2cInit(): Initialising I2C Master: sda=4 scl=15 freq=100000 [ 851][I][esp32-hal-i2c.c:75] i2cInit(): Initialising I2C Master: sda=21 scl=22 freq=100000 E (646) i2c: i2c_set_pin(875): scl gpio number error [ 864][E][esp32-hal-i2c.c:88] i2cInit(): i2c_param_config failed [WARN][BoardFinder] issue with wire [ 880][I][esp32-hal-i2c.c:75] i2cInit(): Initialising I2C Master: sda=21 scl=22 freq=100000 E (669) i2c: i2c_set_pin(875): scl gpio number error [ 887][E][esp32-hal-i2c.c:88] i2cInit(): i2c_param_config failed [WARN][BoardFinder] issue with wire [ 903][I][esp32-hal-i2c.c:75] i2cInit(): Initialising I2C Master: sda=21 scl=22 freq=100000 E (692) i2c: i2c_set_pin(875): scl gpio number error [ 910][E][esp32-hal-i2c.c:88] i2cInit(): i2c_param_config failed [ 915][E][Wire.cpp:526] write(): NULL TX buffer pointer [ 920][E][Wire.cpp:448] endTransmission(): NULL TX buffer pointer

dc5on commented 11 months ago

With Parameterchange on "BoardConfig TTGO_Lora32_V1" it will start without LORA

Ingineerix commented 10 months ago

Awesome Guys! Thanks for adding support for the Heltec V3. I have it working great on the SX1262 at 915MHz. Only problem it has is WiFi, when it initially connects if I do not start a high volume of pings to it from another device, the WiFi radio will lose connection and not make it to connecting to APRS-IS. But with the high-rate ping in place it connects, and then I can stop the ping and everything is normal. I opened an issue here: https://github.com/lora-aprs/LoRa_APRS_iGate/issues/324