slide

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…

slide

How to shut down or restart Linux / Raspbian from command line?

To shut down: sudo halt now To restart: sudo reboot or sudo halt -r now

Displaying your Raspberry IP address on Adafruit RGB LCD 16×2 Shield

Please follow the instruction from Adafruit to prepare your RGB LCD Shield. http://learn.adafruit.com/adafruit-16×2-character-lcd-plus-keypad-for-raspberry-pi After essambling your Adafruit LCD Shield kit and downloading all the necessary requirements to run it with I2C. A few complaints about 0x20 address cannot be accessed via I2C. Make sure you change your bus number in…

Arduino Distance Sensor Script

You can buy the 4-leg sensor shield that is compatible with Arduino, to detect and measure the distance of any obstacles that may block your Arduino car.   For connecting to your existing Raspberry Internet Rover, you can find any 2 spares of the pins. This examples uses 12 (trigger), 13 (echo), voltage…

Raspberry Internet Rover Part 5 – Webcam

For the camera, basically it uses the same configuration as previously mentioned in MJPG tutorial. Just embed the video feed into the remote control web page. Make sure the web cam is properly attached with the Pan & Tilt servo, and set it up to start automatically when the Datagram…

« Previous PageNext Page »