So far my prototype uses a sheet of paper to diffuse the WS2812s, and a sheet of car window tint. Works really well and the OLEDs look great through the tint. SO the thinking is to use acrylic with a tint, or stick...
The front panel will be black tint transparent. for initial prototypes I will use an acrylic. Its hard to tell from the pcb render, but there are also OLED screens..... The body will likely be formed off a metal sheet...
Today I ordered the first batch of PCBs for my project "The Machine".
It is a sequencer unlike any other. Until I have proper videos made to explain it, I have just made public my development videos. Take a look:
...
brilliant, thanks Paul!
To continue this line of thought, I am using the redundant RX pin for my IRQ. Are there any tricks I could use to maybe send a serial ID value to interrupt line so the main processor knows...
@BriComp - no I dont want to use the UART. The question is about how WS2812 functions - whether or not it engages UART as it has to run on one of the hardware serial ports..... I want to know if the associated recieve...
@defragster - yes the irq pin it needs to be read as an input. How about this based on your suggestion:
#define SUB_PROCESSOR_IRQ 34 // RX8 // interrupt requrst pin to...