Skip to main content

Arduino projects, sensors and actuators

Moving average on analog input

Description

This small project shows how to implement a moving average with a lightweight form in order to smooth raw analog values.
The value is then used to position a servo

Image

code Arduino:



Using Ultrasonic sensor 

Description

In this project, we are using a US sensor. Very first step to understand the behaviour of the sensor through the serial interface.

Image

code Arduino:

Comments