Thanks! That's it!esp_modem maybe.
Search found 25 matches
- Fri Jun 13, 2025 1:11 am
- Forum: ESP-IDF
- Topic: Is there an AT client for esp32?
- Replies: 4
- Views: 129
Re: Is there an AT client for esp32?
- Fri Jun 13, 2025 1:11 am
- Forum: ESP-IDF
- Topic: Is there an AT client for esp32?
- Replies: 4
- Views: 129
Re: Is there an AT client for esp32?
I'm afraid this is a AT server, not the one I'm talking about.If you are looking for AT firmware that can be run on the ESP32, rather than the AT client component, you can find it here.
https://github.com/espressif/esp-at/releases
- Thu Jun 12, 2025 1:54 am
- Forum: ESP-IDF
- Topic: Is there an AT client for esp32?
- Replies: 4
- Views: 129
Is there an AT client for esp32?
Currently, I am using the ESP32-C6 as a gateway to convert protocols such as CAN, MODBUS, and MQTT.
Now, I need to implement remote connectivity via NB-IoT. Since the NB-IoT module uses the AT command protocol over UART, an AT Client module is required.
However, I could only find the ESP-AT ...
Now, I need to implement remote connectivity via NB-IoT. Since the NB-IoT module uses the AT command protocol over UART, an AT Client module is required.
However, I could only find the ESP-AT ...
- Wed Dec 16, 2020 2:55 am
- Forum: ESP-IDF
- Topic: wifi state change will reset my tcp server
- Replies: 2
- Views: 3743
Re: wifi state change will reset my tcp server
thank you for ur reply.
I will update to v4.2 to see how it goes
I will update to v4.2 to see how it goes
- Wed Dec 16, 2020 2:33 am
- Forum: ESP-IDF
- Topic: wifi state change will reset my tcp server
- Replies: 2
- Views: 3743
wifi state change will reset my tcp server
I run a TCP server on esp32, esp32 connect to a AP as a station. But the wifi state always change from run to init, and it will reset my Tcp server. System log shows:
I (270506) wifi:state: run -> init (ce00)
I (270506) wifi:pm stop, total sleep time: 63165857 us / 205445718 us
I (270506) wifi:new ...
I (270506) wifi:state: run -> init (ce00)
I (270506) wifi:pm stop, total sleep time: 63165857 us / 205445718 us
I (270506) wifi:new ...
- Tue Sep 15, 2020 3:14 am
- Forum: ESP-IDF
- Topic: Cmake error: Target __idf_bt has dependency information when it shouldnt
- Replies: 1
- Views: 2993
Re: Cmake error: Target __idf_bt has dependency information when it shouldnt
fixed. Just idf.py fullclean
- Tue Sep 15, 2020 3:12 am
- Forum: ESP-IDF
- Topic: Cmake error: Target __idf_bt has dependency information when it shouldnt
- Replies: 1
- Views: 2993
Cmake error: Target __idf_bt has dependency information when it shouldnt
How could I fix the error? I'm using IDF release/v4.1。
- Sun Sep 13, 2020 4:19 am
- Forum: General Discussion
- Topic: curious about what language you guys use in rtl design
- Replies: 0
- Views: 2436
curious about what language you guys use in rtl design
Is it traditional Verilog/VHDL or scala based chisel/spinalhdl?
- Thu Aug 29, 2019 8:53 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32 WROVER GPIO39,35,34配置问题
- Replies: 1
- Views: 5635
ESP32 WROVER GPIO39,35,34配置问题
将GPIO34,35,39初始化为数字输入,并且上拉,开机过程中串口打印如下信息:
I (319) gpio: GPIO[26]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (328) gpio: GPIO[27]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (338) gpio: GPIO[18]| InputEn: 1| OutputEn: 0| OpenDrain: 0 ...
I (319) gpio: GPIO[26]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (328) gpio: GPIO[27]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (338) gpio: GPIO[18]| InputEn: 1| OutputEn: 0| OpenDrain: 0 ...
- Tue Apr 09, 2019 7:01 am
- Forum: ESP-IDF 中文讨论版
- Topic: 请问哪里可以修改WIFI线程的stack size?
- Replies: 4
- Views: 10663
Re: 请问哪里可以修改WIFI线程的stack size?
谢谢回复。我是pull的最新master分支才发现这个问题的。
现在我回退到v3.2 rc版本,这个问题就消失了
现在我回退到v3.2 rc版本,这个问题就消失了