Sunflower

Like a sunflower, this project stretches its bloom (solar panel) towards the sun. A laser-cut wooden frame with a bit of technology and you have a project that will excite not just children. The model can be found on the „quick“ Ali-Express under the term "Arduino Intelligent Solar Tracking" for around €25-50. After a quick search on the internet, I found...

Continue reading "Sunflower"
L298P High Power Motor Brücke von Perspektivisch

FunduMoto L298P High Power Motor Driver Board

This add-on board has an L298P motor driver on board. This allows two DC motors to be operated with up to 2A. In addition, the board also has a buzzer and some connections that have been brought out. See also the diagram in the next chapter. I will keep the test very short and only [mention] the buzzer and…

Continue reading "FunduMoto L298P High Power Motorbrücken"
PCA 9685 Servo Driver Board perspektivisch

16-channel PCA9685 Servoboard

Board for controlling up to 16 servos via the I2C bus. It is recommended to use an external power source, as a large amount of current is required when the servos are operating simultaneously. Facts Connection I2C Bus of the Arduino Board Arduino Uno GND GND OE Not connected SCL A5 SDA A4 VCC +5V V+ Vin Connection I2C...

Continue reading "16 Servoboard PCA9685"

Pan Tilt with joystick

I had a joystick, an Arduino, and a pan-tilt unit lying around, and I thought I could combine them. See what came of it. Facts This is what I needed: Analogue joystick with two axes Ardurino Uno or similar Pan-tilt with two servo motors Motor control board V1 (practical but not necessary) A few pin header cables Socket...

Continue reading "Pan Tilt mit Joystick"

Arduino – Pan/Tilt Test

Here, the assembly and commissioning of the cheap Pan/Tilt kit from AliExpress is described. Pan/Tilt is a platform that can be swiveled in two or more directions using two servos or motors. These are mostly used for cameras but are also very popular in the robotics field. Facts The following components are used for the test…

Continue reading "Arduino – Pan/Tilt Test"

RC car with PS2 controller

A new kit from AliExpress has prompted me to build a remote-controlled vehicle. The kit consists of an Arduino, an expansion board, and a PS2 controller with receiver. Components The chassis of the vehicle is formed by a kit from AliExpress LINK. This kit contains an acrylic platform with two motors, wheels, and some accessories. For control, I am using...

Continue reading "RC Auto mit PS2 Controller"

Arduino PS2 Controller Board Fundamentals

Sales Name: 2018 Arduino Shield Expansion Board 6-12V with 4 Channels Motors Servos Ports PS2 Joystick Remote Control I bought the expansion board in a set including PS2 controller/receiver module, Arduino Uno and USB cable, from fast Ali for under €26. !!!To avoid a few mistakes beforehand, it makes sense to connect an external power source to the Arduino...

Continue reading "Arduino PS2 Controller Platine Grundlagen"

Raspberry Pi + Servo

Controlling a servo with the Raspberry Pi 3. This is about the basic technique; the application could be, for example, a mobile robot. The servo is to be controlled via software PWM in order to keep the hardware PWMs free for other functions. Additionally, the servo should not be controlled via integer values as is usual...

Continue reading "Raspberry PI + Servo"

Pi4J + BlueJ

Since I prefer to program in Java, I use the Pi4J library to control the GPIOs on the Raspberry Pi 2 and 3. I will not go into detail about the installation of the library, as this has already been exhaustively described on the following web pages. http://pi4j.com/install.html http://pi4j.com/utility/pi4j.html http://www.forum-raspberrypi.de/Thread-tutorial-ansteuerung-der-gpio-ports-mit-pi4j It is also important to know that Pi4J builds on the wiringPI library…

Continue reading "Pi4J + BlueJ"