-->
Page 11 of 14

Re: WiFi Repeater (aka. WiFI NAT Router) with Monitoring Por

PostPosted: Sat Nov 18, 2017 7:43 am
by jarnoldbrown
Apologies if this has been covered before, but...
Just programmed the binaries into a Wemos Mini D1 for this Repeater.
Works perfectly, but I seem to have lost the ability to reprogram the remote ESP8266 via OTA. Is this a know thing, and is there any workaround for it?

Even without the OTA capability, this is a boon!

Re: WiFi Repeater (aka. WiFI NAT Router) with Monitoring Por

PostPosted: Sun Nov 19, 2017 1:43 am
by martin_g
OTA update is actually a feature that has to compiled into the SW. The repeater hasn't been build with any OTA library, Could be added, but as it is larger than 256KB it doesn't fit into two times into the flash of a small modul (e.g. the Sonoff switches) - what is required for OTA

Re: WiFi Repeater (aka. WiFI NAT Router) with Monitoring Por

PostPosted: Mon Aug 13, 2018 8:32 pm
by Anh Vu
Hey Martin, I used your code and it works great! Currently, it runs at 6Mbps. Do you know any way to increase the through put to 10 or 11Mbps? If I use 2 esp connected via SPI: one works at STA connecting to upstream router and other works as AP for client accessing, does it increase the through put? Thank you!

Re: WiFi Repeater (aka. WiFI NAT Router) with Monitoring Por

PostPosted: Thu Aug 30, 2018 12:08 pm
by martin_g
Could work - depends on the bandwith you can reach on the SPI. No idea, whether 10 Mbit or so is realistic on the ESP?

However - I havn't seen a usable SPI slave implementation for the ESP so far. Also it is the question, whether it makes sense, as it doubles power consumption and dedicated WiFi-repeaters from china are available for less than 10$.