Search found 78 matches
- Wed May 15, 2019 3:29 am
- Forum: ESP-MDF 中文讨论版
- Topic: 关于ESP-MDF想了解一些内容
- Replies: 10
- Views: 8143
Re: 关于ESP-MDF想了解一些内容
mwifi_init_config_t cfg = MWIFI_INIT_CONFIG_DEFAULT(); mwifi_config_t config = { .router_ssid = CONFIG_ROUTER_SSID, .router_password = CONFIG_ROUTER_PASSWORD, .mesh_id = CONFIG_MESH_ID, .mesh_password = CONFIG_MESH_PASSWORD, }; 连接的 AP 和最大层数在这两个配置变量中可以修改。 详细的可以看这个 文档 。 性能: Performance
- Thu May 09, 2019 7:56 am
- Forum: ESP-MDF
- Topic: esp-mdf in eclipse problem
- Replies: 3
- Views: 2776
Re: esp-mdf in eclipse problem
It is recommended to develop according to the introduction, eclipse IDE support is not good enough.
- Mon May 06, 2019 9:29 am
- Forum: ESP-IDF 中文讨论版
- Topic: MESH往外部发送数据
- Replies: 5
- Views: 3044
- Mon May 06, 2019 9:22 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32 省电模式
- Replies: 3
- Views: 2605
Re: ESP32 省电模式
Minimum modem sleep: In minimum modem sleep mode, station wakes up every DTIM to receive beacon. Broadcast data will not be lost because it is transmitted after DTIM. However, it can not save much more power if DTIM is short for DTIM is determined by AP. Maximum modem sleep: In maximum modem sleep ...
- Mon May 06, 2019 2:45 am
- Forum: ESP IoT Solution
- Topic: Ethernet to WiFi example question
- Replies: 2
- Views: 2784
Re: Ethernet to WiFi example question
Currently, ESP32 does not support it as a hotspot, similar to routers.
- Mon May 06, 2019 2:39 am
- Forum: ESP IoT Solution
- Topic: image from ESP32 to FIrebase
- Replies: 1
- Views: 3218
Re: image from ESP32 to FIrebase
Hi,
This is possible.You can refer to this example.
This is possible.You can refer to this example.
- Mon May 06, 2019 2:31 am
- Forum: ESP IoT Solution
- Topic: publishing HPMA115S0 sensor data at aws with esp 32
- Replies: 1
- Views: 1592
Re: publishing HPMA115S0 sensor data at aws with esp 32
Hi
I don't know your issue.If you want to publish data to AWS.Firstly,you should connect to AWS.Sencondly,Read data from sensor.Finally,publish data to AWS.
I don't know your issue.If you want to publish data to AWS.Firstly,you should connect to AWS.Sencondly,Read data from sensor.Finally,publish data to AWS.
- Mon May 06, 2019 2:28 am
- Forum: ESP IoT Solution
- Topic: Read the Bluetooth data and send to the internet over Wifi
- Replies: 1
- Views: 1554
Re: Read the Bluetooth data and send to the internet over Wifi
Hi
This is feasible.ESP32 is a single 2.4 GHz Wi-Fi-and-Bluetooth combo chip.
This is feasible.ESP32 is a single 2.4 GHz Wi-Fi-and-Bluetooth combo chip.
- Mon May 06, 2019 2:23 am
- Forum: ESP IoT Solution
- Topic: ssd1306 oled on i2c not showing up ( esp Azure iot kit )
- Replies: 13
- Views: 6481
- Mon May 06, 2019 2:13 am
- Forum: ESP IoT Solution
- Topic: a4988 component working?
- Replies: 6
- Views: 8580
Re: a4988 component working?
Hi,
Please provide your complete log and code for analysis.
Please provide your complete log and code for analysis.