Hello, I bought two WiFi LoRa 32 (V3) and tried to do a simple LoRa test.
Receive ,Sender
I tried to output the received sensor values to oled by configuring each, but it didn’t work.
Upload to the library below was not successful.
- OLED_LoRa_Receiver (can’t upload)
- OLED_LoRa_Sender (can’t upload)
So I tried a new way
example code
- Heltec-Example > LoraBasic > LoraReceive
- Heltec-Example > OLED
Therefore, using the two example codes to send and receive sensor values, the OLED output code was written separately and uploaded successfully. However, when I try to synthesize the two codes, it seems that the libraries cannot be used together.
(HT_SSD1306Wire.h + LoRaWan_APP.h)
- Is there any other way to synthesize the above 2 codes?
(example code)
Heltec-Example > LoraBasic > LoraReceive
Heltec-Example > OLED
Or is there an example code like OLED_LoRa_Receive in V3 version?