Now its time to look at the rain gauge and wind speed sensors. As far as I can tell, these are just single-bit inputs on the GPIO connector. I don’t know which pins and before I wade through the supplied … Continue reading
Tag Archives: BASIC
The big board that the Raspberry Pi sits on in the prototype weather station I have has an on-board 2-channel MCP3426 analog to digital converter. One channel is used to read the air quality sensor, the other reads the wind … Continue reading
Following on from the weather station wiringPi page… So I’ve had a thought on the one-wire temperature sensor…. 1-Wire is a well defined system and works well on the Pi, however wiringPi has a “pin” based system, so how about … Continue reading
After setting up and testing some of the hardware in part 1, its now time to add the devices into wiringPi. As in part 1, I’m writing this as I go, to give you an idea of my thoughts and … Continue reading
The Raspberry Pi Weather station is a hardware and software system designed by the Raspberry Pi Foundation designed to let schools, etc. record their local weather. The system was produced in conjunction with Oracle who are providing a centralised database … Continue reading
From the Wikipedia entry: The Little Man Computer (LMC) is an instructional model of a computer, created by Dr. Stuart Madnick in 1965. The LMC is generally used to teach students, because it models a simple von Neumann architecture computer … Continue reading
So today (30th April, 2014) marks the 50th anniversary of the BASIC programming language! Hurrah! The very first BASIC program: 10 LET X = (7 + 8) / 3 20 PRINT X 30 END To help celebrate this, I’ve made … Continue reading
So the past two weeks has seen me attending Techcamp 2013 held at at Sparsholt college just outside Winchester. I was the lead tutor for their Raspberry Pi course. And now, a few days later I’ve finally had enough sleep … Continue reading
CESIL? What on earth is that, I hear you cry! Or maybe some of you are recoiling back in horror at the name of the 1970’s educational programming language stirring up bad memories… Or you’ve read this months MagPi magazine … Continue reading
Last month I wrote about the Raspberry Ladder Board and it appeared in the MagPi magazine too! This month I’ll finish it off with a full board description and some more software. (And if you don’t have one yet, then … Continue reading