Search found 4 matches

by sakuranda
Fri Sep 06, 2024 3:04 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32同时开启wifi ble bt并加入wss mqtt等应用层的可行性?
Replies: 1
Views: 1489

Re: ESP32同时开启wifi ble bt并加入wss mqtt等应用层的可行性?

这是我们的[程序](https://github.com/Sakuranda/esp32_test). Log如下,感谢: ``` Writing at 0x001fca6a... (98 %) Writing at 0x00201f7e... (100 %) Wrote 2062720 bytes (1277654 compressed) at 0x00010000 in 32.6 seconds (effective 505.8 kbit/s)... Hash of data verified. Leaving... Hard resetting via RTS pin... --- Te...
by sakuranda
Fri Sep 06, 2024 3:04 am
Forum: General Discussion
Topic: Can ESP32 support WIFI, BT, BLE, WSS, MQTT and decorder at the same time?
Replies: 1
Views: 1141

Re: Can ESP32 support WIFI, BT, BLE, WSS, MQTT and decorder at the same time?

Here's our (https://github.com/Sakuranda/esp32_test). And our log: ``` Writing at 0x001fca6a... (98 %) Writing at 0x00201f7e... (100 %) Wrote 2062720 bytes (1277654 compressed) at 0x00010000 in 32.6 seconds (effective 505.8 kbit/s)... Hash of data verified. Leaving... Hard resetting via RTS pin... -...
by sakuranda
Wed Sep 04, 2024 3:22 am
Forum: General Discussion
Topic: Can ESP32 support WIFI, BT, BLE, WSS, MQTT and decorder at the same time?
Replies: 1
Views: 1141

Can ESP32 support WIFI, BT, BLE, WSS, MQTT and decorder at the same time?

Hi, ESP32 only has 320kb RAM. Although we have 8M PSRAM, but it's still leaked of memory. There's our functions to be achieved: 1. Running WIFI STA to commuicate with phone, BLE to commuicate and locatilze with other esp32, BT audio a2dp to play music with another esp32. 2. Using WebSockets to autho...
by sakuranda
Wed Sep 04, 2024 3:09 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32同时开启wifi ble bt并加入wss mqtt等应用层的可行性?
Replies: 1
Views: 1489

ESP32同时开启wifi ble bt并加入wss mqtt等应用层的可行性?

Hi,
开发中遇到的问题,请问ESP32的320kb RAM是否支持做到如下功能:
1. WIFI STA、BT音频播放、BLE蓝牙测距及长连接json通信
2. Websockets认证获取网络数据,MQTT等协议进行json数据上下行传输
3. 录音、播放,音频编解码等功能

现在基于platformio+arduino框架开发,不知ESP32芯片是否支持诸多功能的运行?
如果可行的话,我们会移植为idf框架进一步开发,谢谢!