Position: Home > Blog Center > Project Solutions > Low Cost Custom Prototype PCB Manufacturer 2011 > 2011/08 > 2011/08/16 >

Project Solutions (2011/08/16)

Index

DELPHI FOR ELECTRONIC ENGINEERS Part 3- An external calculator (3)

Published:2011/8/16 22:51:00 Author:Phyllis

By Herman Bulle Combining the routines In principle that is all there is to do: we know how to select a column and how to read on which row a key is pressed. However, these functions still have to be ’glued together’ and the result has to be shown on the display. This takes place as follows: a timer is used to call the function GetKey at regular intervals. This call...   (View)

View full text | Comments | Reading(651)

DELPHI FOR ELECTRONIC ENGINEERS Part 3- An external calculator (2)

Published:2011/8/16 22:30:00 Author:Phyllis

By Herman Bulle Software switching To drive the DTR and RTS lines we’ll have to write a bit of Delphi code. To start with, we have to open the serial port. We have already covered this in Part 1 for the burglar alarm: FHandle: = CreateFile (PChar(port), Generic_Read+ Generic+Write, 0, Ni...   (View)

View full text | Comments | Reading(960)

DELPHI FOR ELECTRONIC ENGINEERS Part 3- An external calculator (1)

Published:2011/8/16 22:16:00 Author:Phyllis

By Herman Bulle In the previous article we saw how we could implement a simple calculator using Delphi. This time we connect an external keypad to the serial port, to allow the calculator to be controlled externally. We’ll use the program from the last article (slightly modified) to put the numbers onto the display and to perform the calculations. The external keypad, which we’ll bu...   (View)

View full text | Comments | Reading(1855)

LPC210x 'ARMEE' DEVELOPMENT BOARD Part 1: an ARM processor survey (2)

Published:2011/8/16 21:51:00 Author:Phyllis

By Tony Dixon All three controller chips are based on a common system architecture approach which offers the same memory map, vectored interrupt controller and similar peripheral complements. Also common to them are the same Flash programming and updating mechanism, JTAG debugging and emulation facilities. These devices operate from 1.8 V for the core CPU functions and 3.3 V for the...   (View)

View full text | Comments | Reading(677)

LPC210x 'ARMEE' DEVELOPMENT BOARD Part 1: an ARM processor survey (3)

Published:2011/8/16 21:40:00 Author:Phyllis

By Tony Dixon Overview of the ARM7TDMI core The ARM7 core is a 32-bit Reduced Instruction Set Computer (RISC). It uses a single 32-bit bus for instruction and data. The length of the data can be 8, 16 or 32 bits and the length of the instruction word is 32 bits. (View)

View full text | Comments | Reading(1483)

LPC210x 'ARMEE' DEVELOPMENT BOARD Part 1: an ARM processor survey (1)

Published:2011/8/16 21:14:00 Author:Phyllis

By Tony Dixon In the first installment of a three-part article we will look at recent developments in 32-bit ARM based microcontrollers, concentrating on those devices that are available, do not cost an arm and a leg or require a major investment in surface mount soldering equipment! ARM stands for Advanced RISC Machine, where RISC means Reduced Instruction Set Computer. The ARM 32-...   (View)

View full text | Comments | Reading(1300)

I²C-homebus: Switch power outlets with your PC 2

Published:2011/8/16 6:14:00 Author:Amy

Paul Goossens Construction The printed circuit board designed for the circuit (Figure 2) has a spacious layout with all connectors carrying mains voltages conveniently located at one side. Mounting the components onto the board is not expected to cause problems. However, do pay attention to the orientation of polarized components like electrolytic capaci­tors, LEDs and ICs. (View)

View full text | Comments | Reading(340)

I²C-homebus: Switch power outlets with your PC 1

Published:2011/8/16 3:20:00 Author:Amy

Paul Goossens This unit, in combination with the USB/I2C interface described elsewhere in this issue, may be used to switch four mains-powered devices on and off via the PC. Eight of these modules may be connected to a single interface, allowing up to 32 loads to be controlled. The system is ideal for a small home bus! Triggered by other articles on home automation in this issue, yo...   (View)

View full text | Comments | Reading(3475)

READY, STEADY, Fatty-Body Fat Monitor Scales (2)

Published:2011/8/16 2:23:00 Author:Phyllis

By David Daamen Operation BIA is based on the difference in conductivity between fatty and lean tissue in the body. A constant alternating current is fed through the body via two electrodes, with one placed underneath each foot. Typical values are about 800 uA and 50 kHz. The resulting voltage is measured using two different electrodes, also placed underneath the feet (Figur...   (View)

View full text | Comments | Reading(1775)

Delphi for electronic engineers: Part1-the first steps (3)

Published:2011/8/16 2:18:00 Author:Li xiao na

Detlef Overbeek & Anton Vogelaar Second program - a digital clock The next example shows how we can create a program to display a digital clock, using Delphi. We’ll assume that you are now familiar with all the proc...   (View)

View full text | Comments | Reading(310)

READY, STEADY, Fatty-Body Fat Monitor Scales (1)

Published:2011/8/16 2:15:00 Author:Phyllis

By David Daamen iSensible people look after their health: no smoking, moderate drinking, regular exercise and a healthy diet. And of course you want to keep an eye on your condition, for example with scales that also show your body fat percentage. Perhaps you already have one of these at home, but how do they work? It wasn’t that long ago when the body weight was the most important ...   (View)

View full text | Comments | Reading(551)

REMOTE TEMPERATURE LOGGER FOR PIC 18F BOARD

Published:2011/8/16 2:03:00 Author:Phyllis

Using a DS 1820 1-wire temperature sensor By Peter Moreton In this short article, we describe how to bit-bang a DSl8B20 or DSl8S20 temperature sensor device using PIC firmware written in ’C, and output the temperature values to the RS232 port, for logging on a PC, all using the PIC1 8Flash Development Board published last month. The PIC18Flash development board described in ...   (View)

View full text | Comments | Reading(2263)

Delphi for electronic engineers: Part1-the first steps (2)

Published:2011/8/16 1:45:00 Author:Li xiao na

Detlef Overbeek & Anton Vogelaar Altering the settings The possibility of losing programs can be much reduced by altering o few settings within ihe IDE. From the menu click on Tools/Environment Options. In the Autosave options tick Editor files and Project desktop. The Delphi settings are then stored when you exit. When Delphi is started again, the IDE will look exactly the ...   (View)

View full text | Comments | Reading(423)