diff --git a/resources/boards/adafruit-oled-bonnet.png b/resources/boards/adafruit-oled-bonnet.png new file mode 100644 index 0000000..48d97b1 Binary files /dev/null and b/resources/boards/adafruit-oled-bonnet.png differ diff --git a/resources/boards/adafruit-pi-oled.png b/resources/boards/adafruit-pi-oled.png new file mode 100644 index 0000000..1b01554 Binary files /dev/null and b/resources/boards/adafruit-pi-oled.png differ diff --git a/resources/boards/waveshare-rgb-led-hat-8x8.png b/resources/boards/waveshare-rgb-led-hat-8x8.png new file mode 100644 index 0000000..5dd351d Binary files /dev/null and b/resources/boards/waveshare-rgb-led-hat-8x8.png differ diff --git a/resources/boards/waveshare-rgb-led-phat-4x8.png b/resources/boards/waveshare-rgb-led-phat-4x8.png new file mode 100644 index 0000000..5f2e0d4 Binary files /dev/null and b/resources/boards/waveshare-rgb-led-phat-4x8.png differ diff --git a/src/de/settings.yaml b/src/de/settings.yaml index 318944f..61e066d 100644 --- a/src/de/settings.yaml +++ b/src/de/settings.yaml @@ -157,3 +157,5 @@ overlays: - sparkfun-pi-servo-hat - adafruit-oled-bonnet - adafruit-pi-oled +- waveshare-rgb-led-phat-4x8 +- waveshare-rgb-led-hat-8x8 diff --git a/src/de/translate/adafruit-oled-bonnet.md b/src/de/translate/adafruit-oled-bonnet.md new file mode 100644 index 0000000..cdf311b --- /dev/null +++ b/src/de/translate/adafruit-oled-bonnet.md @@ -0,0 +1,65 @@ + + +# OLED Bonnet + +The OLED Bonnet is a simple 128x64 display for the Raspberry pi with a 5-way joystick and 2 push buttons. + +The 1.3" screen is made of a 128x64 individual white OLED pixels and because the display makes its own light, no backlight is required. This reduces the power required to run the OLED and is why the display has such high contrast. + +To install the necessary software, use the following commands: + +```bash +sudo apt-get install git python-imaging python-smbus +git clone https://github.com/adafruit/Adafruit_Python_SSD1306 +cd Adafruit_Python_SSD1306 +sudo python setup.py install +``` diff --git a/src/de/translate/adafruit-pi-oled.md b/src/de/translate/adafruit-pi-oled.md new file mode 100644 index 0000000..aff641b --- /dev/null +++ b/src/de/translate/adafruit-pi-oled.md @@ -0,0 +1,45 @@ + + +# PiOLED + +The PiOLED is a small 128x32 OLED display designed to sit on top of just the first six pins of the Pi’s Header. It uses I2c to communicate which means there are plenty of spare pins for buttons, LED’s and sensors. + +The OLED display has a very high contrast ratio leading to clear and crisp text and images and as the display produces it’s own light this also means the PiOLED is extremely low power. + +The display is about 1” in diagonal and allows for 30FPS updates rates allowing for simple animations and the SSD1306 chipset is easily controlled using a simple python library. + +To install the necessary software, use the following commands: + +```bash +sudo apt-get install git python-imaging python-smbus +git clone https://github.com/adafruit/Adafruit_Python_SSD1306 +cd Adafruit_Python_SSD1306 +sudo python setup.py install +``` diff --git a/src/de/translate/waveshare-rgb-led-hat-8x8.md b/src/de/translate/waveshare-rgb-led-hat-8x8.md new file mode 100644 index 0000000..07c03a2 --- /dev/null +++ b/src/de/translate/waveshare-rgb-led-hat-8x8.md @@ -0,0 +1,42 @@ + +# Waveshare True Color RGB LED HAT 8x8 + +This RGB LED HAT (B) can be easily attached on top of the Raspberry Pi to display colorful effect, and controlled by only one signal pin. + +* Supports any revision of Raspberry Pi (directly-pluggable) +* Onboard 8 × 8 RGB LED (WS2812B) +* Control pin is configurable via jumpers (0Ω resistor) (BCM 18, 12, 13 or 19) +* Break out control pins, easy for working with other MCUs +* Comes with development resources and manual (examples in Python and Web control) \ No newline at end of file diff --git a/src/de/translate/waveshare-rgb-led-phat-4x8.md b/src/de/translate/waveshare-rgb-led-phat-4x8.md new file mode 100644 index 0000000..1f06c7a --- /dev/null +++ b/src/de/translate/waveshare-rgb-led-phat-4x8.md @@ -0,0 +1,42 @@ + +# Waveshare True Color RGB LED pHAT 4x8 + +This RGB LED HAT can be easily attached on top of the Raspberry Pi to display colorful effect, and controlled by only one signal pin. + +* Supports any revision of Raspberry Pi (directly-pluggable) +* Onboard 4 × 8 RGB LED (WS2812B) +* Control pin is configurable via jumpers (0Ω resistor) (BCM 18, 12, 13 or 19) +* Break out control pins, easy for working with other MCUs +* Comes with development resources and manual (examples in Python and Web control) diff --git a/src/en/overlay/adafruit-oled-bonnet.md b/src/en/overlay/adafruit-oled-bonnet.md new file mode 100644 index 0000000..cdf311b --- /dev/null +++ b/src/en/overlay/adafruit-oled-bonnet.md @@ -0,0 +1,65 @@ + + +# OLED Bonnet + +The OLED Bonnet is a simple 128x64 display for the Raspberry pi with a 5-way joystick and 2 push buttons. + +The 1.3" screen is made of a 128x64 individual white OLED pixels and because the display makes its own light, no backlight is required. This reduces the power required to run the OLED and is why the display has such high contrast. + +To install the necessary software, use the following commands: + +```bash +sudo apt-get install git python-imaging python-smbus +git clone https://github.com/adafruit/Adafruit_Python_SSD1306 +cd Adafruit_Python_SSD1306 +sudo python setup.py install +``` diff --git a/src/en/overlay/adafruit-pi-oled.md b/src/en/overlay/adafruit-pi-oled.md new file mode 100644 index 0000000..aff641b --- /dev/null +++ b/src/en/overlay/adafruit-pi-oled.md @@ -0,0 +1,45 @@ + + +# PiOLED + +The PiOLED is a small 128x32 OLED display designed to sit on top of just the first six pins of the Pi’s Header. It uses I2c to communicate which means there are plenty of spare pins for buttons, LED’s and sensors. + +The OLED display has a very high contrast ratio leading to clear and crisp text and images and as the display produces it’s own light this also means the PiOLED is extremely low power. + +The display is about 1” in diagonal and allows for 30FPS updates rates allowing for simple animations and the SSD1306 chipset is easily controlled using a simple python library. + +To install the necessary software, use the following commands: + +```bash +sudo apt-get install git python-imaging python-smbus +git clone https://github.com/adafruit/Adafruit_Python_SSD1306 +cd Adafruit_Python_SSD1306 +sudo python setup.py install +``` diff --git a/src/en/overlay/waveshare-rgb-led-hat-8x8.md b/src/en/overlay/waveshare-rgb-led-hat-8x8.md new file mode 100644 index 0000000..07c03a2 --- /dev/null +++ b/src/en/overlay/waveshare-rgb-led-hat-8x8.md @@ -0,0 +1,42 @@ + +# Waveshare True Color RGB LED HAT 8x8 + +This RGB LED HAT (B) can be easily attached on top of the Raspberry Pi to display colorful effect, and controlled by only one signal pin. + +* Supports any revision of Raspberry Pi (directly-pluggable) +* Onboard 8 × 8 RGB LED (WS2812B) +* Control pin is configurable via jumpers (0Ω resistor) (BCM 18, 12, 13 or 19) +* Break out control pins, easy for working with other MCUs +* Comes with development resources and manual (examples in Python and Web control) \ No newline at end of file diff --git a/src/en/overlay/waveshare-rgb-led-phat-4x8.md b/src/en/overlay/waveshare-rgb-led-phat-4x8.md new file mode 100644 index 0000000..1f06c7a --- /dev/null +++ b/src/en/overlay/waveshare-rgb-led-phat-4x8.md @@ -0,0 +1,42 @@ + +# Waveshare True Color RGB LED pHAT 4x8 + +This RGB LED HAT can be easily attached on top of the Raspberry Pi to display colorful effect, and controlled by only one signal pin. + +* Supports any revision of Raspberry Pi (directly-pluggable) +* Onboard 4 × 8 RGB LED (WS2812B) +* Control pin is configurable via jumpers (0Ω resistor) (BCM 18, 12, 13 or 19) +* Break out control pins, easy for working with other MCUs +* Comes with development resources and manual (examples in Python and Web control) diff --git a/src/en/settings.yaml b/src/en/settings.yaml index c4dbdfb..8dbae42 100644 --- a/src/en/settings.yaml +++ b/src/en/settings.yaml @@ -156,3 +156,5 @@ overlays: - sparkfun-pi-servo-hat - adafruit-oled-bonnet - adafruit-pi-oled +- waveshare-rgb-led-phat-4x8 +- waveshare-rgb-led-hat-8x8 diff --git a/src/es/settings.yaml b/src/es/settings.yaml index 6f08a59..e63e2fc 100644 --- a/src/es/settings.yaml +++ b/src/es/settings.yaml @@ -156,3 +156,5 @@ overlays: - sparkfun-pi-servo-hat - adafruit-oled-bonnet - adafruit-pi-oled +- waveshare-rgb-led-phat-4x8 +- waveshare-rgb-led-hat-8x8 diff --git a/src/es/translate/adafruit-oled-bonnet.md b/src/es/translate/adafruit-oled-bonnet.md new file mode 100644 index 0000000..cdf311b --- /dev/null +++ b/src/es/translate/adafruit-oled-bonnet.md @@ -0,0 +1,65 @@ + + +# OLED Bonnet + +The OLED Bonnet is a simple 128x64 display for the Raspberry pi with a 5-way joystick and 2 push buttons. + +The 1.3" screen is made of a 128x64 individual white OLED pixels and because the display makes its own light, no backlight is required. This reduces the power required to run the OLED and is why the display has such high contrast. + +To install the necessary software, use the following commands: + +```bash +sudo apt-get install git python-imaging python-smbus +git clone https://github.com/adafruit/Adafruit_Python_SSD1306 +cd Adafruit_Python_SSD1306 +sudo python setup.py install +``` diff --git a/src/es/translate/adafruit-pi-oled.md b/src/es/translate/adafruit-pi-oled.md new file mode 100644 index 0000000..aff641b --- /dev/null +++ b/src/es/translate/adafruit-pi-oled.md @@ -0,0 +1,45 @@ + + +# PiOLED + +The PiOLED is a small 128x32 OLED display designed to sit on top of just the first six pins of the Pi’s Header. It uses I2c to communicate which means there are plenty of spare pins for buttons, LED’s and sensors. + +The OLED display has a very high contrast ratio leading to clear and crisp text and images and as the display produces it’s own light this also means the PiOLED is extremely low power. + +The display is about 1” in diagonal and allows for 30FPS updates rates allowing for simple animations and the SSD1306 chipset is easily controlled using a simple python library. + +To install the necessary software, use the following commands: + +```bash +sudo apt-get install git python-imaging python-smbus +git clone https://github.com/adafruit/Adafruit_Python_SSD1306 +cd Adafruit_Python_SSD1306 +sudo python setup.py install +``` diff --git a/src/es/translate/waveshare-rgb-led-hat-8x8.md b/src/es/translate/waveshare-rgb-led-hat-8x8.md new file mode 100644 index 0000000..07c03a2 --- /dev/null +++ b/src/es/translate/waveshare-rgb-led-hat-8x8.md @@ -0,0 +1,42 @@ + +# Waveshare True Color RGB LED HAT 8x8 + +This RGB LED HAT (B) can be easily attached on top of the Raspberry Pi to display colorful effect, and controlled by only one signal pin. + +* Supports any revision of Raspberry Pi (directly-pluggable) +* Onboard 8 × 8 RGB LED (WS2812B) +* Control pin is configurable via jumpers (0Ω resistor) (BCM 18, 12, 13 or 19) +* Break out control pins, easy for working with other MCUs +* Comes with development resources and manual (examples in Python and Web control) \ No newline at end of file diff --git a/src/es/translate/waveshare-rgb-led-phat-4x8.md b/src/es/translate/waveshare-rgb-led-phat-4x8.md new file mode 100644 index 0000000..1f06c7a --- /dev/null +++ b/src/es/translate/waveshare-rgb-led-phat-4x8.md @@ -0,0 +1,42 @@ + +# Waveshare True Color RGB LED pHAT 4x8 + +This RGB LED HAT can be easily attached on top of the Raspberry Pi to display colorful effect, and controlled by only one signal pin. + +* Supports any revision of Raspberry Pi (directly-pluggable) +* Onboard 4 × 8 RGB LED (WS2812B) +* Control pin is configurable via jumpers (0Ω resistor) (BCM 18, 12, 13 or 19) +* Break out control pins, easy for working with other MCUs +* Comes with development resources and manual (examples in Python and Web control) diff --git a/src/fr/settings.yaml b/src/fr/settings.yaml index 3089d00..aaa15ba 100644 --- a/src/fr/settings.yaml +++ b/src/fr/settings.yaml @@ -157,3 +157,5 @@ overlays: - sparkfun-pi-servo-hat - adafruit-oled-bonnet - adafruit-pi-oled +- waveshare-rgb-led-phat-4x8 +- waveshare-rgb-led-hat-8x8 diff --git a/src/fr/translate/adafruit-oled-bonnet.md b/src/fr/translate/adafruit-oled-bonnet.md new file mode 100644 index 0000000..cdf311b --- /dev/null +++ b/src/fr/translate/adafruit-oled-bonnet.md @@ -0,0 +1,65 @@ + + +# OLED Bonnet + +The OLED Bonnet is a simple 128x64 display for the Raspberry pi with a 5-way joystick and 2 push buttons. + +The 1.3" screen is made of a 128x64 individual white OLED pixels and because the display makes its own light, no backlight is required. This reduces the power required to run the OLED and is why the display has such high contrast. + +To install the necessary software, use the following commands: + +```bash +sudo apt-get install git python-imaging python-smbus +git clone https://github.com/adafruit/Adafruit_Python_SSD1306 +cd Adafruit_Python_SSD1306 +sudo python setup.py install +``` diff --git a/src/fr/translate/adafruit-pi-oled.md b/src/fr/translate/adafruit-pi-oled.md new file mode 100644 index 0000000..aff641b --- /dev/null +++ b/src/fr/translate/adafruit-pi-oled.md @@ -0,0 +1,45 @@ + + +# PiOLED + +The PiOLED is a small 128x32 OLED display designed to sit on top of just the first six pins of the Pi’s Header. It uses I2c to communicate which means there are plenty of spare pins for buttons, LED’s and sensors. + +The OLED display has a very high contrast ratio leading to clear and crisp text and images and as the display produces it’s own light this also means the PiOLED is extremely low power. + +The display is about 1” in diagonal and allows for 30FPS updates rates allowing for simple animations and the SSD1306 chipset is easily controlled using a simple python library. + +To install the necessary software, use the following commands: + +```bash +sudo apt-get install git python-imaging python-smbus +git clone https://github.com/adafruit/Adafruit_Python_SSD1306 +cd Adafruit_Python_SSD1306 +sudo python setup.py install +``` diff --git a/src/fr/translate/waveshare-rgb-led-hat-8x8.md b/src/fr/translate/waveshare-rgb-led-hat-8x8.md new file mode 100644 index 0000000..07c03a2 --- /dev/null +++ b/src/fr/translate/waveshare-rgb-led-hat-8x8.md @@ -0,0 +1,42 @@ + +# Waveshare True Color RGB LED HAT 8x8 + +This RGB LED HAT (B) can be easily attached on top of the Raspberry Pi to display colorful effect, and controlled by only one signal pin. + +* Supports any revision of Raspberry Pi (directly-pluggable) +* Onboard 8 × 8 RGB LED (WS2812B) +* Control pin is configurable via jumpers (0Ω resistor) (BCM 18, 12, 13 or 19) +* Break out control pins, easy for working with other MCUs +* Comes with development resources and manual (examples in Python and Web control) \ No newline at end of file diff --git a/src/fr/translate/waveshare-rgb-led-phat-4x8.md b/src/fr/translate/waveshare-rgb-led-phat-4x8.md new file mode 100644 index 0000000..1f06c7a --- /dev/null +++ b/src/fr/translate/waveshare-rgb-led-phat-4x8.md @@ -0,0 +1,42 @@ + +# Waveshare True Color RGB LED pHAT 4x8 + +This RGB LED HAT can be easily attached on top of the Raspberry Pi to display colorful effect, and controlled by only one signal pin. + +* Supports any revision of Raspberry Pi (directly-pluggable) +* Onboard 4 × 8 RGB LED (WS2812B) +* Control pin is configurable via jumpers (0Ω resistor) (BCM 18, 12, 13 or 19) +* Break out control pins, easy for working with other MCUs +* Comes with development resources and manual (examples in Python and Web control) diff --git a/src/it/settings.yaml b/src/it/settings.yaml index 5b9c659..002a235 100644 --- a/src/it/settings.yaml +++ b/src/it/settings.yaml @@ -157,3 +157,5 @@ overlays: - sparkfun-pi-servo-hat - adafruit-oled-bonnet - adafruit-pi-oled +- waveshare-rgb-led-phat-4x8 +- waveshare-rgb-led-hat-8x8 diff --git a/src/it/translate/adafruit-oled-bonnet.md b/src/it/translate/adafruit-oled-bonnet.md new file mode 100644 index 0000000..cdf311b --- /dev/null +++ b/src/it/translate/adafruit-oled-bonnet.md @@ -0,0 +1,65 @@ + + +# OLED Bonnet + +The OLED Bonnet is a simple 128x64 display for the Raspberry pi with a 5-way joystick and 2 push buttons. + +The 1.3" screen is made of a 128x64 individual white OLED pixels and because the display makes its own light, no backlight is required. This reduces the power required to run the OLED and is why the display has such high contrast. + +To install the necessary software, use the following commands: + +```bash +sudo apt-get install git python-imaging python-smbus +git clone https://github.com/adafruit/Adafruit_Python_SSD1306 +cd Adafruit_Python_SSD1306 +sudo python setup.py install +``` diff --git a/src/it/translate/adafruit-pi-oled.md b/src/it/translate/adafruit-pi-oled.md new file mode 100644 index 0000000..aff641b --- /dev/null +++ b/src/it/translate/adafruit-pi-oled.md @@ -0,0 +1,45 @@ + + +# PiOLED + +The PiOLED is a small 128x32 OLED display designed to sit on top of just the first six pins of the Pi’s Header. It uses I2c to communicate which means there are plenty of spare pins for buttons, LED’s and sensors. + +The OLED display has a very high contrast ratio leading to clear and crisp text and images and as the display produces it’s own light this also means the PiOLED is extremely low power. + +The display is about 1” in diagonal and allows for 30FPS updates rates allowing for simple animations and the SSD1306 chipset is easily controlled using a simple python library. + +To install the necessary software, use the following commands: + +```bash +sudo apt-get install git python-imaging python-smbus +git clone https://github.com/adafruit/Adafruit_Python_SSD1306 +cd Adafruit_Python_SSD1306 +sudo python setup.py install +``` diff --git a/src/it/translate/waveshare-rgb-led-hat-8x8.md b/src/it/translate/waveshare-rgb-led-hat-8x8.md new file mode 100644 index 0000000..07c03a2 --- /dev/null +++ b/src/it/translate/waveshare-rgb-led-hat-8x8.md @@ -0,0 +1,42 @@ + +# Waveshare True Color RGB LED HAT 8x8 + +This RGB LED HAT (B) can be easily attached on top of the Raspberry Pi to display colorful effect, and controlled by only one signal pin. + +* Supports any revision of Raspberry Pi (directly-pluggable) +* Onboard 8 × 8 RGB LED (WS2812B) +* Control pin is configurable via jumpers (0Ω resistor) (BCM 18, 12, 13 or 19) +* Break out control pins, easy for working with other MCUs +* Comes with development resources and manual (examples in Python and Web control) \ No newline at end of file diff --git a/src/it/translate/waveshare-rgb-led-phat-4x8.md b/src/it/translate/waveshare-rgb-led-phat-4x8.md new file mode 100644 index 0000000..1f06c7a --- /dev/null +++ b/src/it/translate/waveshare-rgb-led-phat-4x8.md @@ -0,0 +1,42 @@ + +# Waveshare True Color RGB LED pHAT 4x8 + +This RGB LED HAT can be easily attached on top of the Raspberry Pi to display colorful effect, and controlled by only one signal pin. + +* Supports any revision of Raspberry Pi (directly-pluggable) +* Onboard 4 × 8 RGB LED (WS2812B) +* Control pin is configurable via jumpers (0Ω resistor) (BCM 18, 12, 13 or 19) +* Break out control pins, easy for working with other MCUs +* Comes with development resources and manual (examples in Python and Web control) diff --git a/src/tr/settings.yaml b/src/tr/settings.yaml index 82a0a4a..5df3d30 100644 --- a/src/tr/settings.yaml +++ b/src/tr/settings.yaml @@ -157,3 +157,5 @@ overlays: - sparkfun-pi-servo-hat - adafruit-oled-bonnet - adafruit-pi-oled +- waveshare-rgb-led-phat-4x8 +- waveshare-rgb-led-hat-8x8 diff --git a/src/tr/translate/adafruit-oled-bonnet.md b/src/tr/translate/adafruit-oled-bonnet.md new file mode 100644 index 0000000..cdf311b --- /dev/null +++ b/src/tr/translate/adafruit-oled-bonnet.md @@ -0,0 +1,65 @@ + + +# OLED Bonnet + +The OLED Bonnet is a simple 128x64 display for the Raspberry pi with a 5-way joystick and 2 push buttons. + +The 1.3" screen is made of a 128x64 individual white OLED pixels and because the display makes its own light, no backlight is required. This reduces the power required to run the OLED and is why the display has such high contrast. + +To install the necessary software, use the following commands: + +```bash +sudo apt-get install git python-imaging python-smbus +git clone https://github.com/adafruit/Adafruit_Python_SSD1306 +cd Adafruit_Python_SSD1306 +sudo python setup.py install +``` diff --git a/src/tr/translate/adafruit-pi-oled.md b/src/tr/translate/adafruit-pi-oled.md new file mode 100644 index 0000000..aff641b --- /dev/null +++ b/src/tr/translate/adafruit-pi-oled.md @@ -0,0 +1,45 @@ + + +# PiOLED + +The PiOLED is a small 128x32 OLED display designed to sit on top of just the first six pins of the Pi’s Header. It uses I2c to communicate which means there are plenty of spare pins for buttons, LED’s and sensors. + +The OLED display has a very high contrast ratio leading to clear and crisp text and images and as the display produces it’s own light this also means the PiOLED is extremely low power. + +The display is about 1” in diagonal and allows for 30FPS updates rates allowing for simple animations and the SSD1306 chipset is easily controlled using a simple python library. + +To install the necessary software, use the following commands: + +```bash +sudo apt-get install git python-imaging python-smbus +git clone https://github.com/adafruit/Adafruit_Python_SSD1306 +cd Adafruit_Python_SSD1306 +sudo python setup.py install +``` diff --git a/src/tr/translate/waveshare-rgb-led-hat-8x8.md b/src/tr/translate/waveshare-rgb-led-hat-8x8.md new file mode 100644 index 0000000..07c03a2 --- /dev/null +++ b/src/tr/translate/waveshare-rgb-led-hat-8x8.md @@ -0,0 +1,42 @@ + +# Waveshare True Color RGB LED HAT 8x8 + +This RGB LED HAT (B) can be easily attached on top of the Raspberry Pi to display colorful effect, and controlled by only one signal pin. + +* Supports any revision of Raspberry Pi (directly-pluggable) +* Onboard 8 × 8 RGB LED (WS2812B) +* Control pin is configurable via jumpers (0Ω resistor) (BCM 18, 12, 13 or 19) +* Break out control pins, easy for working with other MCUs +* Comes with development resources and manual (examples in Python and Web control) \ No newline at end of file diff --git a/src/tr/translate/waveshare-rgb-led-phat-4x8.md b/src/tr/translate/waveshare-rgb-led-phat-4x8.md new file mode 100644 index 0000000..1f06c7a --- /dev/null +++ b/src/tr/translate/waveshare-rgb-led-phat-4x8.md @@ -0,0 +1,42 @@ + +# Waveshare True Color RGB LED pHAT 4x8 + +This RGB LED HAT can be easily attached on top of the Raspberry Pi to display colorful effect, and controlled by only one signal pin. + +* Supports any revision of Raspberry Pi (directly-pluggable) +* Onboard 4 × 8 RGB LED (WS2812B) +* Control pin is configurable via jumpers (0Ω resistor) (BCM 18, 12, 13 or 19) +* Break out control pins, easy for working with other MCUs +* Comes with development resources and manual (examples in Python and Web control)