Ejri
Ejri
@ahuangJM have you been able to connect to rogers' LTE-M? I'm trying this combination of Rogers' APN, and LTE Cat-M, but it doesn't seem to connect. // rogers const char...
in the load_weights.py file, change the number of classes from 80 to 31 in your case. Also make sure to make the changes in app.py and detect.py
``` pip install autolog pip install https://paddleocr.bj.bcebos.com/libs/auto_log-1.2.0-py3-none-any.whl ```
@MIKHANYA yes. i posted it in examples: https://github.com/Xinyuan-LilyGO/LilyGO-T-SIM7000G/blob/master/examples/Arduino_Azure_IoTHub/Arduino_Azure_IoTHub.ino
Initializing SNTP error means that you're not really connected to a network. the way the esp32 hardware architecture is set up is that you must enable and include the wifi.h...
it seems to connect to the internet just fine. Try making an http request to anything other than Azure to be certain. e.g. fetch weather data from openweatherapi or something...
I mean, I have been using those in the field where there is no wifi, as it is running only on cellular. I have been using those for over 3years...
Sure, thanks. I'm mostly using the Azure example I added in this repo. The issue is that the modem can not find any networks in some boards. For other boards,...
Has anyone found a workaround for this issue? Using BLE server and scanner example sketches in Arduino, names are empty even for devices that labelled using BLEDevice::init Example: `BLEDevice::init("ESP32 1-18");`...