I wanted to control my drone from an Arduino because I wanted to take a step into the automation of my drone. There was the option of building a drone and using the Arduino as the Flight Controller, but then I would miss out on all of the advanced features that the more popular firmwa...
To get a sensitive detector, unfortunately the inputs will need to be measured quite fast. The ATmega running at 16MHz seems to be running fast, still in many cases this is too slow to use standard Arduino based routines. Various approaches „outside“ the standard Arduino routines will be...