-
Hello,
esp32-s2-wrover and sim7600jc, it reports the following failure. thanks.
I (40878) main: ====================================
I (40878) main: ESP 4G Cat.1 Wi-Fi Router
I (40878) ma…
-
### Describe the bug
$ ARCH=arm CROSS_COMPILE=/data/arm-linux-androideabi-4.9/bin/arm-linux-androideabi- make lineageos_rpi4_defconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.…
-
## Environment
- Development Kit: [ESP32-Wrover-Kit]
- Kit version (for WroverKit/PicoKit/DevKitC): [v4]
- Module or chip used: [ESP32-WROVER-E]
- IDF version (run ``git describe --tags`` …
-
**TLDR:**
I have to send coaps messages over an LTE modem (SIM7600 (E)) with an ESP32 running ESP-IDF.
On what level can/should I intercept the communication, to route it to a custom network handler…
-
问题描述:
在一个只有4g信号环境中,或者使用只开通4G的物联网卡的情况下,使用AT组件会初始化设备失败导致无法连接网络。
原因是AT组件中对AT+CREG和AT+CGRAG进行了判断。如果返回的不对就会直接退出初始化,CGREG是LTE这块业务的,CREG是2G这块业务的,如果遇到现场环境没有2G只有4G的实惠,CREG的返回就不会是0,1或者是0,5,程序会判断联网失败直接退出,所以后续即…
-
TinyGSM version: 0.7.4
Hardware: ESP32 Dev Kit V1 with Framework 1.0.2 (1.0.1 also tested), Sim800L EVB
HardwareSerial 1 for AT commands.
### Scenario, steps to reproduce
Iam trying to get the d…
-
I'm using a SIM7600 modem and I'm largely following the pattern for setup and retry set by the [AP to PPPoS example](https://github.com/espressif/esp-protocols/tree/master/components/esp_modem/example…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
**Is your feature request related to a problem? Please describe.**
I am trying to use the pkcs11_pubsub.py on a Raspberry Pi connected to a Microchip ATECC608. Microchip's cryptoauthlib is configured…
-
can you help me to use mqtt on this device,thanks