Lumos Board Updated! Added a Color Selector, and Brightness!
It’s a progress ! Is it possible to use dropdown menu for patterns and patterns itself to be requested and populated from controller / Also palette selector - same requested from esp . The idea is to have an app and keep coding and adding patterns/effects only on esp Nice work anyway
i’ll look into it, as of right now on the arduino sketch it has the patterns. You don’t even need this app to tell the device what to do actually. you can just send the commands from a bluetooth serial terminal as well. im sure that I can get a dropdown list to work would just take some time as im rather new to app design. I think it would be possible to have the arduino sketch send info to the app and say these are the patterns on the device, but i need to do more research as the calls right now from the app send certain text values so the esp knows what to run on the esp. If you take a look at the .aia and blocks in my github and the .ino it should give you a good idea about whats going on with the device.
It could be set as an array and send to app as string comma separated for ex. I’m not familiar with BT and don’t know if there is some limitations ( string length for example) will try it when have time hope *.aia is updated in github
@Nikolay_Hristov I did some tests, and it turns out that you can only send a maximum value of 20 bytes over BLE. There are ways to do it but I do not understand how. So trying to send a string over 20 bytes, just cuts off the string at 20 bytes sadly =(
