initial commit
[Serial_RGB_Controller] / README.md
index 89a21a1d524300d0945329f0ce275281ab8d1733..1be51d8956323c9efa73897016734f48d30ec884 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# Serial RGB LED driver, Interplay Medium dendrite module (for ESP8266)
+# Serial RGB LED driver, Interplay Medium dendrite module (for ESP8266)
 
 This is IM denrite module (remote wifi network device) created for [Interplay Medium™](https://interplaymedium.org) project.
 
 
 This is IM denrite module (remote wifi network device) created for [Interplay Medium™](https://interplaymedium.org) project.
 
-![Interplay Medium RGB Serial LED Dendrite](https://repository.interplaymedium.org/RGBW%20Controller/IM_RGBW_LED_dendrite.jpeg)
+![Interplay Medium RGB Serial LED Dendrite](https://repository.interplaymedium.org/Serial_RGB/IMG_2142.jpg)
 
 ## Pinouts 
 
 
 ## Pinouts 
 
@@ -11,6 +11,13 @@ For LEDs be sure to add MOSFETs and current limiting resistors appropriately. Wi
 ![ESP8266 Pinout](https://repository.interplaymedium.org/RGBW%20Controller/esppinout_.png)
 ![ESP8266 Programming](https://repository.interplaymedium.org/RGBW%20Controller/usbprogram_.png)
 
 ![ESP8266 Pinout](https://repository.interplaymedium.org/RGBW%20Controller/esppinout_.png)
 ![ESP8266 Programming](https://repository.interplaymedium.org/RGBW%20Controller/usbprogram_.png)
 
+## 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 or a level shifter such as TXB0104.
+
+![Bidirectional MOSFET level shifter](https://repository.interplaymedium.org/Serial_RGB/bidirectonal-mosfet-level-shifter.png)
+
 ## Preparing the building environment
 
 Make sure that you have the environment installed as described at
 ## Preparing the building environment
 
 Make sure that you have the environment installed as described at
@@ -48,7 +55,7 @@ after that you may just build the binary and uload it using remote HTTP interfac
 ## Usage 
 
 
 ## Usage 
 
 
-By default dendrite can be reached "im_serial_[last 4 digits of MAC address]" doman
+By default dendrite can be reached on "im_serial_[last 4 digits of MAC address]" doman
 
 Change it with 
 
 
 Change it with 
 
Contact me: dev (at) shalnoff (dot) com
PGP fingerprint: A6B8 3B23 6013 F18A 0C71 198B 83D8 C64D 917A 5717