News

Arduino is a good option when it comes to actuator control. With Arduino, you can apply linear actuators in multiple projects, even those that require top precision speed and movement accuracy.
Building an affordable lower power linear actuator using little Arduino hardware and programming. James Bruton takes you through the process ...
In this quick Arduino tutorial I will explain how you can control a relay using the Arduino Board, one 1K and one 10K resistors, 1 BC547 transistor, one ...
The Leap Motion controller is a rather impressive little sensor bar that is capable of generating a massive 3D point cloud and recognizing hands and fingers to allow for gesture control based ...
The Arduino IDE is used to write the program that will interact with your Arduino and the devices connected to it. In the Arduino world, such a program is called a sketch, which has its origin in its ...
By controlling analog circuits digitally, system costs and power consumption can be drastically reduced. Arduino already include on-chip PWM controllers, making this effectuation easy. In short, PWM ...