fadercore_-_vlr-3x8but
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
fadercore_-_vlr-3x8but [2014/07/24 21:42] – created novski | fadercore_-_vlr-3x8but [2014/07/28 07:31] (current) – novski | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | [[fadercore_-_fadermodule_for_audio_daw|Fadercore]] |
+ | Standard 220mm wide modules | ||
- | ===== VLR-3x8But===== | + | ===== VLR-3x8But ===== |
- | Cumming soon... | + | A PCB to add 24 Buttons with RGB LEDs for each. |
+ | |||
+ | {{: | ||
+ | {{: | ||
+ | |||
+ | Eagle Files: [[https:// | ||
+ | |||
+ | {{: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ==== BOM ==== | ||
+ | BIll of Material | ||
+ | |||
+ | Allways look for the cheapest seller, the Price may vary heavy!!! | ||
+ | And look for Local dealers preferred. [[http:// | ||
+ | |||
+ | == The Buttons == | ||
+ | |||
+ | I thaught a long time about how to make a Button PCB that does not explode in material cost. | ||
+ | The best solution was to buy rubberbuttons from Sparkfun and cut them because the with of Fadercore is fixed by the minimal width of 8 Oleds side by side... 220mm in width / 8 makes a 27.5mm grid. What a pity that the Sparkfun pads are premade with a 25mm grid... | ||
+ | |||
+ | you will need two of them: | ||
+ | [[https:// | ||
+ | |||
+ | == The other Materials: Mouser == | ||
+ | |||
+ | * 2x10pin Header, 517-30310-6002 | ||
+ | * 5x100nF, | ||
+ | * 2x10k Network, 774-77061103P | ||
+ | * 3x220R Array, 652-4816P-T1LF-220 | ||
+ | * 1x74HC165D, 771-HC165D652 | ||
+ | * 4x74HC595D, 771-74HC595D | ||
+ | * 24xLED RGB, 604-WP154A4SUREQBFZW | ||
+ | * 24x1N4148, 512-1N4148TR | ||
+ | |||
+ | Project Order Basket on Mouser: [[http:// | ||
+ | |||
+ | The PCB is available under: [[https:// | ||
+ | |||
+ | |||
+ | ==== How to get Started ==== | ||
+ | |||
+ | If its your first SMD soldering you can follow this on t1:58 : http:// | ||
+ | I recommend to not buy solder paste, instead buy some flux-paste like this on Mouser: 590-8341-10ML | ||
+ | |||
+ | ==== Prepare the PCB ==== | ||
+ | Start with the SMD parts and then go on the the conventional parts also on the Bottom side. | ||
+ | Then go on with the Topside and the LEDs. | ||
+ | Check the Connections with a Lens. | ||
+ | |||
+ | ==== Prepare the Connection ==== | ||
+ | |||
+ | Connect the core on J8/9 to J1 of the VLR-3x8But board. | ||
+ | |||
+ | ==== Test it in MIOS ==== | ||
+ | \\ | ||
+ | To make it work with MIOS .NGC File we need to know how the shift-registers are connected.\\ | ||
+ | \\ | ||
+ | **Inputs: | ||
+ | 1# Switch Columns | ||
+ | \\ | ||
+ | **Outputs: | ||
+ | 1# ROW Outputs | ||
+ | 2# RED LEDs 1-8\\ | ||
+ | 3# GREEN LEDs 1-8\\ | ||
+ | 4# BLUE LEDs | ||
+ | \\ | ||
+ | Assuming that the VLR-3x8But is the first device on the chain of J8/9 we need to configure it like this:\\ | ||
+ | \\ | ||
+ | RESET_HW\\ | ||
+ | \\ | ||
+ | LCD " | ||
+ | \\ | ||
+ | LCD " | ||
+ | LCD " | ||
+ | LCD " | ||
+ | LCD " | ||
+ | LCD " | ||
+ | LCD " | ||
+ | LCD " | ||
+ | LCD " | ||
+ | \\ | ||
+ | # In this demo we configure individual brightness levels for the LEDs from EVENT_BUTTON events\\ | ||
+ | \\ | ||
+ | LCD " | ||
+ | \\ | ||
+ | DIN_MATRIX | ||
+ | DOUT_MATRIX n=1 rows=4 | ||
+ | \\ | ||
+ | # These button functions forward their value also to LEDs\\ | ||
+ | # it's possible to set the rgb levels in the button event, it will be forwarded as well!\\ | ||
+ | \\ | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | \\ | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | \\ | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | EVENT_BUTTON | ||
+ | \\ | ||
+ | Im using my VLR-8oDisp board to show the Values of every item. You can change it to any other type of Display-setting... lcd_pos=6: | ||
+ | |||
+ | For any Comment or Question: Forum Thread??? |
fadercore_-_vlr-3x8but.1406238135.txt.gz · Last modified: 2014/07/24 21:42 by novski