A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By jussi.kilpelainen
#2873
h2o wrote:Nice project!
I'm thinking about to build a simple wireless DMX receiver with ESP8266. Maybe I can use your code to do this...
Anyway, is the 250000 baud rate supported by the 0.92 SDK?

Nice to hear. 250kbaud is supported, just init the uart with argument 250000 as I have done in my code. However, doing so will confuse your USB serial port under linux and you need a logic analyzer or an oscilloscope to see the data correctly.