Skip to content

96boards-projects/sensor-cluster-using-mezzanine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sensor Cluster using Sensors Mezzaine on DragonBoard410c

The sensor cluster project basically aims at working with as many sensors as possible, making use of the Grove Starter Kit for the 96Boards and a Sensors Mezzanine board with a DragonBoard410c.

Table of Contents

1. Hardware

1.1 Hardware Requirements:

  1. DragonBoard 410c
  2. Power Supply
  3. Sensors Mezzanine
  4. Micro USB Cable (optional- only if you plan to use the serial console via ssh or screen)
  5. Grove Starter Kit for 96Boards

2.2 Hardware Setup:

Initially, make sure that the DragonBoard 410c is unplugged (powered off). Conect the Sensors Mezzanine to DragonBoard 410c through the 40 pin low-speed expansion connector. Mezzanine board (male pins) will match 1-to-1 with female pins on DragonBoard 410c connector. Make sure all 40 pins are lined up properly before moving to next step. Then connect the sensors using Grove Universal 4 pin Connectors as follows:

  • A0 --> Light Sensor
  • A1 --> Temperature Sebsor
  • A2 --> Sound Sensor
  • D4 --> Touch Sensor Module
  • D5 --> Button
  • D6 --> Rotary Angle Sensor

2. Software

2.1 Software Requirements:

Now, I executed this entire project on the Arduino toolchain. If you don't have Arduino toolchain setup on your DragonBoard, refer to this guide in order to get started.

3. Building and Running:

$ git clone https://github.com/96boards-projects/sensor-cluster-using-mezzanine.git

Open the Arduino IDE. Click on Open and from the browser select sensor-cluster-using-mezzanine.ino. Click on verify to verify the program. Then click on upload. This will ccompile the code and upload it onto the DragonBoard. Once that is done, click on the serial monitor icon on the top right corner.

Conclusion:

You can see the results on the Serial Monitor where all the sensor values are displayed in the form of a table.

About

Create a sensor cluster using Dragonboard410c and Grove Starter kit for 96Boards

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%