ePanorama.net

All about electronics and circuit design

Arduino Ethernet Shields

The Arduino Ethernet Shield connects your Arduino to the internet. Just plug Arduino Ethernet Shield module onto your Arduino board, connect it to your network with an RJ45 cable and follow a few simple instructions to start controlling your world through the internet. The original Arduino Ethernet Shield is based on the Wiznet W5100 ethernet

Arduino Motion-Sensing SMS Alarm Project

Surprisingly Simple Arduino Motion-Sensing Project Makes For Some Weekend Fun article tells that Matt Williamson built a tiny, Arduino-based motion sensor that will SMS you when something moves by your desk or into a room. It’s completely open source and the notifications system runs on your PC thanks to a simple Python script. Why is

Try GPU computing with WebCL

GPU computing is a hot topic at the moment. GPU computing is the use of a GPU (graphics processing unit) as a co-processor to accelerate CPUs for general-purpose scientific and engineering computing. General-purpose computing on graphics processing units (GPGPU) is the means of using a graphics processing unit (GPU), which typically handles computation only for

New camera technology: See around corners

When I was a kid, there was a periscope you could make out of a cardboard tube and two small hand mirrors to see around corners. Now there’s a video camera system that can do the same. Camera Can See Around Corners and Femtosecond Camera Sees Around Corners articles tell that Scientists at the Massachusetts

Shrinkify Your Arduino Projects

If you have a simple Arduino project that uses only a few pins, you might be able to shrink it down to a single 8-pin ATtiny chip. How-To: Shrinkify Your Arduino Projects video and How-To: Shrinkify Your Arduino Projects article shows you how. The best part is you can use the same Arduino code and