DS1620 Installation Layout
Dave Asp
Posts: 2
I'm fairly new to the BASIC programming, so I don't really understand a lot more of the technical stuff. The PDF for the part on the parralax site has a spreadsheet for pins, but I can't read it. I was wondering if somebody could tell me where to put it according to the plot on the chip? The chip ranges from P0-P15 on the y-axis and then vdd for the next four, vin for two, and vss for for on the x-axis. Basically, can somebody tell a newbie how to put the sensor on the board?
Comments
TwistedPair....
Post Edited (Twisted Pair) : 12/12/2008 3:58:32 AM GMT
http://www.parallax.com/Portals/0/Downloads/docs/prod/appkit/ds1620thermometer.pdf
If you look on the bottom of page 1, it shows the power and connections to the Basic Stamp. They use pins 0,1 and 2; but you can use any 3 as long as your code is written to talk through the pins you select. For starters, I'd use the same pins to allow the sample code to run unmodified. The AppKit also contains sample code for multiple types of microcontrollers.
TwistedPair....