Prosody is a piece of software to run chatrooms. Here’s how someone has set it up for use in their house.
R2D2 Robot Powered by #RaspberryPi
Someone has created an R2-D2 robot for their girlfriend’s birthday.
Features:
- voice control (in English and Chinese, using PocketSphinx)
- face recognition (using OpenCV)
- motion detection
- ultrasonic distance detection
- audio message record and replay
- sound play
- TTS rechargeable battery wifi
Auto-reboot a hung #RaspberryPi using the on-board watchdog timer [reblog]
A watchdog timer is a special kind of timer commonly found on embedded systems that is used to detect when the running software is hung up on some task. The watchdog timer is basically a countdown timer that counts from some initial value down to zero. When zero is reached, the watchdog timer understands that the system is hung up and resets it. Therefore, the running software must periodically update the watchdog timer with a new value to stop it from reaching zero and causing a reset. When the running software is locked up doing a certain task and cannot update the watchdog timer, the timer will inevitably reach zero and a reset will occur.
Cameri’s Workbench: Auto-reboot a hung Raspberry Pi using the on-board watchdog timer.
Raspberry Pi Dog Treat Machine with webcam! Send an email, he gets a treat! – #RaspberryPi
John at NYC CNC has created a machine that dispenses treats for his dog when an email is sent to a monitored address.
http://www.nyccnc.com/judd-treat-machine.html
Here’s a YouTube video about the project:
Raspberry Pi Dog Treat Machine with webcam! Send an email, he gets a treat! – YouTube.
VIA Announces APC Rock and Paper – the Cardboard Computer
Now here’s a novel idea – a cardboard computer. Well, a cardboard-cased computer… The specs are interesting, though.
Rock is a complete redesign of the original APC. With a faster processor, more memory, and best of all – lots of expandability – Rock is the perfect system for all those prototyping projects waiting for the New Year. APC Paper, with its unique recycled cardboard case, is a $99 computer for people wanting to connect to the Internet without the need for specific Windows applications.
Both Rock and Paper run a custom Android system built for keyboard and mouse input. Also included are a full set of consumer I/O ports and an extensive set of on-board pin headers for expansion, enabling APC to connect to your PC monitor or TV.
For more information, visit APC News.
Screenly – Digital signage for #RaspberryPi
Developer Viktor Petersson has created a piece of software called Screenly. Screenly allows you to administer a ‘digital sign’ over a web browser, letting you add images, videos and web-pages to be shown on a loop on a screen connected to the Raspberry Pi. Possible usages, according to Viktor are as follows:
- Display business information or server dashboards
- Advertisements (in-store or in store-front)
- Internal information boards
- Fancy photo-frame
More information is available in various places:
- GitHub repository containing the code
- Discussion thread over at the RPi Foundation website
- Viktor’s blog post announcing the software – other blog posts likely to be posted in future