-
I want to connect to secure MQTT broker and that requires me to set the certificates, Earlier I was using Wi-Fi to connect my esp32 to broker with WiFiClientSecure library but now I am planning to ach…
-
Project: Gate Opener with Call, Sms, Telegram Bot
I wish to know if T-SIM7000G can work dually .
In present i use T-Call Sim800 with TinyGsm library , but my program is working only in Call.Sms o…
-
I have followed the AT commands from https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/sim7600x/SIM7500_SIM7600_SIM7800%20Series_SMS_Application%20Note_V2.00.pdf on my ESP32 …
-
I have a SIM7600 module that I used primarily for SMS messages from my home automation and alarm system.
For my original use case it works great. However, I figure I should be able to use it for my…
-
[x] I have read the Troubleshooting section of the ReadMe
## What type of issues is this?
[ ] Request to support a new module
[ ] Bug or problem compiling the library
[x] Bug or issu…
lg007 updated
5 months ago
-
Recreating the problem:
IDF docker Image used: v4.4.7
compiling the code to use esp32 as the 4g hotspot
1. downloaded the git repository
2. went to the esp-iot-bridge/test_app
3. ran idf.menuc…
-
Hello:
I try to use **cmux** in my atmel board ( linux 4.4.4) , cross compile cmux and run successful.
It created 4 virtual tty for me. /dev/ttyGSM1 ~ /dev/ttyGSM4.
When i write data to /dev/ttyGSM…
-
This is not an issue, well it is for me. I need some guidance from those that know.
I'm using a couple of SIM7600E and SIM808 modem's is Europe (Spain).
But I want to use NB-IOT or similar.
These a…
-
using code in All Function example folder.
`if (modem.getGPS(&lat2, &lon2, &speed2, &alt2, &vsat2, &usat2, &accuracy2,
&year2, &month2, &day2, &hour2, &min2, &sec2)) {
DB…
-
I was hoping someone could help me.
I have the T-SIM7600 board and I have created a small prohram to text me when there is battery voltage >1 and when the voltage is =0
Basically a hot power mes…