Posts with «processing» label

Controlling servos using processing and standard firmata

I am working on a biped robot that I am running using Processing and servo firmata on an arduino uno.  This works fine and I have a decent walking gait.  I would like to include an accelerometer into the robot to give the robot more stability.  So I decided to switch over to standard firmata on the arduino so I can use the i/o.  The problem is that with the standard firmata none of the servos work eventhough the servo library is still included in the standard firmata.  

read more

Processing communicating with Arduino via Bluetooth problems

I am at my wits end! Ive spent the last three or so hours trying to get this to work with no avail.

read more

Let's Make Robots 05 Feb 09:29
arduino  avr  bluetooth  com  hc-05  processing  serial  

L33T - Personal service robot

Primary image

What does it do?

Personal assistance (Butler)

Time to make a formal reveal as to the project I am working on, L33T. The idea behind L3 is to be a personal service robot, to help out wherever he can and interact with people in the household, efectively being a robot butler. 

When thinking of what L3 should be and what it should look like I drew a lot of inspiration from R2, even the naming scheme is similar. R2 was able to manevour well in tight situations, he could 'talk' to and understand people, and was capable of performing bulter like tasks. 

Cost to build

$100,00

Embedded video

Finished project

Number

Time to build

Type

wheels

URL to more information

Weight

read more

Serial monitoring

Hi.

Does anybody know of a decent freebie transparent serial monitor? I've been having some trouble with processing and arduino, (see this), and I'd like to be able to compare what processing and the arduino terminal are sending so I can find the problem.

Thans in advance.

Let's Make Robots 16 Dec 11:58
arduino  avr  processing  serial  

Pixar-style lamp project is a huge animatronics win

Even with the added hardware that lamp still looks relatively normal. But its behavior is more than remarkable. The lamp interacts with people in an incredibly lifelike way. This is of course inspired by the lamp from Pixar’s Luxo Jr. short film. But there’s a little bit of most useless machine added just for fun. If you try to shut it off the lamp shade is used to flip that switch on the base back on.

[Shanshan Zhou], [Adam Ben-Dror], and [Joss Doggett] developed the little robot as a class project at the Victoria University of Wellington. It uses six servo motors driven by an Arduino to give the inanimate object the ability to move as if it’s alive. There is no light in the lamp as the bulb has been replaced by a webcam. The image is monitored using OpenCV to include face tracking as one of the behaviors. All of the animations are procedural, making use of Processing to convey movement instructions to the Arduino board.

Do not miss seeing the video embedded after the break.

[via Gizmodo]


Filed under: robots hacks

Trouble with arduino/processing

I've been trying to teach myself Arduino and Processing, and I've been hitting a few problems. I had a previous post Here, but it was getting a bit crowded with code, so I thought I'd start a new post.

read more

Arduino RobotVision Facetime


 

[IgorAraujo] has pubblihed another interesting project about robot and Arduino. This time it involves a camera and a bluetooth module.

Appointed to be able to develop a robot communication activity and locomotion guided control with several purposes: conference distance, safety inspection and access to local human presence will unaviable. The intention is to promote environmental inspection, receiving and sending information (image and voice) as well as allow for the visualization of environment and the sensor signals to control the movement of the robot using the Arduino.

As usually, you can find more on his [website] , full post with videos and pictures, thanks for submit again!

Arduino Blog 30 Nov 17:04

My virtual robot project

Concept:

read more

Face tracking with Arduino, Processing and OpenCV

How this actually works is described about below but also in the video. I suggest you watch the video as my writing is terrible.

Video : http://www.youtube.com/watch?v=1cEp7duDbNU&feature=plcp

The Processing code : https://www.dropbox.com/sh/v9hkdxuoazoyb0d/fCGQzEfBAK The OpenCV and Arduino libraries are needed. OpenCV also needs to be installed onto the computer.

The Arduino code : https://www.dropbox.com/sh/ujjlahx83ilv1j2/QB0bu8E-EJ

read more

Processing-Arduino serial port problem

I've picked up an arduino to start working with, and have currently slung together a bit of code to toggle the on-board LED over serial. I've also modified one of the Processing demos to use as a GUI to turn it on and off. However, my arduino is on COM6, and if I try to change the port on Processing to anything other than 0, it comes up with an error. I know the arduino code works, as I've tried it with the arduino serial terminal, however the processing app doesn't want to play ball.

read more

Let's Make Robots 17 Nov 21:02
arduino  avr  processing  serial