Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Power Source #66

Open
DCib opened this issue Dec 21, 2021 · 3 comments
Open

Power Source #66

DCib opened this issue Dec 21, 2021 · 3 comments

Comments

@DCib
Copy link

DCib commented Dec 21, 2021

Trying to figure out if I can use this app before buying the smart filament sensor.

Currently have my ender 3 pro connected to octoprint that has a screen attached. Problem is screen uses most of the GPIO connectors on the Pi 4b, so I don't have access to power thru the GPIO.

Question is can I use 5v power from the USB-A connector on the pi to power the filament sensor and just use either GPIO pin 29, 31 or 37 for the signal wire ? My plan is to sacrifice a USB-A cable and tap into the power and ground wires

If I cant use 5v USB-A power can I then use a USB-A step down converter that converts 5v to 3.3v and get power and ground from that ?

@ryancasler
Copy link

NO! Absolutely not. If you run this with 5v power you are going to get 5v out on the Signal pin and that will fry your RPi. The GPIO on the Pi is on 3.3v tolerant. So you have to supply the sensor with 3.3v ONLY.
Which screen are you running on top of your RPi? Before trying to do that with the USB power, I would suggest using a gpio "doubler" like this one or something similar. That is going to be a lot easier than trying to use a stepdown converter because I believe the USB power is isolated from the GPIO so I'm not even sure the ground on the USB would work with GPIO. You're going to have to have at least 1 GPIO for signal anyway.

@DCib
Copy link
Author

DCib commented Jan 18, 2022

Thanks for that info, this is the case and screen I'm using.

https://www.amazon.com/gp/product/B07XBVF1C9/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1

I don't think I can use that type of GPIO doubler since it would make the screen stick up higher then the case.
seems like I might not have too many options to use the smart filament sensor unless I decide to change screen and case of my pi.

@VirtualMike
Copy link

Yea, that's a shame. It's got a huge GPIO connector stealing all the 3.3v lines. You might not be able to use it with that. What does the display do for you with OctoPrint? Don't you just use the web interface? All of my printers have a small case under or on the side of the printer to keep the Pi as much out of the way as possible.

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

No branches or pull requests

3 participants