Search found 4 matches

by orlov127
Mon Oct 14, 2019 4:46 pm
Forum: ESP-MDF
Topic: Sending data bigger than 8kB with MWIFI Router Example
Replies: 3
Views: 10521

Re: Sending data bigger than 8kB with MWIFI Router Example

Ok, I see in the mwifi.c file that it mentions fragmentation and uses mwifi_subcontract_write function. I am trying to transmit an encoded photo. In the router_example.c, you are using mwifi_write(). I have data that exceeds 8kB and I get the error "E (12109) [mwifi, 692]: <MDF_ERR_INVALID_ARG> !(si...
by orlov127
Wed Oct 09, 2019 7:02 pm
Forum: ESP-MDF
Topic: Sending data bigger than 8kB with MWIFI Router Example
Replies: 3
Views: 10521

Sending data bigger than 8kB with MWIFI Router Example

I've been playing around with the router example in MWIFI for quite some time and I want to transmit photos through the mesh. The only issue is that this specific example is limited to 8kB. Are there any suggested methods for splitting the data up to be transmitted? I know packet fragmentation is in...
by orlov127
Wed Sep 11, 2019 6:03 pm
Forum: ESP-MDF
Topic: Mesh Power Management (low power mode)
Replies: 5
Views: 25394

Re: Mesh Power Management (low power mode)

Do you think 1 month is unreasonable with a 18650 battery (2500mAh)? We don't need to check very often if there is data to be transmitted (about every 15 minutes). Also, is there a timeline on when we can expect the power saving to be released? I'm willing to add more batteries to my project if I ne...
by orlov127
Mon Sep 09, 2019 3:21 pm
Forum: ESP-MDF
Topic: Mesh Power Management (low power mode)
Replies: 5
Views: 25394

Mesh Power Management (low power mode)

Good day! Are there any plans to support any type of power saving modes within ESP-MDF? I've been playing around with it for a little bit now on the ESP-EYE and its very cool stuff. I'm trying to create a mesh network that can capture images when triggered with a PIR sensor and move the image throug...