Posts by Ibrar Ayyub:
Mains frequency display
Posted on: 03 Jul 2015
I’ve had this planned for a while. The concept is to display the frequency of the UK mains electricity supply. This is meant to be 50Hz, but the frequency actually fluctuates around this value, as a result of changes to supply and demand. If the frequency drops, it’s because demand has risen and/or supply has […]
Arduino: Controlling the Robot Arm
Posted on: 03 Jul 2015
So the arm is wired into Arduino as per the previous post, Arduino: Modifying a Robot Arm and hopefully this has worked. In this next part I alter the Arduino sketch slightly and write the first Processing sketch to test control of the arm – video at the bottom. To control the robot arm we’ll […]
SquareWear 2.0 – an open source wearable Arduino
Posted on: 02 Jul 2015
This is a long delayed post. I am glad I finally finished making a video for it, and it’s time to introduce SquareWear 2.0 — an open-source, wearable Arduino microcontroller board. At heart, SqureWear 2.0 is an Arduino running at 3.3V and 12MHz. It has built-in mini-USB port for uploading programs, charging lithium batteries, and […]
The Intel Curie Wearable Using Arduino
Posted on: 02 Jul 2015
Unleashing Wearable Device Innovation The Intel® Curie™1 module is the first platform of its kind from Intel—a complete low-power solution designed for companies interested in developing wearable technology solutions. The Intel® Curie™ module packs a robust set of features into its tiny size that are ideal for “always-on” applications such as social media, sports, and fitness activities. This […]
Clusterbot A Small Arduino Powered Robot
Posted on: 02 Jul 2015
What is Clusterbot? He is a small, affordable, autonomous Arduino-powered robot. He can move, see, avoid obstacles, and makes a melodic chirping sound sometimes. Clusterbot was my first Arduino project, and I think he makes a great project for a beginner. While building Clusterbot you will learn how to use motor controllers, ultrasonic rangefinders and […]
4 Servo drive CellBot which can be remotely controlled using Arduino
Posted on: 02 Jul 2015
I started with an idea of what I wanted to do from the beginning but one attempt after another I finally got to where I am now. This robot can be remotely controlled from anywhere in the world and driven around the house. I can see through it’s eyes. Here is a brief run down. […]
Using Processing to Send Values using the Serial Port to Arduino
Posted on: 02 Jul 2015
In this write-up, I’ll show how to create a value in Processing and then send this value over the serial port to the Arduino. In the example I’m setting values of LEDs making them brighter or dimmed but this example can be extended to control other items – which I plan to do later! Basically […]
Over the Counter Kitchen Radio using Arduino
Posted on: 01 Jul 2015
This project used the Si470x FM radio receiver and an ardurino to make an over the counter kitchen radio. These parts had been purchased for a different build that unfortunately met a premature end. The concept for this project is simple. Play my favorite news and music radio stations while having a form factor that […]
Box Scurity Package using Arduino
Posted on: 01 Jul 2015
If you touch the package, it will scream and run away–changing its course when it strikes an obstacle. When you lift the gift tag, light strikes a photocell and operation commences. Motors and a sound module are controlled by an Arduino (and Arduino Motor Shield). Major components required are: Motorized toy–Kid Galazy Morphibians Rover Remote […]
Arduino + Processing – 3D Sensor Data Visualisation
Posted on: 01 Jul 2015
So following on from my previous posts about visualising sensor data in Processing, I’m now looking at drawing 3D representations of the data recorded from the Sharp IR sensor – although can be any kind of range finder. I started by rigging 2 servos, one to pan left to right, the other up to down. […]
