Laser/Lazzzorauth: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
(Die Seite wurde neu angelegt: „== Hardware == Consists of: - Raspberry Pi - Arduino - 16x2 LCD - OneWire (iButton suport) - 3 Leds for status indication - 1 Button - a 6-Port Networ…“)
 
K
(15 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
=NEEDS CLEANUP,PICS,GITHUB UPLOAD, PLEASE HELP =
 +
 +
[[Datei:lazzzorauth.jpg|300px|thumb|left|done.]]
 +
 +
<p style="clear:both">
 +
 +
 
== Hardware  ==
 
== Hardware  ==
 +
 +
  
 
Consists of:
 
Consists of:
  - Raspberry Pi
+
  - Seagate Dockstar (because the raspberry pi SD-cards died several times)
 
  - Arduino
 
  - Arduino
  - 16x2 LCD
+
  - RGB 16x2 LCD
  - OneWire (iButton suport)
+
  - OneWire Socket (iButton support)
  - 3 Leds for status indication
+
  - A red Button
- 1 Button
 
 
  - a 6-Port Network Switch
 
  - a 6-Port Network Switch
 
  
 
== Software ==
 
== Software ==
  
Occidentalis 0.1 (RaspberryPI distro from Adafruit)
+
dockstar linux distro from usb stick
Node.js
+
 
Arduino code
+
Node.js Server / Database
  
 +
Arduino code (because there was a spare arduino laying around..)
  
 
== How ==
 
== How ==
  
 
Hardware documentation
 
Hardware documentation
* tbd (how is everything connected)
+
[[Datei:Lazzzorauth_bb_small.png|200px|thumb|left|Breadboard aufbau (made with fritzing)]]
 +
[[Datei:Lazzorauth sensor.jpg|200px|thumb|left|The hall effect sensor + Preamp]]
 +
 
 +
 
 +
There is a hall effect sensor placed right over the valve of the airassist.
 +
 
 +
This valve is opened to enable a static airflow as soon as a laserjob starts and is disabled when the job ends.
 +
 
 +
== Protocols ==
 +
 
 +
 
 +
All states are now handled by the embedded system.
 +
 
 +
The Arduino only displays what the ELS sends it.
 +
 
 +
The arduino sends ibutton scans and pushbutton events.
  
Software documentation
+
== Links ==
* tbd (pitfalls, config, buildprocess)
+
# GIT - Arduino source
 +
# GIT - Dockstar linux mods +scripts
 +
# GIT - Node.js application
  
== Reference ==
+
[[Kategorie:Howto]]
 +
[[Kategorie:Infrastruktur]]
 +
[[Kategorie:Lazzzor]]
 +
[[Kategorie:Metalab_OS]]
 +
[[Kategorie:Projekte]]

Version vom 28. Januar 2013, 22:36 Uhr

NEEDS CLEANUP,PICS,GITHUB UPLOAD, PLEASE HELP

done.

Hardware

Consists of:

- Seagate Dockstar (because the raspberry pi SD-cards died several times)
- Arduino
- RGB 16x2 LCD
- OneWire Socket (iButton support)
- A red Button
- a 6-Port Network Switch

Software

dockstar linux distro from usb stick

Node.js Server / Database

Arduino code (because there was a spare arduino laying around..)

How

Hardware documentation

Breadboard aufbau (made with fritzing)
The hall effect sensor + Preamp


There is a hall effect sensor placed right over the valve of the airassist.

This valve is opened to enable a static airflow as soon as a laserjob starts and is disabled when the job ends.

Protocols

All states are now handled by the embedded system.

The Arduino only displays what the ELS sends it.

The arduino sends ibutton scans and pushbutton events.

Links

  1. GIT - Arduino source
  2. GIT - Dockstar linux mods +scripts
  3. GIT - Node.js application