Search found 1365 matches

by Ritesh
Sat Mar 09, 2019 8:44 am
Forum: ESP-IDF
Topic: WIFI/BLE Simultaneously
Replies: 67
Views: 165300

Re: WIFI/BLE Simultaneously

I need to connect ESP32 BLE to heart rate sensor (uses heart rate monitor gatt service) and send about 100 bytes data over wifi every 15 seconds. After reading the above posts it sounds like this would be possible to do, I'm I right? Thanks, Tipo But at that time, Do you need WiFi to keep running a...
by Ritesh
Sat Mar 09, 2019 8:42 am
Forum: ESP-IDF
Topic: Amazon IOT disconnects and won't reconnect
Replies: 16
Views: 19200

Re: Amazon IOT disconnects and won't reconnect

Even with a wait it still the same message sorry the example I posted must of left that code out but the result is the same with our without it You don't want to use a wait. Look at the examples. The wifi connects and then signals that the connection is complete. Only then do you start talking to t...
by Ritesh
Fri Mar 08, 2019 5:20 pm
Forum: ESP-IDF
Topic: Control GPIO in deep sleep wake stub
Replies: 4
Views: 7011

Re: Control GPIO in deep sleep wake stub

persan666 wrote:
Fri Mar 08, 2019 3:28 pm
Hi,

Did you find any solution to this?

I am struggling with setting gpio14 in wake-up stub.
We have already provided few suggestions for that. So try with that suggestios first then let us know if you still have any issue regarding that.
by Ritesh
Fri Mar 08, 2019 5:18 pm
Forum: ESP-IDF
Topic: Amazon IOT disconnects and won't reconnect
Replies: 16
Views: 19200

Re: Amazon IOT disconnects and won't reconnect

Any suggestions I have been spinning my wheels on this issues. I understand that is is a heap size issues my guess is some wifi buffer fills up doesn't get cleared. Am I the only having issues any help would be greatly appreciated this is the last hurdle I am having with my code. Thank you Joseph S...
by Ritesh
Thu Mar 07, 2019 6:31 pm
Forum: ESP-IDF
Topic: Need help to start PSRAM support into ESP32 IDF 3.1
Replies: 13
Views: 12084

Re: Need help to start PSRAM support into ESP32 IDF 3.1

Hi, I have looked below page for more understanding regarding configurations. https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/external-ram.html#external-ram-config So, Would anyone please suggest me like which configuration must be required and which configuration can be useful to u...
by Ritesh
Thu Mar 07, 2019 6:21 pm
Forum: ESP-IDF
Topic: Need help to start PSRAM support into ESP32 IDF 3.1
Replies: 13
Views: 12084

Re: Need help to start PSRAM support into ESP32 IDF 3.1

Hi, There are some conditions mentioned into hardware section to use PARAM like below. The ESP-PSRAM32 chip is an 1.8V device, and can only be used in parallel with an 1.8V flash part. Make sure to either set the MTDI pin to a high signal level on bootup, or program the fuses in the ESP32 to always ...
by Ritesh
Thu Mar 07, 2019 6:08 am
Forum: ESP-IDF
Topic: Need help to start PSRAM support into ESP32 IDF 3.1
Replies: 13
Views: 12084

Re: Need help to start PSRAM support into ESP32 IDF 3.1

fly135 wrote:
Wed Mar 06, 2019 6:09 pm
Ritesh wrote:
Wed Mar 06, 2019 4:39 pm
Thanks for providing details for that. So, Heap will be increased with 4 MB after enabling support for that. Correct?
Yes
Thanks a lot for providing support for that.
by Ritesh
Wed Mar 06, 2019 4:39 pm
Forum: ESP-IDF
Topic: Need help to start PSRAM support into ESP32 IDF 3.1
Replies: 13
Views: 12084

Re: Need help to start PSRAM support into ESP32 IDF 3.1

Same toolchain. If the build system gives you no warnings about "unsupported toolchain version", you're good to go. Thanks for providing updates regarding same. Apart from that toolchain, Do we need to take care any other stuffs while starting to work for PSRAM? Nope, just enable it. Print the heap...
by Ritesh
Wed Mar 06, 2019 8:31 am
Forum: ESP-IDF
Topic: Need help to start PSRAM support into ESP32 IDF 3.1
Replies: 13
Views: 12084

Re: Need help to start PSRAM support into ESP32 IDF 3.1

ESP_Angus wrote:
Wed Mar 06, 2019 6:22 am
Same toolchain. If the build system gives you no warnings about "unsupported toolchain version", you're good to go.
Thanks for providing updates regarding same. Apart from that toolchain, Do we need to take care any other stuffs while starting to work for PSRAM?
by Ritesh
Wed Mar 06, 2019 8:29 am
Forum: ESP-IDF
Topic: esp_restart() from esp_timer callback doesn't work in 3.1.3
Replies: 16
Views: 15188

Re: esp_restart() broken in 3.1.3

But, he has checked issue into TAG 3.1.1. in which same functionality is working fine without any issue. Yes. The most likely root cause is the following (from the 3.1.2 release notes ): Add a timer which is started by esp_wifi_stop(). Stop Wi-Fi forcibly once the timer expires. esp_restart() now c...