Search found 13 matches
- Mon Mar 04, 2024 2:51 am
- Forum: ESP RainMaker
- Topic: Simple Time Series Data
- Replies: 2
- Views: 4037
Re: Simple Time Series Data
Update on the issue, I have resolved it. The error reported by Swagger UI was because the input for "param_name" also needs to include the device name. For example: Device name: light Param name: temp In Swagger UI, "param_name" should be entered as light.temp . At the same time, I have discovered a...
- Wed Feb 28, 2024 8:52 am
- Forum: ESP RainMaker
- Topic: Simple Time Series Data
- Replies: 2
- Views: 4037
Simple Time Series Data
esp-idf V5.1 rainmaker master I use the Swagger UI to obtain historical data for a certain parameter of the device。 I can see through the Swagger UI that the parameter is active and configured correctly. param info: { "data_type": "int", "name": "AAA", "properties": [ "read", "simple_ts" ] }, But wh...
- Fri Feb 23, 2024 6:23 am
- Forum: ESP RainMaker
- Topic: SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?
- Replies: 3
- Views: 4265
Re: SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?
Thank you for your response. Does Rainmaker have any plans to implement this feature in the future?
- Thu Feb 22, 2024 9:47 am
- Forum: ESP RainMaker
- Topic: SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?
- Replies: 3
- Views: 4265
SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?
esp-idf version: V5.1
SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?
Can both modes be enabled? Let the user choose which mode to use.
SoftAP mode and BLE mode of WiFi Provisioning can be enabled simultaneously?
Can both modes be enabled? Let the user choose which mode to use.
- Thu Feb 01, 2024 3:41 am
- Forum: ESP-IDF
- Topic: esp-aws-iot: Connection with MQTT broker failed
- Replies: 1
- Views: 1093
Re: esp-aws-iot: Connection with MQTT broker failed
My problem has been resolved, but I just replaced it with a new ssid to connect, so I am still not sure why.
- Wed Jan 24, 2024 11:29 am
- Forum: ESP-IDF
- Topic: esp-aws-iot: Connection with MQTT broker failed
- Replies: 1
- Views: 1093
esp-aws-iot: Connection with MQTT broker failed
idf version: V4.4.2 esp-aws-iot version: release/202210.01-LTS example: esp-aws-iot/examples/mqtt/tls_mutual_auth platform: esp32 I use "xx" instead of some sensitive information I used "openssl s_client -connect xxxxxxxxxxxxxx.iot.us-east-2.amazonaws.com:8883 -CAfile root_cert_auth.crt -cert client...
- Fri Dec 08, 2023 8:11 am
- Forum: ESP RainMaker
- Topic: Can the data type of Parameters be "File"?
- Replies: 4
- Views: 27744
Re: Can the data type of Parameters be "File"?
Hi ESP_Piyush,
Thank you for your answer, it has been very helpful to me.
Thank you for your answer, it has been very helpful to me.
- Tue Dec 05, 2023 2:44 am
- Forum: ESP RainMaker
- Topic: Can the data type of Parameters be "File"?
- Replies: 4
- Views: 27744
Re: Can the data type of Parameters be "File"?
Hi ESP_Piyush,
Thank you for your answer.
Where can I see Rainmaker's introduction to "Data Type", especially the difference between "String" and "Array"?
Thank you for your answer.
Where can I see Rainmaker's introduction to "Data Type", especially the difference between "String" and "Array"?
- Mon Dec 04, 2023 9:48 am
- Forum: ESP RainMaker
- Topic: Can the data type of Parameters be "File"?
- Replies: 4
- Views: 27744
Can the data type of Parameters be "File"?
I saw on the official website that the data type of Parameters can only be "String", "Bool", and other basic types. Can I send "File"?
- Thu Aug 24, 2023 9:38 am
- Forum: ESP-IDF 中文讨论版
- Topic: v4.4.2 Coredump报错
- Replies: 1
- Views: 1862
v4.4.2 Coredump报错
esp-idf 版本 : v4.4.2 示例:bluetooth/esp_ble_mesh/aligenie_demo idf.py menuconfig 关于Coredump配置如下 www.png 配置好后执行烧录 idf.py -p /dev/ttyUSB0 erase_flash flash monitor 烧录成功执行 espcoredump.py -p /dev/ttyUSB0 dbg_corefile build/aligenie_demo.elf 报错如下: espcoredump.py v0.4-dev INFO: Invoke parttool to read image....