-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OPCN3 Arduino #1
Comments
I published the first release. And updated the readme. The library should work with UNO and Mega. I will write an instruction on how to connect the sensor to the board in a few days. |
excellent thank you very much. Tomorrow I will try to do the first tests. At the moment I am using the standard SPI pins of the UNO R3 with CS on pin 10 and a 5 to 3.3v level shuttle for all signals |
I just tried it with an arduino Mega and it seems to work OK. It didn't allow me to change the Chip select so I had to move the connection to A8 as it was in the example. Look at the output file, there are several values that I do not understand their meaning or in what units are expressed, comments are welcome, but in any case excellent work MSLNS
|
Hi! Thanks for sharing this library. I am using it with an Arduino Mega, connecting it to the Alphasense OPC3 N3 with a shift level converter (the OPC N3 is powered at 5V but the SPI works at 3.3V according to my understanding). For /SS I am using pin 37:
However, I have not managed to make the alphasense to turn on, not even the FAN. Also, according to the user manual, one should be able to run it in standalone mode without SPI, only feeding 5V between pin 1 and 6. Does any of this sounds weird to you? So far the Serial output is garble:
|
Hello Marlon, I’m trying acquire “PM-Data” using your “opcn3-arduino” library and an Arduino micro without success. The SS is the digital pin 12. At the beginning I only get |
Good morning, I'm trying to use this Library. I'm not used to programming, I tried the example but the fan didn't switch on. myOPCN3.initialize(); doesn't switch everything on? What is the line to switch the fan/laser on ? Thank you in advance, Best |
Hi, I am working with this sensor and I would like to test the library ... do you have any examples for use with Arduino UNO or Mega
The text was updated successfully, but these errors were encountered: