For a long-term reliable setup, I would avoid powering the Arduino through the barrel jack while also running the LEDs from a separate buck converter. The barrel jack regulator can generate extra heat and may become a weak point over extended use.
Option 2 is generally the cleaner approach: use the regulated 5V output from the buck converter to power both the Uno and the WS2812B strip, with a common ground. Make sure the buck converter is properly sized, add a large capacitor near the LED strip power input, and include the recommended resistor on the data line.
For 90 WS2812B LEDs, also consider the current requirements. At full brightness white, the strip can draw a significant amount of current, so leave enough power headroom and avoid running the converter close to its limit.
A 12V LED strip can simplify power distribution, but if you need addressable LEDs, the 5V WS2812B setup with proper power management should work well.
Adding basic protection like a fuse, good connectors, and strain relief will also improve reliability for a handoff project.
For a long-term reliable setup, I would avoid powering the Arduino through the barrel jack while also running the LEDs from a separate buck converter. The barrel jack regulator can generate extra heat and may become a weak point over extended use.
Option 2 is generally the cleaner approach: use the regulated 5V output from the buck converter to power both the Uno and the WS2812B strip, with a common ground. Make sure the buck converter is properly sized, add a large capacitor near the LED strip power input, and include the recommended resistor on the data line.
For 90 WS2812B LEDs, also consider the current requirements. At full brightness white, the strip can draw a significant amount of current, so leave enough power headroom and avoid running the converter close to its limit.
A 12V LED strip can simplify power distribution, but if you need addressable LEDs, the 5V WS2812B setup with proper power management should work well.
Adding basic protection like a fuse, good connectors, and strain relief will also improve reliability for a handoff project.