Blog
Building a line following robot using a microcontroller and LEDs
C/C++ Engineering Programming RoboticsJoin us on our journey to build a competition-winning line following robot from hardware to software using an Arch Pro microcontroller, white LEDs and photoresistors, coded in C++.
Calculating the Fast Fourier Transform (FFT) on a microcontroller
C/C++ Engineering ProgrammingImplementing a Fast Fourier Transform algorithm on a microcontroller is not straightforward. Join me on my journey of optimizations to make the algorithm work!