Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heltec LoRa 32 V3 #19

Open
scapingerman opened this issue Oct 30, 2024 · 0 comments
Open

Heltec LoRa 32 V3 #19

scapingerman opened this issue Oct 30, 2024 · 0 comments

Comments

@scapingerman
Copy link

scapingerman commented Oct 30, 2024

I’m attempting to implement RF95modem with a Heltec LoRa 32 v3, which uses an ESP32-S3 microcontroller instead of the standard ESP32 in previous versions. To match the pin layout of this Heltec v3 model, I’ve configured the following in platformio.ini:

[env:esp32s3_heltec_config]
platform = espressif32
board = heltec_wifi_lora_32_V3
framework = arduino
build_flags =
-fexceptions
-DRFM95_CS=8
-DRFM95_RST=12
-DRFM95_INT=14
-DUSE_DISPLAY
-DOLED_ADDRESS=0x3C
-DOLED_SDA=17
-DOLED_SCL=18
-DOLED_RST=21
lib_deps =
${env.lib_deps}
${env.libs_display}
board_build.partitions = no_ota.csv

When running pio run -t upload -e esp32s3_heltec_config, it compiles successfully, but when opening the Serial Monitor in Arduino IDE to check the initialization message, I get the following LoRa radio initialization error:

ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x4bc
load:0x403c9700,len:0xbd8
load:0x403cc700,len:0x2a0c
entry 0x403c98d0
rf95modem firmware (v0.7.4)
Copyright (c) 2018, 2019 Lars Baumgaertner
+FAIL: LoRa radio init

Any guidance on resolving the LoRa radio initialization issues would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant