Tag: Arduino

Let’s Build an Arduino-based Kalman Filter for Attitude Determination

Attitude determination, the process of determining the orientation of an object with respect to a fixed reference frame, is an essential aspect of navigation, control, and guidance systems in various fields, such as aerospace, robotics, and autonomous vehicles. Sensor data from these systems are noi...

Driving an RC Car using python and Arduino

The python program reads the joystick values and controls the car’s steering and throttle. Here I am using the 188$ Latte Panda Delta (LP-D) board (quad core Intel(R) Celeron(R) N4100 CPU and 4GB RAM). The board has a thin/quite fan. As shown in the block-diagram above Lat...