I said I’d leave the hard parts to last – well, even with these done, we’re not done yet, but it’s time to tackle the rain fall and wind speed sensors. These are slightly different from the others in that … Continue reading
Tag Archives: interfacing
At this point I have a little “main” program that sits in a loop reading most of the sensors and simply printing them to the screen. I’ve created an individual little file for each sensor and given them names – … Continue reading
Now it’s a matter of plumbing it all together. I have created a Makefile – by copying an existing one and changing it (I used the one from the gpio program because it’s similar) then I took the weather.c program … Continue reading
The story so-far… In the beginning the universe was created… Then after a while came weather with the inhabitants of a little blue-green planet having a great interest in this weather – presumably because there was so much of it… … Continue reading
I’m asked many times why wiringPi has its own pin numbering scheme for the Raspberry Pi, rather than use the native hardware pin numbering (which is can also use, along with the physical pin numbers).. The answers are simple… Firstly… … Continue reading
I recenty ran a 2-day course for someone who was keen to learn more about Linux, C and the Raspberry Pi. Teaching isn’t new to me, I’ve run courses on my telephone systems, various aspects of Internet operations for people … Continue reading