## Pinouts
-For LEDs be sure to add MOSFETs and current limiting resistors appropriately. Wiring scheme will be added probably later.
-


+For SSR be sure to add MOSFETs and maybe current limiting resistors appropriately. Complete wiring scheme will be added later.
+
+## Bidirectional MOSFET level shifter
+
+To drive an addressable RGB strip along with ESP8266, you need to synchronize logical levels.
+I usually use a simple MOSFET solution for single-channel shifting, hovever for multi-channel management, I would recommend using a simple Logic Gate IC like 74HC08 (like in my HW design) or a level shifter such as TXB0104.
+
+
+
## Preparing the building environment
Make sure that you have the environment installed as described at