Skip to content

platnic/Arduino-sensors

Repository files navigation

Example of projects using Arduino

Robot Hand: https://www.youtube.com/watch?v=1QHJksTrk8s
CNC drawing: https://www.youtube.com/watch?v=UZgvcBqchVw
Drawing Machine: https://www.youtube.com/watch?v=pHXdAg-uWHY
3D plotter: https://create.arduino.cc/projecthub/DesiEngineer/how-to-make-a-big-3d-printer-at-home-using-arduino-4a7b79
Tranparent material and moving Camera: https://www.youtube.com/watch?v=beXHCwpWWrE
Glass Sculpture: https://www.youtube.com/watch?v=V4UYowgg4UU
Interactive storefront: https://vimeo.com/77752390

Coding: Arduino Connected to sensors

Here are provided several Arduino code examples to be used with several sensors and bluetooth connected to the Arduino-Uno board.

The only library needed is for the Sonar sensor: NewPing the library can be installed from: https://bitbucket.org/teckel12/arduino-new-ping/downloads/

The Arduino sensor files have two modes for using the monitor;
one mode for visualisation on the IDE monitor (Serial.print) and one mode to be used for processing (Serial.write).

Following are the connections for the sensors and bluetooth:

LDR-sensor:

ldr-sensor

Sonar-sensor:

sonar-sensor

Sound-sensor:

sound-sensor

Bluetooth:

bluetooth

Using a sensor shield:
https://www.learnrobotics.org/blog/arduino-lcd-using-sensor-shield-v5/ Arduino-Sensor-Shield-v5

About

Code for learning Arduino connected to sensors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages