probonopd / ESP8266HueEmulator

Emulate a Philips Hue bridge running on an ESP8266 using the Arduino IDE.
MIT License
411 stars 93 forks source link

Speed it up #5

Open probonopd opened 9 years ago

probonopd commented 9 years ago

Currently there is a high latency (around 2-3 seconds) for processing a request. Why is this?

Pull requests appreciated.

probonopd commented 8 years ago

Possibly overclock from 80 to 160 MHz?

ensonic commented 7 years ago

From where to where in the code did you measure the latency? We could have some (commented) log statements to track this.

probonopd commented 7 years ago

"Measure" would be an overstatement, it was just observing the lag between me pressing a button in the app and the serial console indicating that it was processed.