Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
769 stars 307 forks source link

WIFI_LoRa_32_V3_FactoryTest #200

Closed joaopedros2 closed 1 year ago

joaopedros2 commented 1 year ago

Hello. I'm trying to use the sketch "WIFI_LoRa_32_V3_FactoryTest" on two V3 devices, and they are not communicating with each other. The Arduino compiles the code and uploads it to the board without errors. After the boards boot up, they only display the information about the found WiFi networks and do not send/receive the "hello" packets.

I've already reinstalled Arduino and the libraries as mentioned in the Heltec documentation, but it's still not working.

joaopedros2 commented 1 year ago

I have found the solution to my problem. After installing the meshtastic firmware and re-flashing the original firmware via Arduino, I had to reactivate the license.

https://docs.heltec.org/general/how_to_use_license.html

I apologize for opening this issue.