Search found 18 matches

by rajvrk36@gmail.com
Fri Jan 21, 2022 9:36 am
Forum: ESP-MDF
Topic: Heap Issue in MWiFi Library
Replies: 0
Views: 7641

Heap Issue in MWiFi Library

Hi, Good day ! Hardware details: Thing Plus C - ESP32 WROOM (https://www.sparkfun.com/products/18018). Framework: ESP-MDF (ESP-IDF v4.2.0). Scenario: We are using ESP-MDF for WiFi mesh network with router-based. The root node gets files from the server using protocol and sends it to the requested no...
by rajvrk36@gmail.com
Mon Sep 27, 2021 12:37 pm
Forum: ESP-MDF
Topic: HTTPS not working when SD card mounts
Replies: 1
Views: 12116

HTTPS not working when SD card mounts

Hello, Hardware: Thing Plus C - ESP32 WROOM with SD card. Framework : ESP-MDF I am working on ESP mesh. I'm using HTTPS protocol for file download and it should store at SD card. Question: When I mounted the SD card, I wasn't able to call the HTTPS protocol. 1. Why is this happening? 2. What should ...
by rajvrk36@gmail.com
Mon Sep 27, 2021 12:36 pm
Forum: ESP-IDF
Topic: HTTPS not working when SD card mounts
Replies: 0
Views: 1501

HTTPS not working when SD card mounts

Hello, Hardware: Thing Plus C - ESP32 WROOM with SD card. Framework : ESP-MDF I am working on ESP mesh. I'm using HTTPS protocol for file download and it should store at SD card. Question: When I mounted the SD card, I wasn't able to call the HTTPS protocol. 1. Why is this happening? 2. What should ...
by rajvrk36@gmail.com
Tue Aug 17, 2021 12:08 pm
Forum: ESP-MDF
Topic: Required New Idea for Transfer Files Over Mesh Instead of MWiFi
Replies: 0
Views: 14245

Required New Idea for Transfer Files Over Mesh Instead of MWiFi

Hello, Device : ESP32 Dev-Kit Framwork : ESP-MDF I need to transfer large size of files over the mesh network. Currently we are using "MWIFI" but it has restrictions like 8KB data only can send over the mesh network. Now I want to send files over the mesh. So, please suggest some other ideas instead...
by rajvrk36@gmail.com
Mon Aug 16, 2021 10:30 am
Forum: Hardware
Topic: ESP32-Wrover vs ESP32-Wroom
Replies: 2
Views: 5199

Re: ESP32-Wrover vs ESP32-Wroom

ESP_Sprite wrote:
Mon Aug 16, 2021 8:47 am
Yes and yes.
Thank you so much for the input., :)
by rajvrk36@gmail.com
Mon Aug 16, 2021 6:03 am
Forum: Hardware
Topic: ESP32-Wrover vs ESP32-Wroom
Replies: 2
Views: 5199

ESP32-Wrover vs ESP32-Wroom

Hello, I have few doubts in general, 1. I have developed code for an ESP32-wroom module using ESP-IDF. Now I want to switch to ESP32-wrover chip due to memory issues. Is the same esp32-wroom module code supports for esp32-wrover module? 2. Are all the esp32 module supports ESP-IDF? Thanks for the an...
by rajvrk36@gmail.com
Thu Aug 05, 2021 8:07 am
Forum: ESP-IDF
Topic: https client: Failed to verify peer certificate
Replies: 6
Views: 9338

Re: https client: Failed to verify peer certificate

Hello,

I'm stuck at the same problem, please can you explain How to do this? And please provide references!

Thanks for the answers :)

Regards,
Rajkumar
by rajvrk36@gmail.com
Wed Jul 28, 2021 2:12 pm
Forum: ESP-IDF
Topic: WiFi Packet Capture Using Sniffer in ESP32
Replies: 2
Views: 3379

Re: WiFi Packet Capture Using Sniffer in ESP32

Hi prateekn9,

Thank you so much for the answer. We will try it out. Fingers crossed! And also some other solutions are welcomed.
by rajvrk36@gmail.com
Wed Jul 28, 2021 2:04 pm
Forum: ESP-MDF
Topic: WiFi Packet Capture Using Sniffer in ESP32
Replies: 2
Views: 22506

Re: WiFi Packet Capture Using Sniffer in ESP32

Hi @aniket21314151

Thank you so much for your time. We are using ESP-IDF/MDF based on C/C++ program. So we could not able to use arduino.
by rajvrk36@gmail.com
Thu Jul 22, 2021 2:08 pm
Forum: ESP-IDF
Topic: WiFi Packet Capture Using Sniffer in ESP32
Replies: 2
Views: 3379

WiFi Packet Capture Using Sniffer in ESP32

Hello, Hardware specification: ESP32 Dev kit (Wroom). And using ESP-MDF. Details: 1. In promiscuous mode, the data sniffed will have a structure of header and payload. 2. If you extract this payload, you will get the WiFi data frame. This in turn have a header and payload. 3. If you extract this pay...