1.
PC Parallel Port Interfacing with DS1620 Digital Thermometer ...
This discussion focuses on the Dallas Semiconductor DS1620 3-wire Thermometer / Thermostat. A data sheet in .pdf format is available at Dallas ...
2.
BasicX BX24, Interface with Dallas DS2438 Temperature / Voltage ...
The Dallas DS2438 Battery Monitor provides the capability to measure temperature, the supply voltage and an input voltage. There are other capabilities that ...
3.
Interfacing with Honeywell HIH-3610 Humidity Sensor
Feb 23, 2005 ... True relative humidity varies as a function of temperature and the Dallas DS2438 battery monitor which is capable of measuring temperature ...
4.
Flashlite V25, DS1307 RTC (I2C)
C (Flashlite V25) ** ** Illustrates an interface with the Dallas DS1307 Real Time Clock. ** ** Writes a time and date to the DS1307 and then continually ...
5.
BasicX BX24, Interfacing with a DS1307 RTC
The following presents four routines using the Dallas DS1307 Real Time Clock which uses the Philips I2C 2-wire protocol. Note that in preparing this ...
6.
Salvaging a Motion Detector
On the detection of motion, the relay closes, providing a dry closure to the external world. Just in case you haven't already gotten the message, ...
7.
C Programming - Random Numbers
Generating Random Numbers. The key function in generating random numbers is; ... C ** ** Generates three random numbers in range of 0 to 99 and ** reports ...
8.
C Programming - Random Numbers
Therefore, the function "randomize()" may be used to seed the random number generator with a number which is developed from the system clock, ...
9.
C Programming - Random Numbers
That is, TurboC always seeds the random number generator with the same starting number. ... C ** ** Generates three random numbers in range of 0 to 99 and ...
10.
C Programming - Random Numbers
That is, TurboC always seeds the random number generator with the same ... Program RANDOM1.C ** ** Generates three random numbers in range of 0 to 99 and ...