-
Notifications
You must be signed in to change notification settings - Fork 10
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
Problem with CJMCU-811 #2
Comments
This happens when the timing sequence for initialization isn't correct. Try adding some more delay. Also, try power-cycling the chip. |
I'll give it a try. Thank you for your time! |
The example code in the library should work. Try switching to a 0.1uF cap and power cycle the circuit with sufficient time between each cycle (so cap is discharged). Note that this a relatively new sensor, so it's possible there are some earlier finicky versions around in the market. It's also a bit tricky to get it reflowed correctly the first time since the pads are so small. |
@GillesC has it worked for you ? |
Hey,
I haven't got the time to resolve this issue. I tried to increase some
delays but without success.
…On Thu, 13 Apr 2017, 18:09 arronstone, ***@***.***> wrote:
@GillesC <https://github.com/GillesC> has it worked for you ?
Please share details if it worked, as i am also facing the same issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIOhi2EW2WX2P-_puCR51VGUycxHI3mFks5rvkjDgaJpZM4MeANL>
.
|
The library has been updated; should allow more time before first communication. |
tried today with |
Today, I got from Aliexpress the CJMCU-811 module and am trying to configure and run the CCS811-library example given in this repository, but facing below issue. Please suggest what could be wrong and appreciate your help. My connections for the Arduino to CJMCU-811 *NA = unused COM port output(9600baud) per below:CCS811 test CO2 concentration : 30720 ppm CO2 concentration : 30720 ppm
|
I²C Address should be 0x5A or 0x5B. Perhaps this helps. |
Hello
First of all thank you for making this library!
I'm unable to get your test file working.
Connection:
Loenardo............................CJMCU-811
3.3V......................................VCC
GND.....................................GND
GND.....................................ADD
PIN_2...................................SDA
PIN-3...................................SCL
PIN_4...................................WAK
PIN-7...................................INT
I get the following error:
Error: Incorrect Hardware ID detected.
I've written out the
hw_id
which is 0xFF.Kind regards,
Gilles Callebaut
The text was updated successfully, but these errors were encountered: