Rewind series part 1: Micro-UAV (2012-2015)

Posted on February 12, 2024

This is the first in a series of posts (dubbed Rewind) that cover my academic period at UFRN between 2010 and 2021. In these posts, I will talk about the projects I was involved in during scientific initiation and technical support scholarships, and at least one major experience I had, away from benches with equipment and programming.


In the beginning...

I began my involvement with the LAR (Laboratório de Automação e Robótica, Automation and Robotics Laboratory) lab even before it was named as such (it was simply called the Automation Laboratory, or LabAuto as I referred to it) in 2011 as a volunteer in a scientific initiation group, where I started learning embedded programming concepts and developing writing techniques for publications. However, it was only in 2012 that I became a scientific initiation scholarship holder in the Micro-UAV project (code PVJ8776-2012), where I was responsible for programming the autopilot used (ArduPilot) and later responsible for redesigning the control board.

I started by learning to program PICs, but soon discovered Arduinos.

The laboratory team at Cientec 2012.

Simulations

Initially, since we only had one ArduPilot Mega (APM) board, it was necessary to perform simulations with both Software in The Loop (SITL) and Hardware in The Loop (HITL) to understand its operation before field tests, which could be catastrophic for the project's continuity. SITL tests had proven to be very difficult to perform with the knowledge we had and given the little documentation available in the online community, so we directed our attention to the HITL method, where we succeeded.

Eventually, we were able to simulate an APM on an Arduino Mega (both had the same microcontroller), which made all tests much easier to perform.

At one point, I even tested a PlayStation controller as a wireless radio by sending signals via PPM encoder directly to the Arduino Mega board, which ran the code present in the APM.

Simulation of autonomous flight by waypoints, without looping upon completion (instead, it performs loiter at the "home" waypoint).

Field tests

In September 2014, we successfully conducted the first autonomous flight with a flying wing, as can be seen in the video below. We were able to correctly program the APM autopilot and, after laboratory simulations, we could finally test it in the field.

Onboard video on the flying wing. The year in the date of the video is incorrect.

The programmed route (above) and the executed route (below).

The flying wing used. Source: "Tudo Que se Move!" Channel

Micro-UAV and conclusion

However, to meet size requirements, we still needed to reduce the size of the UAV. We then made prototypes of the micro-UAV, but the APM board was too heavy for stable flight, and something had to be done to enable autonomous flight.

One of the early experimental flights of the micro-UAV.

The micro-UAV crafted by the team. Source: article published with the project results

Between late 2014 and 2015, we realized the need to reduce weight to increase flight duration. We then had the idea of trying to remove unused components from the APM board and, if possible, redesigning it to distribute its weight more evenly on the drone's body, as we knew that the APM board project is open source and creating another version of it, exclusive to the project, would be possible. Equipment was requested to produce the boards (which led to the creation of another laboratory, the ProtoLab), but the supplies did not arrive in time for the project deadline, and the boards, which had been partially manufactured, no longer served their purpose, and were not completed.

Layout with the boards in a 1:1 ratio relative to the APM.

Some boards (front and back) when they were manufactured, in September 2015.