Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By j0hncc
#19244 Hi Andrew,

So you are doing 2,000,000 "baud" over UDP and get 100Hz framerate to 144 pixels. Do I have that straight?

What can you send via your MQTT, pixel data? Or home grown "commands" or what.

Cheers,
John
User avatar
By andrew melvin
#19247 not quite... the UDP stuff is totally separate. just sending packets with every 3 bytes being converted to a pixel... that is separate...to the adalight implementation. The UDP stuff works, it is just not particularly reliable as it seems to lock out the TCP connections..

Ada light works over serial, that is the 2,000,000 baud stuff.

MQTT just controls it. turns it on, changes settings... I can PM you some binaries if you want to try it out
User avatar
By jonathanb02
#19255
andrew melvin wrote:@jonathanb02 I took a look at your app, but just online, I'm an iPhone user so can't use it.

I'd be interested in implementing something like that though? What are your thoughts on sharing your wax 'algorithm' ?

A


A,

It's a free open source code example I found on the web. I'm sure you can find it fairly easily if you do a quick google search. ;)