I've built a lighthack for my Nomad and it's working really well. It would be really useful to be able to display the active channel number too - does anyone know if this would be possible?
I've built a lighthack for my Nomad and it's working really well. It would be really useful to be able to display the active channel number too - does anyone know if this would be possible?
On a channel selection EOS send /eos/out/active/chan
which contains a string with the channel selection and the value of the first selected channel. see manual 3.2.1 page 653
On a channel selection EOS send /eos/out/active/chan
which contains a string with the channel selection and the value of the first selected channel. see manual 3.2.1 page 653
Hi sstaub
Thank you, and I did that far on my own, but I don't know how to parse that specific value in the Arduino sketch? It would appear that the sketch only receives the /eos/out/ info after it has sent a query initiated by an encoder?
Which sketch did you use, the original or some sketch from my GitHub library https://github.com/sstaub/eOS
I'm using your sketch © 2019 with a version number of "lighthack box2B"
Maybe this works, attached a new file as an starting point. Have also a look to the comment
- added a new String chanMessage
- added a new filter rule to initEOS()
- added a parser to parseOSCMessage()
Things you have todo:
- you must proceed the message to fit on a display
- in displayStatus() you must handle the output to the LCD
How do want display the data? With a larger LCD display(4x20)
Wow, thank you! Your commitment to the project is SO appreciated! :)
I'll have a play with this tomorrow and let you know how I get on!
www.etcconnect.com