Active Channel Number

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?

Parents
  • That's a great idea—displaying the active channel number could definitely make troubleshooting and fine-tuning easier. Depending on how your lighthack is set up, you might be able to tap into the channel data if you're already intercepting or monitoring DMX signals. If you're using an Arduino or similar controller, you could write a simple function to parse and display the current channel. Curious to hear how you're pulling the data—might be able to suggest more specific tweaks!

Reply
  • That's a great idea—displaying the active channel number could definitely make troubleshooting and fine-tuning easier. Depending on how your lighthack is set up, you might be able to tap into the channel data if you're already intercepting or monitoring DMX signals. If you're using an Arduino or similar controller, you could write a simple function to parse and display the current channel. Curious to hear how you're pulling the data—might be able to suggest more specific tweaks!

Children