
Gallery
[print_gllr id=351 display=short]

Arduino LED brightness – Analog Basic
The Analog pins on the Arduino or DFR Romeo can be used to adjust the brightness of a LED. The analog pin takes anything between 0 and 255. 0 means off, 255 means the brightest. Make sure you resist the voltage using a suitable resitor to preserve the LED life. Connect the…

FREE RASPBERRY PI! Delivered to your door – Blogging Competition
Yes! Rapsberry Pi Model B delivered for free to anywhere in the world. Two simple steps: Please provide a decent comment for each of at least 3 articles written in this blog site. Please anser these questions in the comments in this “FREE RASPBERRY PI” article: 1. If you have…

Bar Camp Melbourne 2013: Raspbery Internet Rover presentation #bcm2013
The Bar Camp Melbourne was held on 16/3/13 in Cause Way House, Lt Collins St, Melbourne. The audience got so excited, they took-over control via their iPhones and Androids. The robot got crazy taking commands from 5 different people. Slide show from the Workshop can be found here: Raspberry Internet…

How to log in into Raspberry remotely via SSH?
1. Note your Raspberry active IP address that is associated on either eth0 if you use LAN cable or wlan0 if you use wifi: ifconfig 2. Ensure your Raspberry opens its SSH port. Go to Raspi Config to set it up sudo raspi-config Enable SSH Restart 3. From your desktop / laptop / other remote…