Skip to content

Arduino Library for Dabble app, which includes virtual shields for robot control, sensors, camera, IoT and much more. Compatible with Bluetooth modules like HC-05, HC-06, HM-10, and ESP32 (BLE or Bluetooth 2.0 or 4.0)

License

STEMpedia/Dabble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dabble- One App for Sensing & Control

Whether you’re a student, a teacher, or a hobbyist, Dabble is the perfect place for all your DIYing needs. It transforms your Smartphone into a virtual I/O device and lets you control hardware via Bluetooth, communicate with it, access sensors like accelerometer, GPS, proximity and other features of your Smartphone. It also provides you with dedicated projects compatible with Scratch and Arduino to help you learn by doing. Currently Dabble is avaiable for Android users(coming soon for iPhone users) and its is supported on Android version 5.0.0 and above. One can download the app from Google PlayStore with this link given below: Android: https://play.google.com/store/apps/details?id=io.dabbleapp iOS: https://apps.apple.com/us/app/dabble-bluetooth-controller/id1472734455

The app is designed to provide data of certain features of your smartphone to evive and microcontroller boards like Arduino Uno, Nano and Mega,it also allows you to control them by your Smartphone. The app communicates with these boards via bluetooth modules like HC-05, HC-06 and HM-10. This repository consists of library required on your board side for communication with app. Dabble consists of various modules that allows you to control your hardware and access various smartphone features. A brief description of each module is mentioned below:

  1. Led Brightness Control: This module allows you to control digital pin of your hardware through mobile. You can make pins HIGH or LOW, can also change its PWM if PWM functionailty is supported on that pin. You can use this module to control LED brightness and carry other such activities.
  2. Terminal: Send and receive text and voice commands over Bluetooth between your hardware and smartphone.
  3. Gamepad: Control devices in analog (Joystick), digital, and accelerometer mode.
  4. Pin State Monitor: Remotely monitor the live status of devices and debug them.
  5. Motor Control: Control actuators such as the DC motor and servo motor.
  6. Inputs: Provide analog and digital inputs via buttons, knobs, and switches.
  7. Camera: Use the camera of your Smartphone for taking photos and videos, face recognition and colour picking.
  8. Phone Sensor: Access different sensors of your Smartphone such as the accelerometer, gyroscope, proximity sensor,magnetometer, light meter, sound meter, GPS, temperature sensor, and barometer to make projects and conduct experiments.
  9. Oscilloscope: Visualise and analyse the input and output signals given to the device using the oscilloscope module.
  10. IoT: Currently consist of Data Logger,Notification and Internet module. However the Internet module is still under development.
  11. Music: Receive commands from the device and play tones, songs, or other recorded files on your Smartphone.
  12. Projects (Coming Soon): Make dedicated projects to experience different concepts of the real world first-hand.

Dabble Library

As per the module set present in Dabble app the library is also structured in same way. Currently this library is supported on evive and boards like Arduino Uno, Mega and Nano. It consists of certain examples codes which will help you in getting started with various Dabble modules. To explore more about Dabble, goto [https://thestempedia.com/docs/dabble/getting-started-with-dabble/]

About

Arduino Library for Dabble app, which includes virtual shields for robot control, sensors, camera, IoT and much more. Compatible with Bluetooth modules like HC-05, HC-06, HM-10, and ESP32 (BLE or Bluetooth 2.0 or 4.0)

Resources

License

Stars

Watchers

Forks

Packages

No packages published