This kit is designed for physics experiments at the middle school and high school levels. These sensors aren't just black boxes - they're easy to inspect, modify, and repair.
This kit includes the following items:
-
force sensor
-
pulley rotation sensor
-
laser gate
-
sonar
-
accelerometer
-
compass
This documentation assumes that you've already installed the WireGarden browser plugin. If you have not, please visit the Using Sensorspage.
Getting Started
The force sensor, pulley rotation sensor, and laser gate require some easy assembly. You can find assembly instructions in the Other Resources section for those sensors.
Below you'll find a section for each of the sensors in the kit with ManyLabs lessons and project ideas. For each sensor, you can use the Sensor Plotter to see the real-time data from the sensor. The Using the Sensor Plotter documentation has more information.
Each sensor also has a sample sketch that shows the operation of the sensor using the WireGarden library. You can use the Arduino Programmer to to upload the sketch to an Arduino if you have the WireGarden browser plugin, or you can download the sketch for use with the Arduino IDE.
Force Sensor
The force sensor uses a linear potentiometer to measure the displacement of a rod connected to a pair of springs. The displacement is related to the force applied to the rod. The springs can be replaced with more stiff or relaxed springs to adjust the sensitivity.
With known sample masses, the sensor can be calibrated to provide numerical measurements of the force on the rod, as shown in the Force Approximationlesson.
Specifications
Sample Sketch
A sample sketch is available that shows how to use the WireGarden library to read displacement values from the sensor. You can use the Arduino Programmer to upload the sketch to your Arduino, or you can download the sketch. This sketch depends on the WireGarden library.
Lessons With This Sensor
Project Ideas
Other Resources
Pulley Rotation Sensor
The pulley rotation senor can be used to measure the linear motion of a string passed over the pulley.
Specifications
Sample Sketch
A sample sketch is available that shows how to use the WireGarden library to read values from the sensor. You can use the Arduino Programmer to upload the sketch to your Arduino, or you can download the sketch. This sketch depends on the WireGarden library.
Lessons With This Sensor
Project Ideas
Other Resources
Laser Gate
The laser gate uses a laser module to create a beam that is detected by a photodiode. The photodiode can detect when the beam is broken, for how long, and the period of repeated beam breaks.
Specifications
Sample Sketch
A sample sketch is available that shows how to use the WireGarden library to read values from the sensor. You can use the Arduino Programmer to upload the sketch to your Arduino, or you can download the sketch. This sketch depends on the WireGarden library.
Lessons With This Sensor
Project Ideas
Other Resources
Sonar
The sonar sensor uses ultrasonic bursts to measure the distance to an object. This makes it a great tool for non-contact distance measurements. Using the real-time distance readings, you can also calculate velocity and acceleration.
Specifications
Sample Sketch
A sample sketch is available that shows how to use the WireGarden library to read distance values from the sensor. You can use theArduino Programmer to upload the sketch to your Arduino, or you can download the sketch. This sketch depends on the WireGarden library.
Lessons With This Sensor
Project Ideas
Accelerometer
The Grove Accelerometer is a device that measures acceleration in g on 3 axes. When rigidly attached to an object this can be used to measure the acceleration that the object undergoes.
Specifications
-
Configurable scales of +/- 2, 4, 8, or 16 g
-
Resolution of 0.0039 g at the 2 g scale
Sample Sketch
A sample sketch is available that shows how to use the WireGarden library to read accleration values from the sensor. You can use the Arduino Programmer to upload the sketch to your Arduino, or you can download the sketch. This sketch depends on the WireGarden library.
Project Ideas
Compass
The Grove Compass or Magnetometer, is a device that measures the strength of a magnetic field in gauss on 3 axes. As with an analog compass, this can be used to determine magnetic north. It can also be used to measure the strength and direction of a magnetic field at a point.
Specifications
Sample Sketch
A sample sketch is available that shows how to use the WireGarden library to read magnetic field values from the sensor. You can use the Arduino Programmer to upload the sketch to your Arduino, or you can download the sketch. This sketch depends on the WireGarden library.
Lessons With This Sensor
-
Electromagnet Strength
-
Plotting Magnetic Fields
Project Ideas