beckdac / ESP8266-transparent-bridge

Absolutely transparent bridge for the ESP8266
GNU General Public License v2.0
367 stars 95 forks source link

question: Static settings #30

Closed M3gaFr3ak closed 8 years ago

M3gaFr3ak commented 9 years ago

First: How do i set the baudrate for static settings? Second: Do static settings completely deactivate the parsing of +++AT commands?

Cougar commented 9 years ago
  1. Defaults are in https://github.com/beckdac/ESP8266-transparent-bridge/blob/master/user/flash_param.c#L48
  2. Yes. Look at https://github.com/beckdac/ESP8266-transparent-bridge/blob/master/user/server.c#L102-L106
M3gaFr3ak commented 9 years ago

thanks!

another little question: Currently i am using that as a bridge for controlling an led cube over wifi. but it has a delay of ~half a second. is that some sort of computation delay inside the esp?

beckdac commented 9 years ago

Nope. That is particularly long. When you ping the device what is your roundtrip time? I rarely see more than 10s of milliseconds.