opcn2 (community library)
Summary
Name | Value |
---|---|
Name | opcn2 |
Version | 1.3.1 |
Installs | |
License | MIT |
Author | David H Hagan dhagan@mit.edu |
URL | https://github.com/dhhagan/opcn2 |
Repository | https://github.com/dhhagan/opcn2.git |
Download | .tar.gz |
All Versions | 1.3.1, 1.3.0, 1.2.1, 1.2.0, 1.1.0, 1.0.0, 0.3.3, 0.2.3 |
A simple library to operate the Alphasense OPC-N2 using a Particle Photon/Electron
Example Build Testing
Device OS Version:
This table is generated from an automated build. Success only indicates that the code compiled successfully.
Library Read Me
This content is provided by the library maintainer and has not been validated or approved.
opcn2
C++ Library for the Alphasense OPC-N2 particle counter
Alphasense OPC-N2 (image removed)
About
The Alphasense OPC-N2 is an optical particle counter for use in indoor and outdoor particle monitoring. This library makes it easy to operate the OPC-N2 from a Particle Photon, Particle Electron, or Arduino (not yet tested).
Example Usage
Three examples are located in the examples folder.
\run-the-opc
: shows you the basics of how to use the library with a Particle photon/electron.\tests
: runs through a solid portion of the methods and prints the results to the console.\wifi-opc
: sets the OPC and sets the PM data as public variables.
Documentation
API documentation can be found in the docs folder.
Issues/Questions
If there is a bug or other issue with the code, please create an issue on this git repo. If you have general questions, please reach out to me via PM over github or email (dhagan@mit.edu).
Recommended Components
In order to run the Alphasense OPC-N2 from a Particle Photon or Electron, you will need the Alphasense OPC-N2 and one of the microcontrollers from Particle. You will also need the appropriate 30 AWG wiring and either a breadboard, or alternate way to connect the OPC-N2 to the Particle controller.
Circuit Diagram
Connect according to the table below, and as seen in the figure below.
OPC-N2 Pin Number | Particle Photon Pin |
---|---|
1 (GND) | GND |
2 (/CS) | A2 |
3 (MOSI) | A5 |
4 (MISO) | A4 |
5 (CLK) | A3 |
6 (VCC) | VIN |
Alphasense OPC-N2 (image removed)
Browse Library Files