Difference between revisions of "Stoplichter"

From Hackerspace ACKspace
Jump to: navigation, search
(traffic light notes, categories, todo)
(updated pinout, IP)
 
Line 20: Line 20:
 
=== new iteration ===
 
=== new iteration ===
 
Since we have some things that speak ARTnet, it's time to upgrade the traffic light to give it 3 RGB pixels of ARTnet.
 
Since we have some things that speak ARTnet, it's time to upgrade the traffic light to give it 3 RGB pixels of ARTnet.
 +
The IP address is <code>192.168.1.114</code>
 +
  
 
Notes on the traffic light itself:
 
Notes on the traffic light itself:
 
* the rubber gaskets wrap around the light, and are then placed from the outside with the thin seal wrapped around the flange like a reversed bicycle tire operation (it's fiddly)
 
* the rubber gaskets wrap around the light, and are then placed from the outside with the thin seal wrapped around the flange like a reversed bicycle tire operation (it's fiddly)
 
* the current connector cabling is:  
 
* the current connector cabling is:  
** wide connector starting with black on the left: GND, B1,G1,R1, B2,G2,R2
 
** small connector: B3,G3,R3
 
** single pin connector: 6.5V
 
  
 
Some notes on the [https://github.com/AlbertVos/bitlair-ohm2013-ledstrip-contol bitlair ART-net] used for the [[LED sleeve]]s:
 
Some notes on the [https://github.com/AlbertVos/bitlair-ohm2013-ledstrip-contol bitlair ART-net] used for the [[LED sleeve]]s:
Line 33: Line 32:
 
* the first pixel is top right (looking at the simstrip, the last pixel on this grid is not used)
 
* the first pixel is top right (looking at the simstrip, the last pixel on this grid is not used)
 
* the order of the ESP12 module of the pixels are (in RGB): 5, 4, 0; 2, 15, 13; 12, 14, 16: clockwise looking at the top, starting near the serial pins
 
* the order of the ESP12 module of the pixels are (in RGB): 5, 4, 0; 2, 15, 13; 12, 14, 16: clockwise looking at the top, starting near the serial pins
 +
* this translates on the PCB to (from left, screw terminal side to right):
 +
*# VCC (6.2V)
 +
*# 13 (B2)
 +
*# 12 (R3)
 +
*# 14 (G3)
 +
*# 16 (B3)
 +
*# 5 (R1)
 +
*# 4 (G1)
 +
*# 0 (B1)
 +
*# 2 (R2)
 +
*# 15 (G2)
 +
*# GND
  
 
=== todo ===
 
=== todo ===
* PCB to hold the ESP and 3.3v regulator
+
* some scripts for, say, spacestate
* better power supply (>2.5A at 6.2V>9V)
 
  
 
[[Category:ESP8266]][[Category:LEDs]]
 
[[Category:ESP8266]][[Category:LEDs]]

Latest revision as of 23:19, 5 November 2022

Project: Stoplichter
Featured: No
State Active
Members Xopr, Stuiterveer
GitHub stoplichter
Description Hey 't is groen! Hey, nou is ie weer roze.
Picture
No project picture! Fill in form Picture or Upload a jpeg here

synopsis

Freely translated: traffic (scam) light.


Ingrediënten:

Resultaat:


new iteration

Since we have some things that speak ARTnet, it's time to upgrade the traffic light to give it 3 RGB pixels of ARTnet. The IP address is 192.168.1.114


Notes on the traffic light itself:

  • the rubber gaskets wrap around the light, and are then placed from the outside with the thin seal wrapped around the flange like a reversed bicycle tire operation (it's fiddly)
  • the current connector cabling is:

Some notes on the bitlair ART-net used for the LED sleeves:

  • they listen to universe 0
  • they don't start at address 0 but skip 4 pixels (offset 12)
  • the first pixel is top right (looking at the simstrip, the last pixel on this grid is not used)
  • the order of the ESP12 module of the pixels are (in RGB): 5, 4, 0; 2, 15, 13; 12, 14, 16: clockwise looking at the top, starting near the serial pins
  • this translates on the PCB to (from left, screw terminal side to right):
    1. VCC (6.2V)
    2. 13 (B2)
    3. 12 (R3)
    4. 14 (G3)
    5. 16 (B3)
    6. 5 (R1)
    7. 4 (G1)
    8. 0 (B1)
    9. 2 (R2)
    10. 15 (G2)
    11. GND

todo

  • some scripts for, say, spacestate