Search found 1365 matches

by Ritesh
Mon Nov 19, 2018 6:07 pm
Forum: ESP-IDF
Topic: ESP32 interfaced with nRF24l01 on rtos platform
Replies: 4
Views: 7954

Re: ESP32 interfaced with nRF24l01 on rtos platform

Hi, I have used nRF24L01 libarary interfaced with esp32 on rtos platform,I have been testing for transmit but no sucess , no bytes are trasnmitted .On receving section I am using ardino uno interfaced with nrf24l01 having inbuilt and working code. Please help. I am refering the below link. https://...
by Ritesh
Mon Nov 19, 2018 6:04 pm
Forum: ESP-IDF
Topic: Coredump question
Replies: 3
Views: 4059

Re: Coredump question

Hi follow ESP32 users, I have the following coredump: ==================== CURRENT THREAD STACK ===================== #0 0x4008fecf in esp_core_dump_write_flash_padded (data_size=12, data=0x3ffcab00 \"\", off=0) at /home/peter/esp/esp-idf-v3.1/components/esp32/core_dump.c:291 #1 esp_core_dump_flash...
by Ritesh
Mon Nov 19, 2018 6:00 pm
Forum: ESP-IDF
Topic: Dedicated or combined OTA
Replies: 26
Views: 25576

Re: Dedicated or combined OTA

Please explain that contains the "factory"... OTA_0 and OTA_1 contain alternately updating the firmware. As I understand it, in the "factory" area you can write a simple initial firmware, which will be loaded into the OTA_0 area. If a piece of the program from OTA_0 in the future will start the fir...
by Ritesh
Wed Nov 14, 2018 8:16 am
Forum: ESP-IDF
Topic: Dedicated or combined OTA
Replies: 26
Views: 25576

Re: Dedicated or combined OTA

brp80000 wrote:
Wed Nov 14, 2018 4:51 am
But then I am trying to install the certificate but have a problem with .rnd
So, When you enabled security at that time OAT is not working with certificates related issue?
by Ritesh
Wed Nov 14, 2018 8:15 am
Forum: ESP-IDF
Topic: Dedicated or combined OTA
Replies: 26
Views: 25576

Re: Dedicated or combined OTA

brp80000 wrote:
Wed Nov 14, 2018 4:50 am
Ok, now my OTA is work.
Great. Thanks for update regarding same.
by Ritesh
Mon Nov 12, 2018 6:15 pm
Forum: ESP-IDF
Topic: Can anyone confirm that socket receive timeout is supported?
Replies: 1
Views: 4557

Re: Can anyone confirm that socket receive timeout is supported?

I'm setting a socket read timeout but still seeing it (I think) hang in read(). struct timeval to; to.tv_sec = 3; to.tv_usec = 0; if (setsockopt(new_socket,SOL_SOCKET,SO_RCVTIMEO,&to,sizeof(to)) < 0) { Serial.printf("Unable to set read timeout on socket!"); return false; } Does anyone know, or can ...
by Ritesh
Mon Nov 12, 2018 8:14 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 125716

Re: ESP BLE Mesh v0.5 Beta has been released

Hi, Thanks for providing details for that. We have also started feasibility for Bluetooth into ESP32 for few of our projects in which WiFi and Bluetooth will be used as part of communication medium. So, Would you please let me know below queries response regarding same? - Up to how many nodes you h...
by Ritesh
Mon Nov 12, 2018 4:45 am
Forum: ESP-IDF
Topic: Dedicated or combined OTA
Replies: 26
Views: 25576

Re: Dedicated or combined OTA

brp80000 wrote:
Sun Nov 11, 2018 9:32 am
And how do you propose to do I not understand something?
Hi,

Would you please try with sample example of socket to download data from server and store into flash as per your configuration. And then update image.
by Ritesh
Mon Nov 12, 2018 4:42 am
Forum: ESP-IDF
Topic: Switching from WIFI AP to WiFi STA
Replies: 4
Views: 8181

Re: Switching from WIFI AP to WiFi STA

brp80000 wrote:
Sun Nov 11, 2018 9:33 am
Ok its work
Great. Thanks for update. Let me know if any query regarding that into future as well
by Ritesh
Mon Nov 12, 2018 4:41 am
Forum: ESP-IDF
Topic: ESP BLE Mesh v0.5 Beta has been released
Replies: 76
Views: 125716

Re: ESP BLE Mesh v0.5 Beta has been released

Hi,

Thanks for providing links for same. I have checked few basic links and will check few links into details