-->
Page 2 of 3

Re: How can I get incoming data with lower latency? (Also: U

PostPosted: Sun Jun 07, 2015 12:11 pm
by jwatte
Has anybody found a solution to this problem?


Yes: Develop custom firmware.
Perhaps another version of the AT firmware could be written on top of the available tool chain?
You'd only have to flash it once.

Note that the current AT command set isn't that great, because it is very hard to build a correct parser for it, partially because it is poorly documented, and partially because it's not designed for that.
Turning echo off helps, but is not sufficient.

Re: How can I get incoming data with lower latency? (Also: U

PostPosted: Mon Jun 08, 2015 1:20 am
by cal
Moin,

maybe the transparent bridge firmware is useful for you as-is or as starting point for customizing.

Cal

Re: How can I get incoming data with lower latency? (Also: U

PostPosted: Thu Jul 07, 2016 12:25 pm
by felipe123
Anyone have a solution to this? I need to use a accelerometer with lower latency possible via udp to max msp.

Re: How can I get incoming data with lower latency? (Also: U

PostPosted: Thu Jul 07, 2016 3:25 pm
by jwatte
The best you can do is get the Arduino IDE for the ESP8266 and write your own firmware.
Invent your own (simpler) serial protocol, and send/receive the data using UDP.
However, because of the various technologies involved, you won't get to, say, millisecond latency, neither over serial, nor over WiFi, nor over the end-to-end system.