Search found 25 matches
- Tue Nov 05, 2024 1:47 pm
- Forum: ESP-IDF
- Topic: ble mesh: combine node and provisioner
- Replies: 6
- Views: 3652
Re: ble mesh: combine node and provisioner
Thank you for kind words, but i am not that "knowledgable" as you may think. I am just hard working with some topics, like ble, ble mesh or usb, and it takes me hundreds hours to learn stuff. Then, when i have some knowledge and i see other people struggling with problems like this, i am trying to ...
- Tue Nov 05, 2024 1:22 pm
- Forum: ESP-IDF
- Topic: ESP32-S3 : Problem with ADC in continuous mode
- Replies: 5
- Views: 3367
Re: ESP32-S3 : Problem with ADC in continuous mode
When I had to add a delay between measurements of 5 s, the ADC continuous driver started having problems - even with 50 ms between them. It was like he started having a serious inertia: showing changes after a long time. But yea that deinitialization and initialization every times helps. Thanks :) (...
- Thu Oct 31, 2024 7:18 am
- Forum: ESP-IDF
- Topic: ble mesh: combine node and provisioner
- Replies: 6
- Views: 3652
Re: ble mesh: combine node and provisioner
Ok I see many people needing a solution for this - and so do I join them... Well, it impresses me that luca.cbt was able to provision one device with a merged code... Interesting how did he managed to reach that? (even as it would still be not sufficient also for me) And in any case (for the next pe...
- Tue Oct 29, 2024 2:29 pm
- Forum: ESP-IDF
- Topic: BLE Mesh - soft with the same roles of 2 end points, with simple provisioning
- Replies: 1
- Views: 384
Re: BLE Mesh - soft with the same roles of 2 end points, with simple provisioning
Ah and this device when it will be not connected to by a cable, it should take a role of a Low Power Node, but it sould scan regularly scan otherwise.
Ok I have found a topic where someone who had quite similar question to mine received ansewers:
viewtopic.php?t=23473
Ok I have found a topic where someone who had quite similar question to mine received ansewers:
viewtopic.php?t=23473
- Tue Oct 29, 2024 7:15 am
- Forum: ESP-IDF
- Topic: BLE Mesh - soft with the same roles of 2 end points, with simple provisioning
- Replies: 1
- Views: 384
BLE Mesh - soft with the same roles of 2 end points, with simple provisioning
This question is probably quite general about BLE Mesh, but I am implementing the software on ESP32-S3, so I am asking here. I need to make devices that should have the same software, so without dividing them between clients and servers. One will in fact act as a gateway but it will depend on whethe...
- Mon Oct 28, 2024 2:13 pm
- Forum: ESP-IDF
- Topic: BT_OSI: osi_alarm_new alarm_cbs exhausted
- Replies: 5
- Views: 14323
Re: BT_OSI: osi_alarm_new alarm_cbs exhausted
Well if someone is going to have the same issue after the next few years, then they should increase CONFIG_BT_ALARM_MAX_NUM to like 80 in sdkconfig and rebuild the project. There is a thread on stackoverflow where it was said as a solution and it really works. Although there was another problem with...
- Tue Oct 15, 2024 5:59 am
- Forum: Documentation
- Topic: ESP32S3 wake up from deep sleep on only one GPIO?
- Replies: 3
- Views: 2641
Re: ESP32S3 wake up from deep sleep on only one GPIO?
Well we came to terms with that only one button... (though I was thinking that later maybe I could program the ULP coprocessor to fix it myself :) But since it would be far from trivial, we are planning for the product release with wake up only by one button) But the documentation is not only the is...
- Tue Oct 08, 2024 6:30 am
- Forum: ESP-IDF
- Topic: built-in jtag down after esp_wifi_start
- Replies: 3
- Views: 1687
Re: built-in jtag down after esp_wifi_start
It's not really expected, no, but this behaviour used to happen in older versions of ESP-IDF, iirc. I think you can change the primary console over to the USB-serial-JTAG converter in menuconfig, and that should work around the issue. Wow, I also had that "Error: FreeRTOS uxTaskNumber seems to be c...
- Mon Oct 07, 2024 6:36 am
- Forum: IDEs for ESP-IDF
- Topic: Specifying the correct .CFG file for Visual Studio Code
- Replies: 2
- Views: 1617
Re: Specifying the correct .CFG file for Visual Studio Code
Ah ok after the weekend this somehow resolved itself..
- Fri Oct 04, 2024 2:46 pm
- Forum: IDEs for ESP-IDF
- Topic: Specifying the correct .CFG file for Visual Studio Code
- Replies: 2
- Views: 1617
Re: Specifying the correct .CFG file for Visual Studio Code
Ah ok I see that we have also internal command line terminal in VS. :) Just with Powershell. Thanks to this youtuber: https://www.youtube.com/watch?v=uq93H7T7cOQ. Power of the video media. But still there is a problem with error: Esp Unable to start debugging. Unexpected GDB output from command "-in...