Skip to content

Project/hardware sanity check, will these devices work? #163

Answered by timmbogner
bkcberry asked this question in Q&A
Discussion options

You must be logged in to vote

Hello!

The first link appears to be the Heltec LoRa32 V3. If this is the case, then it is definitely supported! I have one that I use to troubleshoot support for sx126x LoRa radios. I'll say to be careful handling the OLED display, it is very easy to press and break it. I definitely prefer LilyGo products over Heltec, though. I'm hoping to try out the SX1262 variant of their new T3-S3 board soon, but currently I can highly recommend their LoRa32 v1.
Here are the configurations for the Heltec LoRa32 V3:

#define RADIOLIB_MODULE SX1262  // ESP32 SX1262 (HELTEC)
#define LORA_SS 8
#define LORA_RST 12
#define LORA_DIO 14
#define LORA_BUSY 13
#define USE_SX126X

The second one should work. I've …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bkcberry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants