Illumination of your bottle collection
What is it
BottleBoard is an Arduino based shelf with (in my case) 10 slots for bottles or glasses, which will be illuminated from the bottom to let them shine.
The 10 lights are on 5050 / WS2812B PCBs with 8 LEDs each, daisy chained to construct one “line” of WS2812Bs.
You can configure the color and brightness of each slot individually using the K40 encoder and change the overall brightness of all slots at once.
Woodworking

Generally speaking the board is not a board but a box created from one big sheet of oak with 30mm thickness. All corners are created with miters so that it is possible to gave the grain also flapping around all corners.

The drillings for the LEDs are covered later by Plexiglas discs which I bought from some specialized store in the net.

The corners have been upgraded by some black nut to make it look very nice.

Electronics
The schematic is super simple:

We wire the encoder to some input pins of the Arduino and the LED daisy chain to some other pins. You can configure all of this in the code which is driving the board.
The whole board is powered by an external 3A 5V power supply (stablized) widely available in retail stores.
Here is an impression of the test build of the schematic:

Where is the code?
Check out on GitHub
License
Copyright (c) 2021 Tim Hagemann / way2.net Services
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.