Arduino and Digital Gyroscope ITG3200 for Angular Velocity and Angle

posted in: Arduino | 0

In this Arduino tutorial digital gyroscope ITG3200 angular velocities are used to calculate angle in x, y and z axis. Results are visualized. Download # Arduino Code (*.ino file) Download # ITG3200 Library (*.zip file) Download # Serial Oscilloscope v1.5  (*.zip file) or Upload Arduino … Continued

Arduino Pro Micro and MARG MPU-9250 for Inertial Mouse

posted in: Arduino | 15

In this Arduino Tutorial MPU-9250 Orientation Sensor was used. Actually, only accelerometer data was acquired and used to control mouse cursor in air. Please NOTE that  Arduino Pro (Micro) or Arduino Leonardo should be used for this purpose. Download # Arduino … Continued

Arduino and Optical Sensor TCRT1000

posted in: Arduino | 0

In this Arduino Tutorial Optical Sensor TCRT1000 was used for object detection. Objects should not be black. Black color absorbs infrared. Download # Arduino Code (*.ino file) or Upload Arduino code directly to your Microcontroller from website If you want to integrate … Continued

Arduino and Voltage-Current Measurement Sensor B43 (MAX471)

posted in: Arduino | 1

In this Arduino Tutorial Voltage-Current Measurement Sensor B43 was Used. However, we only measure current.   Download # Arduino Code (*.ino file) or Upload Arduino code directly to your Microcontroller from website If you want to integrate Arduino IDE into your website … Continued

Arduino and Stepper Motor Drive Controller Shield Modules L298N and L293D

posted in: Arduino | 0

In this Arduino Tutorial schematics and code are provided in order to properly control your DC motor using different modules – L298N and L293D. Download # Arduino Code (*.ino file) or Upload Arduino code directly to your Microcontroller from website If you … Continued

Arduino and RGB Control using Processing

posted in: Arduino | 0

In this Arduino Tutorial RGB LED changes it’s color depending on which color mouse cursor “touches” in Processing programming language (Reg,Green,Yellow or NONE). Intensity also changes! Download # Arduino Code (*.ino file) Download # Processing Code (*.pde file – Processing software itself is available … Continued

Arduino and Matrix Display, Number Display, Bar Graph Display

posted in: Arduino | 0

This is Arduino Tutorial where various displays are used (Matrix, Number, Bar Graph) . You’ll find schematics in video. Codes are also provided. Download # Arduino Code for Matrix Display (*.ino file) Download # Arduino Code for Number Display (*.ino file) Download # Arduino Code for … Continued