PLT 1001
PLT 1001
PLT 1001
Introduction......................................................................................................... 3
Features .............................................................................................................. 3
Hackability ........................................................................................................... 3
Construction ........................................................................................................ 3
Connections ......................................................................................................... 4
Power ................................................................................................................. 4
Buttons ............................................................................................................... 4
Schematic............................................................................................................ 5
Microcontroller ................................................................................................. 5
Real Time Clock (RTC) and Temperature Sensor ................................................. 5
MRF24J40MB.................................................................................................... 6
Other connections ............................................................................................ 7
PCB ..................................................................................................................... 8
Versions .............................................................................................................. 8
www.embeddedadventures.com
PLT-1001 datasheet – Page 3
Introduction
Features
The PLT-1001 features PIC18F2620 clocked at 40Mhz (10mips), a real time clock
(RTC) with independent crystal and battery backup, temperature sensor, and the
ability to connect an MRF24J40MB IEEE 802.15.4 wireless module.
The PLT-1001 can function as a simple driver board, taking commands from an
external microcontroller via TTL-level serial, or can make its own enquiries or take
commands over IEEE 802.15.4. It can show the time, date and temperature, display
clocks, messages and a range of graphics functions.
Hackability
At EA, we believe you have the most fun when you have the most control over your
hardware. For the PLT-1001 we provide a datasheet, complete schematic and
complete source code. After that, it’s all up to you. We’d love to hear about the
projects you’re using it for – send us information and photos to
[email protected]
Construction
Please see the “Building Kits” section under Tutorials on the EA web site –
www.embeddedadventures.com
www.embeddedadventures.com
PLT-1001 datasheet – Page 4
Connections
Power
The PLT-1001 provides a terminal block for power input and two terminal blocks for
connection to your LED display panel(s). The PLT-1001 is designed to run at 5v.
Note that running large quantities of LEDs can result in a voltage drop across the
supply, which may affect the reliability of the microcontroller. See the datasheet for
your LED display.
Note that the current version of the LDP-6432 has an error on the PCB. The PCB
trace between the power input terminal and the LED Display power terminals is
insufficiently large to carry more than 1 Amp. As such it is necessary to ensure that
the connection between your LED panel and your power supply is capable of
carrying the current that will be required. A fully lit 64x16 panel will consume up to
4 Amps given the chance. A short wire of AWG 15, or greater, between the power
input terminal and the LED Display power terminals will be sufficient.
Buttons
The PLT-1001 has one button connected to RE3 (MCLR). This allows it to function
as a reset button, which is great during development. During deployment, however,
you may find that it is more useful to actually have a functioning push button. In
this case, you will need to change the config fuses so that the pin functions as RE3
and not MCLR. Please see the PIC18F1620 datasheet for more information.
www.embeddedadventures.com
PLT-1001 datasheet – Page 5
Schematic
Microcontroller
The RTC used on the PLT-1001 board is the ST M41T81S. It’s a great chip that has
plenty of features worth playing with, including an alarm function. The SQW output
is connected to RB1 (INT1) and can be used as an interrupt source. A CR2032
www.embeddedadventures.com
PLT-1001 datasheet – Page 6
battery powers the M41T81S when main power is removed. This should keep the
RTC powered for the lifetime of the universe or about 10 years, whichever occurs
first. The RTC is clocked by a 32.768Khz crystal (Q1). The TMP75 is a good value
temperature sensor, and while it’s not the most accurate chip available, it does a
perfectly sufficient job for displaying the local temperature on your LED Display. The
TMP75 and M41T81S are connected to the same i2c buss, which is available on pins
RB3 (SDA) and RB2 (SCL).
MRF24J40MB
The 1117 regulator and associated capacitors C7 and C6 provide a 3.3v supply for
the MRF24J40MB.
The board runs at 5v, so the MRF24J40MB requires voltage translation to 3.3v. Here
the TXS0104ED is used. It seamlessly translates voltages both ways automatically.
In this case we are one pin short – so the CS
¯¯ pin uses a voltage divider to bring 5v
down to 3.3v – still within spec.
www.embeddedadventures.com
PLT-1001 datasheet – Page 7
Other connections
The only remaining parts to the schematic are the connections to the LED Display
Panel itself, the Serial connection, and the terminal blocks used to power the board
and the LED Panel.
Note that the Serial connection is TTL, and is marked in reference to this board – so
RX-IN means data coming into the board. If you are connecting to a USB to Async
TTL interface board, for example, you will need to connect RX-IN to TX on your
interface board (and TX-OUT to RX). Ground and +5v are supplied as well but may
not be necessary.
www.embeddedadventures.com
PLT-1001 datasheet – Page 8
PCB
The board is designed to allow you to construct the entire project by hand soldering.
Even the surface mount parts are not difficult. Please see the “Building Kits” section
under Tutorials on the EA web site – www.embeddedadventures.com – for more
information.
Versions
www.embeddedadventures.com