Skip to content
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

Add support for NAU7802 #75

Open
amotl opened this issue May 15, 2020 · 3 comments
Open

Add support for NAU7802 #75

amotl opened this issue May 15, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@amotl
Copy link
Member

amotl commented May 15, 2020

We would like to add support for the Nuvoton NAU7802 24bit 2ch AFE for bridge sensors by @OpenNuvoton.

@ClemensGruber just found the nau7802py implementation by @longapalooza, who ported the SparkFun Qwiic Scale Arduino library by @nseidle to CPython. Thanks, Will! Edit: I also just disovered another CPython implementation PyNAU7802 by @BrunoB81HK. Thanks, Bruno!

Now, we are aiming to support this within Terkin on
a) RaspberryPi by using the nau7802.c Linux IIO implementation.
b) MicroPython by adding appropriate support through the nau7802py implementation, which will have to be adjusted for MicroPython.

@amotl
Copy link
Member Author

amotl commented Sep 28, 2021

a) RaspberryPi by using the nau7802.c Linux IIO implementation.

@MKO1640 worked on this, see #105 and Erschließung des HX711 Treibers für Linux-IIO.

@amotl
Copy link
Member Author

amotl commented Sep 28, 2021

b) MicroPython by adding appropriate support through the nau7802py implementation, which will have to be adjusted for MicroPython.

I just discovered a CircuitPython implementation, cedargrove_nau7802.py by @CedarGroveStudios, see also [1]. Thanks!

Code snippets for calibration and reading can be found at clue_scale_calibrate.py and clue_scale_code.py.

[1] https://twitter.com/CedarGroveMakr/status/1332083784989065216

@amotl
Copy link
Member Author

amotl commented Oct 2, 2021

Hi again,

@ProblemSolved99 is also looking into having MicroPython support for the NAU7802 and just asked at @longapalooza's repository, see longapalooza/nau7802py#2.

With kind regards,
Andreas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant