ropg/heltec_esp32_lora_v3

I am quite confused

Closed this issue · 3 comments

Hello. Trying to use this confusion cleaner with VisualMicro on Visual Studio 2022, but.. I am actually more confused now.
How to set it up, and use in order to send over LoRa ?!
I checked the examples, but .. I have no idea what is this HELTEC_POWER_BUTTON thing, and do I have it or not. Same goes for the rest of these defines. I am quite confused.
Could You please give me some leads please ?

ropg commented

Not familiar with "confusion cleaner with VisualMicro on Visual Studio 2022"

The library comes with examples to send and receive bytes using LoRa.

The HELTEC_POWER_BUTTON thing allows you to use the user button on the board to put the unit in deep sleep and turn it back on again, as described in the README.

Now I am even more confused.
Do I need this button in order to work with LoRa or this library is about this button or the LoRa ?
I am just failing to understand why I need this button in this example:
https://github.com/ropg/heltec_esp32_lora_v3/blob/main/examples/LoRa_rx_tx/LoRa_rx_tx.ino
and is there some cleaner code for using LoRa with this library ( something like for perfect new around )

ropg commented