Home » Archive

Articles in the _Favourites Category

AIR, AIR for Android, Adobe, Arduino, Flash AS 3, PHP, _Favourites »

[24 Aug 2010 | One Comment | ]
Adobe Air for Android: IPhone goodbye! ;) <br /> Browse and load images from your phone library

Wow!!! Finally Adobe Flash on my phone… again.
I was waiting for it from the first Flashlite version on Nokia S60.
Infact, after the previous FlashLite experience, Adobe is working on the Adobe AIR version for mobile devices available on all Android phones with OS > 2.2 (the last version in this moment, codename Froyo)
Now it’s still in a beta, so it’s not officially available on your Flash CS5, but it will be available soon.

ActionScript 3.0, Flex 4, _Favourites, _Featured »

[30 Dec 2009 | No Comment | ]
Let’s explore the new Flex 4 features building a full screen XML-driven VideoPlayer gallery

In this article we’ll build an XML-driven video gallery exploring a lot of new Flex 4 features (out in spring 2010): skinning spark components, spark containers, new states and transitions; but we’ll also use some “old” concepts like itemRenderers, custom events dispatch, load data from an xml file (using the Singleton design pattern), value objects, embedding fonts, css and a lot of other useful stuff when you develop Flex applications.

Arduino, _Favourites »

[9 Dec 2009 | 2 Comments | ]
Wii NunChuck controller, Arduino and servos

The Wii nunchuck controller contains a 3 axis accelerometer, one joystick and 2 buttons for only 20 euro and you can easly use it to manage your Arduino applications.
In this article we’ll see how to move two servo motors using this controller (providing two videos, prototype images and complete source code)

Arduino, _Favourites »

[4 Dec 2009 | 2 Comments | ]
Arduino and Pololu Micro Serial 8 Servo Controller

With Arduino you can build a lot of cool projects regarding domotics and robotics and manage servo motors is one of the most important stuff to enter in the home automation world.
As we saw in previous articles we can move and manage servos using your own microcontroller but naturally they have a limited number of analog pins.
So, what’s a servo controller? It’s another board that extends your microcontroller with new servo dedicated ports. In this article we’ll see the power of the Micro Serial 8 Servo Controller Kit applied …

Arduino, Jobs, PHP, Real Time Collaboration, _Favourites »

[15 Nov 2009 | One Comment | ]
Arduino: manage two servos using a joystick and create multiple movements with the Lynx Tilt Kit

We’ll use the Arduino microcontroller and an analog joystick to control two servos: the first one will be connected to the horizontal axis, and the second one to the vertical axis.
We also use a the Lynx B-Pan Tilt Kit (BPT-KT) to connect servos together. Check the video and imagine what kind of robots or cool stuff you could create using more devices and a lot of pacience ; )

Arduino, _Favourites »

[15 Nov 2009 | One Comment | ]
Control your Arduino using an Infrared Remote and the IK38khz sensor

In this article we’ll send data from a classic IR remote controller (I used my Creative Speaker IR remote control) to turn on/off a LED in our Arduino board, using an IK38khz sensor and the IRemote library.
Naturally you could use your IR Remote for everything: to manage motors, servo and other devices or you could also create a cheap network between two Arduino: one board will send data from a IK38khz Sensor (receiver) and the other one will receive them using an infrared Led (sender)

Arduino, _Favourites »

[11 Nov 2009 | One Comment | ]
Arduino and analog sensors:<br />Proximity, Light, Force and Tilt detectors

In this article we’ll see how to retrieve data from 4 cool electronic sensors often used in domotica and robotica projects: Infrared Proximity Sensor, Force Resistive Resistor (FSR), Light Photo Detector (LDR), tilt Sharp (inclination).
To see them in action the returned values will be mapped to update a LED luminosity (using PWM - Pulse-Width Modulation). I have provided Arduino sketch files (written in C), breadboard connection pictures and a demo video for each sensor.

Adobe, Arduino, Flash AS 3, _Favourites »

[2 Nov 2009 | 7 Comments | ]
Arduino and Flash: modify your existent Flash games to work with a joystick

After you have configured your Arduino board to properly work with your Flash applications you could quickly update your existent Flash or Flex games to get input from a joystick.
I have modified three prototypes, 2 cars games and 1 platform, to work with a mini-stick, spending no more than 5 minutes to update each game.

Adobe, Arduino, _Favourites »

[28 Oct 2009 | 6 Comments | ]
Arduino: control a LED and one servo motor using a joystick

In this article we’ll control a servo motor using a joystick and the microcontroller Arduino.
We’ll also set the value of a LED-2-colors in according with the stick axis.
It’s just an introduction for the next article: Arduino and Flex: connect a joystick to your application

Adobe, Arduino, _Favourites »

[19 Oct 2009 | 6 Comments | ]
Arduino and Flash: control your Flash applications from external hardware

I’m so excited for my first real experiment with Arduino and Actionscript 3.0 using external hardware to communicate and control my Flash applications, and viceversa.