|
Home People Publications Events Teaching Projects Resources Contact Community Blog
|
Work in Progress Completed Work |

:: Research Group Embedded Interaction ::
Media Informatics ::
Ludwig-Maximilians-University Munich
New Particle Display Add-On with 3D-Accelerometer
This
add-on board can be clipped onto a Particle
(version 229) via a Conan connector. On the board, there is one
3D-accelerometer and it provides connectors for up to 6 displays.
Alternatively, one display can be directly soldered on the board. This gives
a very compact layout (about 50 x 40 x 20 mm, width x breadth x height,
including one AAA battery).
Especially useful for working with the display is the
DisplayServer
project. It provides access to many methods of writing to the display via a
webserver, i.e. the HTTP protocol. Any software that is able to access the
webserver can easily use the display.
Please also consult the DisplayServer
page, our Particle How-To
and the Particle Software page.
| 2005-10-25 |
First soldered version of the new particle display
add-on board |

Files - Code and Headers
The code and headers follow the particle architecture and separates board
and code. It also provides the necessary functions to turn board and sensors
on and off and to initialize the components.
The code can be found in our Particle Base System.
Files concerned with this board are:
- Code and header for Barton BT96040 chip-on-glass display: bt96040_ds.c, bt96040_ds.h
- Code and header for Add-On Board:
bt96040-addonboard.c,
bt96040-addonboard.h
- Code for the LIS3L02AS4 sensor: lis3l0sas4.c
When programming a particle with the graphics code
from the DisplayServer page, the
methods defined in
display.h
and display.cpp can directly be used. An example
program can be found here:
- Code that illustrates the use of display interface
methods:
dispsend.zip
- The files that pass commands (like d_line, d_text,
etc.) to the particle:
display.h,
display.cpp
Files - Boards and Schematics
Components and Costs
The following parts are needed to solder the board.
For the minimalist version of this board, i.e. only one accelerometer and
one display, you can leave the optional parts (Molex Connectors, second
ADXL311JE, etc.). Costs given are approximate only and may apply for larger
orders only.
OPTIONAL: The six Molex connectors are only needed if you want to
connect several displays or one by wire. The most compact version is
achieved by directly soldering the display on the board.
OPTIONAL: The 9way Molex connector is only needed if you want to
connect additional sensors / actuators to the board.
| 1 |
Molex Connectors, 9way
to be soldered on the board |
www.farnell.com order-code: 614853 |
1 € |
| 1 |
Molex Connectors, 9way
to plug into the connectors on the board |
www.farnell.com order-code: 615122 |
< 1 € |
Detailed Soldering Instructions
If you follow the instructions, you may get a result that looks like the
following image:

- Begin by placing the board in the way shown in the next image.

- Begin by soldering the accelerometer LIS3L02AS4. Check the direction: On
one edge of
the sensor, there is a small dot that is reproduced in the eagle board
file.

- Next put LTC1261 at the right bottom of the board.

- Now place the seven resistors as shown in the picture.

- Next add the three capacitors (0.1uF).

- The next step is to add the capacitor (Elco 3.3uF). Pay attention to
its orientation! The positive pole is located close to the resistors (the
right hand side on the picture below).

- (OPTIONAL:) Add up to six Molex connectors for up to six displays.

- (OPTIONAL:) If you want to connect additional sensors / actuators to
the board, you can solder a 9way Molex connector to access free pins of
the microcontroller.

- On the back of the board, the Conan connector can be soldered. It
should fit in one direction only: If you put the board on the table as
shown in the picture, there should be 10 connections to the left and 11 to
the right.

- This is the final layout of the board. One display can be soldered directly
to the five pins that are located at the top center of the board.

Here are some images of a completely equipped add-on board including
particle and power supply using a AAA battery.

Top and bottom views: The picture on the right mainly shows the particle and
the battery holder where we additionally attached a small power switch.

Side view.
The five Molex connectors can be seen.
|