FAQ
Q: Why does the ESP32-S3 not output logs on UART0?
A: By default, the ESP32-S3 outputs logs via USB instead of UART0. To switch the log output to UART0, modify the configuration in menuconfig:
Path: Component config → ESP System Settings → Channel for console output
After setting the output channel to UART0, rebuild and flash the firmware for the change to take effect.
Q: Why can't LoRaWAN join the network (Join fails)?
A: Please check the following steps one by one:
- Verify that DevEUI, JoinEUI (AppEUI), and AppKey are correct;
- Ensure the device is properly registered with the network server;
- If the parameters are correct but joining still fails, try modifying the JoinEUI and initiate Join again;
- Check whether the frequency band (Region) configured matches the gateway;
- Confirm that the antenna is properly connected and the signal environment is good.