Difference between revisions of "H801"

From RevSpace
Jump to navigation Jump to search
Line 35: Line 35:
 
RX GPIO3 @Serial  </pre>
 
RX GPIO3 @Serial  </pre>
 
==Links==
 
==Links==
http://hackaday.com/2015/08/25/esp8266-in-commercial-products/
+
* http://hackaday.com/2015/08/25/esp8266-in-commercial-products/
https://www.domoticz.com/forum/viewtopic.php?t=7957
+
* https://www.domoticz.com/forum/viewtopic.php?t=7957
https://github.com/4ndreas/WiFI-RGBWW-module
+
* https://github.com/4ndreas/WiFI-RGBWW-module
  
 
RGBWW LED Dimmer APK Download Link
 
RGBWW LED Dimmer APK Download Link
https://drive.google.com/open?id=0B1gzqyV6hfOgSTV1cERBUndCU28 Originele app voor originele firmware
+
* https://drive.google.com/open?id=0B1gzqyV6hfOgSTV1cERBUndCU28 Originele app voor originele firmware

Revision as of 09:30, 18 February 2016

Project H801 Hacking
H801 1.jpg
De H801 RGBWW Ledstrip controller kan voorzien worden van nieuwe firmware.
Status In progress
Contact Sebastius
Last Update 2016-02-18
boardfoto
onderkant
Serial

Inleiding

De H801 is een goedkope 5-kanaals ledstrip controller gebaseerd op de ESP8266. Hij valt op door de eenvoud waarmee nieuwe firmware te programmeren is. Op het bord zitten de aansluitingen voor serial en een jumper om te kunnen programmeren. Met deze aanpassingen kun je eenvoudig het apparaat flashen vanuit bv de Arduino omgeving.

Ook zijn er online initiatieven te vinden waarin het protocol van de standaard firmware wordt geanalyseerd.

Pinout

Een aantal GPIO's is uitgebroken naar de diverse FETs, LEDs en de jumper. Mocht je in je programma gebruik willen maken van de seriele poort, gebruik dan Serial1 ipv Serial.

// RGB FET
redPIN 12
greenPIN  13
bluePIN   15

// W FET
w1PIN 14
w2PIN 4


// onboard green LED D1
LEDPIN5
// onboard red LED D2
LED2PIN   1

TX GPIO2 @Serial1 (Serial ONE)
RX GPIO3 @Serial  

Links

RGBWW LED Dimmer APK Download Link