Comelicottero Team @ WeMake Milano

Comelicottero Team @ WeMake Milano

Thanks to Zoe Romano (Digital Strategy and Wearables @ Arduino) Comelicottero Team had the opportunity to explain their quadcopter project to the enthusiastic audience of the WeMake makerspace fablab !       Comelicottero quadcopter developed… Read More
DALab @New Game Designer 2015 – Università degli Studi di Milano

DALab @New Game Designer 2015 – Università degli Studi di Milano

Digital Architecture Lab. took part at New Game Designer 2015 on July 2 at Università degli Studi di Milano. DALab team (Andrea Toscano, Federico Pedersini, Simone Mentasti) exhibited new and old projects like Comelicottero quadcopter… Read More
Comelicottero quadcopter on Arduino.cc website

Comelicottero quadcopter on Arduino.cc website

Comelicottero quadcopter Project will be soon available on www.arduino.cc‘s Forum. Some tutorials will be provided in order to set up Comelicottero’s firmware on Yun and the Ground Station on the personal computer. See Arduino Blog… Read More
400Hz PWM on Atmega32u4 for multirotors (without using Servo Library)

400Hz PWM on Atmega32u4 for multirotors (without using Servo Library)

!! Code available on my GitHub toskyRocker account !! The main issue using the Servo Library is that you can hardly go faster than 125Hz, with a huge amount of interrupts generated. I use instead… Read More
U-Blox Neo M8N U-Center configuration and Arduino parser sketch

U-Blox Neo M8N U-Center configuration and Arduino parser sketch

!! U-Blox Neo M8N configuration file and Arduino sketch available on my gitHub toskyRocker account !! Today I’ll explain how to configure the outstanding U-Blox Neo M8N GPS/GLONASS receiver for multirotors usage. Introduction to the… Read More
Arduino Yun – TCP/IP to Serial1 redirect

Arduino Yun – TCP/IP to Serial1 redirect

!! Code available on my GitHub toskyRocker account !! Many of us, Arduino lovers, want to get rid of the Bridge library, due to its lame performance, it’s slow and heavy. A simple way to… Read More
Arduino Yun – USB WiFi dongle acting as Access Point

Arduino Yun – USB WiFi dongle acting as Access Point

This post explains how to use an external dongle Wifi in Access Point mode on the Arduino Yun Read More