On the Internet there are many articles on the use of RC cars with IP or Web-based camera. But most of them used a laptop or an internal router with Open-WRT or DD-WRT firmware. View the video and control of the RC car in such projects usually implemented with a PC or Laptop. In this article describes the control crawler platform from any Android-device (tablet, smart phone, etc.), as well as viewing real-time video and rotation control pan/tilt of IP-Camera. All hardware has remained virtually unchanged in the first project CxemCAR, changes were made Android-applications to work with the Wi-Fi IP camera.
The first part of the project CxemCAR is here. There are also the source code for Android (Java Eclipse) and other useful information.
In this article, I will describe the assembly CxemCAR for the Arduino. We can use any Arduino-compatible board: UNO, Nano, Mega, Leonardo, and even based on STM32 – Arduino DUE. I used Arduino Nano V3.
This is a simple project of Android Bluetooth Car with Bluetooth control. This project is open source and multiplatform: Arduino (Processing), STM32, FEZ Panda II (.NET Micro Framework) and may be even Raspberry Pi.
To control the car used Android-device with a built-in accelerometer. Tilt forward – car goes forward, tilt to the left – car turns to the left, tilt back – car goes back. Speed of movement or rotation depends on how much you tilt the device. Sensitivity and value of the tilt set in the configuration Android-apps. Also are provided a normal way to control: the buttons on the screen. In addition to all I implemented the touch control. In version 1.2, I added a new type of control: like virtual steering wheel. Total 4 ways to control the RC Car.
This article describes the organization of communication via Bluetooth between the microcontroller STM32 (used board STM32 Value Discovery) and any Android-powered device (smartphone, tablet, etc.). As the example shows LED control from the tablet, and sending messages back to Android from STM32 board.
As a Bluetooth module uses cheap Chinese module HC-06, which has been considered in this article.
There is an inexpensive device MLX90614 (Datasheet PDF) – Infra Red Thermometer in TO-39. It’s intended to measure the temperature ranging from -20°C to +120°C. Measurement accuracy is ~ 0.5°C. Bus connection: SMBus. Price sensor on AliExpress or other online stores is $ 15-20.
I decided to make a DIY intervalometer for my Sony NEX 5N camera so that I could do time-lapse photography. This intervalometer should work with most Sony cameras: NEX, Alpha and other. To work intervalometer used infrared LED
China’s Bluetooth Serail modules are very cheap: 3-5$ per module. You can find them on eBay or AliExpress: Bluetooth RS232, Bluetooth Serial, HC-03, HC-04, HC-05, HC-06.
In this article we will discuss how to do two-way data transfer between Android and Arduino in MicroBridge mode (ADB over USB). We will make a simple circuit using a Ultrasonic Distance Sensor and Piezo Buzzer.