I am a true amateur who needs to know how to get the clock and barometric/temp sensors to work together. I have the tutorials for each one, but how do I get them communicating with each other?
I am a true amateur who needs to know how to get the clock and barometric/temp sensors to work together. I have the tutorials for each one, but how do I get them communicating with each other?
Thank you, Bruce, for noting the distinction between the two, Honestly, I would like to do both. I need it to work ASAP. I truly want to learn how and why as well. This stuff is sooo cool.
You'll have to write a program to handle the communications between the pi & the sensors. Adafruit has a pretty good IDE for beginners (here: http://learn.adafruit.com/webide/installation). You can use the tutorials for the individual devices as a starting point for your applicastion, but you're going to have to learn to write some code ..
You'll have to write a program to handle the communications between the pi & the sensors. Adafruit has a pretty good IDE for beginners (here: http://learn.adafruit.com/webide/installation). You can use the tutorials for the individual devices as a starting point for your applicastion, but you're going to have to learn to write some code ..