Esp Arduino - DevTools is an app designed for students, teachers, and programming enthusiasts to transform their phones into remote control devices via Bluetooth. It supports communication with sensors like accelerometers, proximity sensors, and more, ideal for practicing with Arduino, ESP32, and ESP8266 microcontrollers. Key features include gamepad control, LED adjustment, motor control, data logging, and sensor data transmission using JSON. It’s compatible with various microcontrollers and Bluetooth modules. Additional resources like source code and tutorials are available on GitHub and YouTube.
Key Features:
- Gamepad: Control Arduino-powered cars and robots with a joystick or button interface.
- LED Control: Adjust LED brightness directly from your phone.
- Motor & Servo Control: Manage motor speed or servo angles.
- Compass: Use magnetic field sensors to create a compass feature.
- Timer Functionality: Send timed data to your hardware projects.
- Data Logging: Receive and log data from your hardware directly on your phone.
- Command Control: Send specific commands to your hardware via Bluetooth.
- Radar Application: Visualize data from basic sensors in a radar-style interface.
- Sensor Data Transmission: Transmit data from accelerometers, gyroscopes, proximity sensors, magnetic field sensors, light sensors, and temperature sensors to your connected hardware.
- Data transmission uses the JSON format, helping users become familiar with a simple communication protocol commonly used in IoT projects.
Additional Resources:
Source code for Arduino and ESP board examples is available on GitHub, with accompanying tutorials on our YouTube channel.
Supported Microcontroller Boards:
- Eviev
- Quarky
- Arduino Uno, Nano, Mega
- ESP32, ESP8266
Supported Bluetooth Modules:
- HC-05
- HC-06
- HC-08
With a user-friendly interface, the app makes it easy for beginners to get started and experienced users to dive deeper into Bluetooth-enabled microcontroller projects.