This commit is contained in:
John Seghers 2019-10-03 12:57:17 -07:00
Родитель 641e5f0c14
Коммит 4c39478831
3 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -56,7 +56,9 @@ Most of the nuts used in this build are held in place by hex depressions designe
* Put a screw (one of the 10mm should work) through the hole, without the boards in place. Thread a nut onto the screw and then tighten it to pull the nut into the hole. After it's set in place, remove the screw.
#### Corner Nuts
The corners are a bit of a special case. They are designed to use 16mm flathead screws, but the case is much more than 16mm high. So the hex holes run almost the height of the case. As you can see in the ![cross section](pics/BezelScrewXSec.jpg "Cross section of corner screw mount) most of the hex column is wider than the very top of it. This is so you can easily push a nut up in the column and then draw it tight and snug into the top 3mm.
The corners are a bit of a special case. They are designed to use 16mm flathead screws, but the case is much more than 16mm high. So the hex holes run almost the height of the case. As you can see in the cross section most of the hex column is wider than the very top of it. This is so you can easily push a nut up in the column and then draw it tight and snug into the top 3mm.
![cross section](pics/BezelScrewXSec.jpg "Cross section of corner screw mount")
This is where that long M3 screw is used as a tool. You'll want to use two long-ish screws for this step, one of the 25mm screws will work well for the other one.

Двоичные данные
Case/pics/BezelScrewXSec.jpg

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 99 KiB

После

Ширина:  |  Высота:  |  Размер: 44 KiB

Просмотреть файл

@ -4,7 +4,7 @@ The DMX Inspector is an Arduino-based device that will read out the data being s
![Universe display](Case/pics/UniverseDisplay.jpg "Universe Display") ![Devices display](Case/pics/DevicesDisplay.jpg "Devices Display")
This project consists of several pieces:
* /Arduino: This is the project for the Arduino that does the actual work of listening to the DMX signal and driving the display. It relies on two libaries that must be installed in Arduino to communicate with the DMX hardware and the display:
* /Arduino: This is the project for the Arduino that does the actual work of listening to the DMX signal and driving the display. It relies on two libaries that must be installed to Arduino to communicate with the DMX hardware and the display:
* Conceptinetics library as updated for this work: Clone from https://github.com/johnseghersmsft/Conceptinetics_RDM
* Nextion libary as modified: https://github.com/johnseghersmsft/ITEADLIB_Arduino_Nextion
Find detailed [build instructions at the Arduino/DmxInspector README](Arduino/DmxInspector/README.md)