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

Potential danger wiring HX711 to 5V w Raspberry Pi #58

Open
ASebastian27 opened this issue May 22, 2024 · 2 comments
Open

Potential danger wiring HX711 to 5V w Raspberry Pi #58

ASebastian27 opened this issue May 22, 2024 · 2 comments

Comments

@ASebastian27
Copy link

Hi,

I believe it is not ideal to indicate that the HX711 should be connected to 5V. That is totally fine with an Arduino, but probably unsafe with the RPi.
I am not sure what exactly might happen, but the RPi (especially older ones, I guess?) might get damaged in the process.

I will be linking this conversation: https://forums.raspberrypi.com/viewtopic.php?t=335497.

"Arduino UNO's GPIOs maximum current is rated at 40mA at 5V, whereas RPi's is 3.3V at 16mA."
Thus, making the HX711 run at 5V with the RPi might not be safe.

Unless... am I missing something?

@tatobari
Copy link
Owner

Hi! Thank you for raising this issue.

I'm not sure if anywhere on this repository it's indicated that the HX711 should be powered by the 5V pin. Could you point me to where you found that?

Anyway, if I'm not wrong, the 5V pin is directly wired to the power source powering the Raspberry Pi, so the current limit is set by the power source.

@Jai-GAY
Copy link

Jai-GAY commented Nov 5, 2024

Note: VCC is the analog voltage to power the load cell. VDD is the digital supply voltage used to set the logic level.

PRO TIP: In many cases, you can just short VCC and VDD together. If your microcontroller uses 3.3V logic however, you'll want to connect VCC to 5V and VDD to 3.3V.

Be very careful not to confuse the two or you could damage your Raspberry Pi.

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

No branches or pull requests

3 participants