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
Metro Drone Challenge (Roma Drone 2015) – 2nd place winner

Metro Drone Challenge (Roma Drone 2015) – 2nd place winner

2nd place Winner – Metro Drone Challenge with “Duomo di Milano” shot realised with my Phantom 2 Vision. Metro Italia – 29/May/2015 Here you can see all the winners for the photography and video sections:Metro… 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
FuzzyDeath – Simple tank with fuzzy approach for FirePower (RoboCode)
08/05/2015 AndrewTosky Java, Robocode

FuzzyDeath – Simple tank with fuzzy approach for FirePower (RoboCode)

!! Code available on my GitHub toskyRocker account !! Bot developed by Andrea Toscano and Francesco Giorgio – Università degli Studi di Milano – Master in Computer Science (Informatica) The aim of the project is… 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
Parallel K-Means for image clustering using NVidia Cuda

Parallel K-Means for image clustering using NVidia Cuda

!! The code is available on my gitHub toskyRocker account!! K-Means is commonly used for cluster analysis and data mining. For a better insight of this algorithm I suggest to read this.A brief explanation of how… Read More