-
Notifications
You must be signed in to change notification settings - Fork 151
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
Issue with zigbee version #201
Comments
Hi @ko-maren, It can be difficult to diagnose hardware assembly issues, but I'm happy to try. Can you provide some logs from the boards that are not working? Could you also send a photo of one of the assembled faulty boards? |
Hi @rbaron, Thanks for your fast response! I'm using NRF52 via VS Code for the first time, and wasn't aware of the option of showing the logs. Seems like all sensors are not working or at least don't communicate with the chip. After this log, I'm thinking if it makes sense to re-solder the chip, but I'm not sure if it is worth the effort or if it could be something else as well?
The third board I currently don't have by hand, but I took a photo of two of faulty boards: |
Tks @ko-maren, From the logs the issue seem to be related to the SHTC3 temp/humidity sensor. The error says that the MCU cannot talk to it via I2C (or TWI -- Two Wire Interface in the nRF world) This one really is tricky to assemble manually, specially if you're using a soldering iron. You can try to see if there's a short and test the continuity from the sensor pins to the MCU pin. Touching up the solder joins with the iron for a few seconds can help. Double check its orientation and also check if R7 and R8 are properly connected. These are the pull up pins for the I2C lines. In the worst case, if that doesn't work, we can try to disable the sensor, so at least the rest of the components and the soil sensing works. Let me know and I can help you with that. |
Thanks @rbaron, we re-soldered the SHTC3 on all three boards. One of the boards worked afterwards, so it was an issue with this component. On the other two boards we also re-soldered the NRF52. Sadly it helped only one of them back to live. |
Hi,
We found this project a few month ago and ordered some PCRs, NRF52 and components. In total we have 6 boards. Sadly, it seems like our soldering wasn't that perfect (I don't know what else it could be), because some of the board don't work. Hopefully one of you could help, to narrow down our issue.
Some facts about the boards and software:
We already tried to re-solder the oscillator.
Thanks in advance!
The text was updated successfully, but these errors were encountered: