Search found 33 matches
- Sat Oct 19, 2024 3:57 am
- Forum: ESP RainMaker
- Topic: ESP-Rainmaker: allowing Bluetooth full access whenever there is no internet connectivity but Wi-Fi is present
- Replies: 2
- Views: 1632
Re: ESP-Rainmaker: allowing Bluetooth full access whenever there is no internet connectivity but Wi-Fi is present
ESP RainMaker itself uses only SNTP, MQTT and HTTP (if OTA is ongoing) for external communication. HTTP is not continuous so that may not be a problem. Moreover, the OTA itself will fail if Internet connectivity is lost and it is not retried automatically without querying via MQTT. SNTP sync happen...
- Thu Oct 10, 2024 10:41 am
- Forum: ESP RainMaker
- Topic: ESP-Rainmaker: allowing Bluetooth full access whenever there is no internet connectivity but Wi-Fi is present
- Replies: 2
- Views: 1632
ESP-Rainmaker: allowing Bluetooth full access whenever there is no internet connectivity but Wi-Fi is present
Hi, Greetings! Setup: ESP-IDF v5.1.2 ESP-Rainmaker Switch Device using ESP32-WROVER-E 16MB Module with external RAM enabled Initial condition: Device is connected to Wi-Fi and also internet is available. After sometime internet gets disconnected and only Wi-Fi is active. Requirement: Here we wish to...
- Mon Sep 09, 2024 2:20 pm
- Forum: ESP RainMaker
- Topic: Rainmaker + Matter + BLE Beacon
- Replies: 1
- Views: 2098
Rainmaker + Matter + BLE Beacon
Hi, I wish to understand whether we can have Rainmaker + Matter + BLE Beacon. 1. Here we wish to receive data from 1 device over BLE Beacon onto another device which has Rainmaker, Matter and BLE capabilities. 2. If yes, then we have to formward this data over Matter into Matter fabric. Can anyone p...
- Fri Jul 05, 2024 4:59 am
- Forum: ESP-IDF
- Topic: Software reset due to exception/panic
- Replies: 2
- Views: 2406
Re: Software reset due to exception/pani
Generally, ESP-IDF panics whenever it finds a situation that Should Never Happen. There's a fair few things that generate this; just knowing that there was a panic is unlikely to get you to the root cause. Hi, Fortunately after long time I am able to catch the event and have got coredump for the sa...
- Thu Jun 27, 2024 3:44 am
- Forum: ESP-IDF
- Topic: ESP32 Device crashing with __divdf3 in ROM
- Replies: 1
- Views: 650
ESP32 Device crashing with __divdf3 in ROM
Hi, I am following setup. Device: ESP32-WROVER-E 16 MB ESP-IDF: v5.1.1 We have encountered an device crash and below is the log for the same. Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled. Core 1 register dump: PC : 0x400dd229 PS : 0x00060830 A0 : 0x800dc5d6 A1 : ...
- Mon Jun 24, 2024 12:00 pm
- Forum: ESP-IDF
- Topic: Software reset due to exception/panic
- Replies: 2
- Views: 2406
Software reset due to exception/panic
Hi, We are using below setup Device: ESP32-WROVER-E 16 MB ESP-IDF: v5.1.1 We have experienced reset issue at one point of time with reason ESP_RST_PANIC . Unfortunately we did not able to get crash log or core dump for that event. So we are trying to understand what cases can cause this issue to occ...
- Fri Jun 14, 2024 4:52 am
- Forum: ESP RainMaker
- Topic: Switch not getting started after connecting to Access Point
- Replies: 4
- Views: 5248
Re: Switch not getting started after connecting to Access Point
Hi, Further we have observed that after rebooting node node multiple times same issue has been observed. However after couple of hours, node got IP address and started working properly. On contrary we have observed that (before device started working proerly and got stuck up at getting IP adderss), ...
- Thu Jun 13, 2024 12:52 pm
- Forum: ESP RainMaker
- Topic: Switch not getting started after connecting to Access Point
- Replies: 4
- Views: 5248
Re: Switch not getting started after connecting to Access Point
1. Yes this is happening with the same device and same firmware and no change in device firmware.
2. We are using esp-idf 5.1.1
3. Not a standard Switch application but base is of switch application.
2. We are using esp-idf 5.1.1
3. Not a standard Switch application but base is of switch application.
- Thu Jun 13, 2024 5:38 am
- Forum: ESP RainMaker
- Topic: Switch not getting started after connecting to Access Point
- Replies: 4
- Views: 5248
Switch not getting started after connecting to Access Point
Hi, I am using Rainmaker Switch application on ESP32-C3-WROOM-02 module. Initially device was working well and today suddenly it stopped working even after power reset. As per log it shows that device is connected to access point "Gladiance" but there is no further progress. Please guide me on this ...
- Mon Aug 07, 2023 8:21 am
- Forum: ESP RainMaker
- Topic: Rainmaker: Provisioning over BLE and BLE for application
- Replies: 1
- Views: 4204
Rainmaker: Provisioning over BLE and BLE for application
Hi, I am using below setup. ESP-IDF: 5.0.1 ESP Rainmaker BLE Nimble Here in one of the application requirement I have to perform provisioning over BLE and then after completion of provisioning I have to use BLE for BLE Beacon transmissions. Here I need to understand how I can do this? Any sample app...