-
Recent articles
Recent Comments
Calendar
Tag cloud
6502 Apple Arduino BBC BBCMicrobit books breadboardcomputer coding computing education fiction Flotilla Fridge Gizmo FridgeGizmo ICT iphone kindle LCD lenovo Linux London MakeyMakey maths Microbit MicroPython music OLED osx Pimoroni PiRadio poetry printer Python radio Raspberry Pi RaspberryPi raspbian reading recently read scratch SenseHAT teaching twitter weather writing
Monthly Archives: September 2012
Fridge Gizmo recap
Here’s a quick recap on the main steps I took in making a self-contained gizmo which displays London weather, global random tweets and Twitter trends on an LCD display. No soldering was involved. It’s really rather hypnotic watching utterly random … Continue reading
Posted in Arduino, computers, hardware, Raspberry Pi, Raspbian
Tagged Arduino, Fridge Gizmo, FridgeGizmo, Raspberry P, raspbian
1 Comment
Making FridgeGizmo run automatically
…or How to Get a Script to Run Automatically at the Auto-login on default Raspberry Pi Raspbian Linux. I want to get my FridgeGizmo that displays local weather and global tweets on an LCD display to start itself up automatically … Continue reading
Posted in Arduino, computers, hardware, Raspberry Pi, Raspbian
Tagged Fridge Gizmo, FridgeGizmo, Raspberry Pi, raspbian, twitter
Leave a comment
Pi shall tweet unto Arduino
More work to do, but big breakthroughs with FridgeGizmo today. I got the RaspberryPi pulling London weather and random worldwide tweets and trends and displaying them on my LCD display via an Arduino Uno. I installed Apache 2, the Apache … Continue reading
Posted in Arduino, computers, hardware, internet, Raspberry Pi, Raspbian
Tagged Arduino, Fridge Gizmo, FridgeGizmo, LCD, Raspberry Pi, twitter, weather
Leave a comment
Adding wifi to Raspberry Pi with Edimax EW-7811UN dongle
After a lot of huffing and puffing and making things over-complicated, I got my Raspberry Pi on the internet by wifi with the miniscule £8.27 EdimaxEW-7811UN WiFi dongle. Here’s how I set it up. NB: I’m using a Kindle power … Continue reading
Posted in computers, Debian, Linux, Raspberry Pi, Raspbian
Tagged Edimax, Fridge Gizmo, FridgeGizmo, Raspberry Pi, raspbian, WiFi
8 Comments
Displaying Yahoo London weather in Celsius on Arduino LCD
I’ve cracked it! I have got my proto-fridge-gizmo to display the weather for London in centigrade. The key is to tweak the YQL query to read: select * from weather.forecast where location=”UKXX0085″ and u=”c” &format=json In PHP you’ll need to … Continue reading