Project

General

Profile

LAOS I2C Panel v04 » History » Version 1

jaap, 2013-05-07 20:58

1 1 jaap
h1. LAOS I2C Panel v04
2
3
h1. LAOS I2C Panel v0.3
4
5
{{>toc}}
6
7
!>Panel-rev0.3.jpg!
8
9
%{color:red}This page needs to be cleaned up!%
10
11
h2. Basics
12
13
We designed a panel with a 2x16 LCD, 4 buttons and a joystick. The heart of the panel is a ATMEGA168-20PU running a small Arduino program. The panel uses I2C communication to the MBED board, but there is also a connection for a standard USB->TTL cable. You can use such a cable to upgrade the program in the Arduino chip.
14
All the source files of this project are available in the i2c panel project on Github: https://github.com/LaosLaser/AddOns
15
16
h2. Functionality
17
18
The user interface functionality is not implemented in this board, but in the program on the MBED. The on board ATMEGA with Arduino code only receives data for displaying on the screen and sends key press codes via I2C, basically this works as a tiny terminal. The functionality as stated here is just to show what the main LaOS controller board uses it for.
19
20
While no job is running:
21
22
* Manual focus, using up and down buttons (for some machines this will mean that the Z-axis is moving, others will move the lens-holder up and down)
23
* Moving the head to a specific location (jog in the X and Y axis)
24
* Select the current location and make that the origin (x=0, y=0, z=0)
25
* Select print job
26
27
While a job is printing:
28
29
* Pause current job
30
* Resume paused job
31
* Cancel current job
32
33
h2. Electronics
34
35
We designed our own board and software (Arduino based) to connect the display board to the mainboard (via I2C interface). The schematics (in KiCAD) are located ["here":https://github.com/LaosLaser/AddOns]. 
36
37
Most important parts:
38
39
"Full part list is available in GIT":https://github.com/LaosLaser/AddOns/raw/master/i2c-panel/pcb/bom.ods
40
41
* 16x2 LCD Display, RS stocknummer 532-6408
42
* ATMega168P-20PU, RS stocknummer 696-2430
43
* 4 Pushbuttons
44
* 1 Joystick button
45
* and of course, the PCB
46
47
!173px-Panel-rev0.3front.jpg!
48
49
h3. Bill of Materials
50
51
|_.Number|_.Component|_.RS Part No.|_.RS Price|_.Farnell Part No.|_.Farnell Price|_.Comment|
52
|1|LCD display, 16x2 characters|532-6408|€ 4,62| | ||
53
|1|ATMega168P-20PU|738-0375|€ 5,22|1636933|€ 4,81||
54
|4|Thru hole tactileswitch12x12x7.3mm|378-6763|€ 0,46| | ||
55
|1|PCB Stick switch, 4 dir + centre push|516-316|€ 2,46|1435775|€ 2,47||
56
|1|Ceramic resonator THT CSTLS 16.00MHz|526-6154|€ 0,56|1448129|€ 0,46||
57
|1|28way low profile DIL socket,0.3in pitch|801-768|€ 0,24| | ||
58
|1|100uF capacitor|711-0703|€ 0,03| | ||
59
|2|100nF capacitor|721-5240|€ 0,07| | ||
60
|1|680R resistor|707-7656|€ 0,02| | ||
61
|1|10K resistor|707-7745|€ 0,02| | ||
62
|1|36 way straight header,7mm top 3mm below|251-8632|€ 0,31| | ||
63
|1|NPN transistor,BC547C|545-2248|€ 0,07| | ||
64
|3|plastic buttoncap black|378-6943|€ 0,11| | ||
65
|1|plastic buttoncap red|378-6937|€ 0,11| | ||
66
|1|Eurocircuits PCB E412106| |€ 7,50| | |Available from LaOS (see "WebShop":http://tuxic.nl/webshop )|
67
68
h2. Mechanical construction
69
70
* PCB is positioned directly under the display
71
* I2C communication is through a 4-pin flatcable with pin-header
72
* A 6-pin (USB->TTL) connector is available for easy updates of the Arduino
73
* 4 standard pushbuttons
74
* 1 Joystick button (with 3D printed key cap)
75
76
The design files for a frontpanel and buttons can be found here: ["Frontplates":https://github.com/LaosLaser/AddOns/tree/master/i2c-panel/frontplates]
77
78
h2. Implementation
79
80
The Arduino software on the ATMEGA chip is "available on github":https://github.com/LaosLaser/AddOns/raw/master/i2c-panel/firmware/lasercutterpanelv0_3.pde.
81
82
The electronics are based on "John Crouchley's ATTiny2313":http://john.crouchley.com/blog/archives/612 implementation. The Arduino (or Ottantotto) electronics come from "Edwin Dertien":http://wiki.edwindertien.nl/doku.php?id=boards:ottantotto:start#pin_description.
83
84
Relevant Arduino libraries:
85
86
* LCD driver: "http://www.arduino.cc/en/Reference/LiquidCrystal":http://www.arduino.cc/en/Reference/LiquidCrystal
87
* i2c: "http://www.arduino.cc/en/Reference/Wire":http://www.arduino.cc/en/Reference/Wire
88
* Keypad: "http://www.arduino.cc/playground/Code/Keypad":http://www.arduino.cc/playground/Code/Keypad
89
90
I2C on the Mbed: "http://mbed.org/handbook/I2C":http://mbed.org/handbook/I2C <em>"Have a look at this very enlightning drawing!":http://mbed.org/media/uploads/ColonelPewter/i2c_001004.gif</em>
91
92
For debugging, you can use any PC with a home-made I2C adapter:
93
94
p(((. http://www.instructables.com/id/Worlds-Cheapest-I2C-I-Squared-C-Adapter/
95
http://www.paintyourdragon.com/?p=43
96
97
98
h2. Building your own
99
100
To make life easier, we sell premade PCB's and this panel as a kit. See the "WebShop":http://tuxic.nl/webshop.
101
102
The kit contains:
103
104
* PCB
105
* ATMEGA168-20PU, pre-programmed with the Arduino bootloader and this I2C program (so you can install it even if you do not own a USB-&gt;TTL cable).
106
* LCD
107
* other electronic parts
108
* Buttons
109
* I2C wire to motherboard
110
111
Parts it does not contain:
112
113
* Laser cut panel. You can make one on your laser, maybe? Probably you want one to fit into your machine, anyway. See below for the panel the MiniFabLab made for its HPC LS3020
114
* 3D Printed joystick button. When I design one I'm really proud of, I might include it.
115
116
Feel free to make the user interface panel yourself if you prefer. No need to buy stuff if you have an Arduino lying around with LCD and some buttons!
117
118
h2. Soldering
119
120
* Solder the socket for the Atmel IC first, making sure the notch is on the same side as the one on the silkscreen legend.
121
* Place the two resistors. The print says 680 (Ohm) for R1. Put the other one of 10k Ohm in the place marked R2.
122
* Solder the two 100nF capacitors
123
* Solder the 100uF electrolytic capacitor with the plus (longer) wire in the hole with square solder pad
124
* Bend the wires of the BC547C so it lies flat on the print and solder in place
125
* Solder the 3 pin ceramic resonator
126
* Place a 2-pin header in P7, a 4-pin header for I2C and a 6-pin header in P1 (TTL).
127
* Now take a 16-pin header and push it with the longer pin ends in the PCB from the bottom (solder) side of the board. The long pins will stick out on the top side of the board. The black plastic of the header in now on the bottom of the PCB. Measure with the display module to see if the pins are long enough to go just through the module. Solder the 16-pin header to the board on the TOP (component) side.
128
* Place a strong piece of tape on the bottom side of the board, covering the part of the board that will be under the display module, so that there cannot be any shortcircuit between the board and the display module. You can use electric shielding tape or gaffer tape.
129
* Solder the display module on the back side board, with the black strip of the 16-pin header in between.
130
* Solder the 4 buttons to the board (not the joystick yet!) with the buttons on the side of the display (solder side). This is confusing: the buttons go on the side where it does NOT say button! See photos.
131
* The joystick has a very small dent in the top metal layer. If you put the joystick in, this dent should be on the right side. Solder it in.
132
* The holes you have left are for making wire-bridges on a single sided board. You don't need them.
133
134
Back panel
135
!I2CPanelBack-rev0.3.JPG!
136
137
Front Panel showing dent in joystick
138
!I2CPanelFront-rev0.3.JPG!
139
140
Showing connection on the I2C Panel side
141
!I2CPanelBankConnector-rev0.3.JPG!
142
143
Showing connection on the Main Board side
144
!IC2PanelConnectedToMainBoard-rev0.3.jpg!
145
 
146
147
h2. Software installation
148
149
h3. Installing a bootloader
150
151
These instructions are for ATMEGA168P-PU only!
152
153
    cd arduino-1.0.1/hardware/arduino/bootloaders/atmega
154
avrdude -p m168p -c usbasp -F -U flash:w:ATmegaBOOT_168_diecimila.hex -U hfuse:w:0xdd:m -U lfuse:w:0xff:m -U efuse:w:0xf8:m
155
156
157
Note that the Debian version of avrdude does not support m168p yet, you can use the avrdude version shipped with Arduino.
158
159
Error message while installing:
160
161
    avrdude: safemode: efuse changed! Was f8, and is now 0
162
Would you like this fuse to be changed back? [y/n]
163
164
165
Answer n !
166
167
h3. Arduino Sketch
168
169
Use a USB=&gt;TTL cable to connect the board to your computer. Install "Arduino":http://www.arduino.cc software. Get "lasercutterpanelv0&#95;3.pde from GIT": https://github.com/LaosLaser/AddOns/raw/master/i2c-panel/firmware/lasercutterpanelv0_3.pde
170
171
To test your panel, change:
172
173
    #define DEBUG 0 
174
175
176
to
177
178
    #define DEBUG 1
179
180
181
Arduino settings: Board: Arduino NG or older with Atmega168
182
183
Upload the file to the board. This will give you a welcome text. After the text has disappeared, all buttons should show a number on the screen. The joystick should show 5 different values for each direction and middle push.
184
185
If it works, upload the code again with *DEBUG 0*. The panel is now ready to be connected to the mainboard.
186
187
h2. Control Panel on the HPC LS3020
188
189
190
To accomodate the display you can cut a replacement for the control panel. 
191
192
!greenpanel-bart.jpg!
193
194
The button laser switch was replaced by a toggle for better on/off reference. So the right serial test button could be omitted. Also the lighting switch was removed, now the light is always on. No modifications are required for the cabletree, just connect the wires from the removed switches. The air pump switch was kept as a compressor can be noisy. It is advised to use a shielded cable between the I2C panel and the board. A cutting file (.svg) of this panel is available on "miniFabLab":http://minifablab.nl/uploads/LaOS3020panel.svg.
195
196
h2. Design competition
197
198
I couldn't find a fitting existing joystick button for the joystick in this design, so I made one on the 3D printer. But I'm not entirely happy with it yet. If you design a better one, please upload it here!
199
200
h2. Enhancements
201
202
Possible enhancements to the display:
203
204
* Make (I2C) connector holes slightly larger to be able to mount JST connector (also, some more clearance to micro controller is required)
205
* Larger holes also for USB-&gt;TTL cable, display and switches
206
* Move capacitor U4 to a safer place, near micro controller
207
* Holes for R2 are too big and texts for resistors are strange
208
* Mark clearly on the board that the buttons go on the back side!
209
* Add status LED(s)
210
* Buzzer?
211
* Rotary encoder for (power) settings
212
* Graphical touch-screen display?
213
214
h2. More
215
216
For links on previous versions and to get started on designing your own display, see the [[Display-alternatives]] page.