bazza_11
Posts: 14
Joined: Thu Jan 26, 2017 9:26 pm

new project i'm doing and need some help with power

Thu Jan 26, 2017 9:35 pm

So, i'm doing new project with my uni, its getting high power (120V) in with 1kW power limit
my question is, as i'm using raspberrypi 3b it there something you recommend to control the power to raspberrypi and to other subsystem?

i'll have multiple sensors (that could be powered by the raspberrypi itself) but i have a heating element that require about 600-800 Watts


thanks

pcmanbob
Posts: 9465
Joined: Fri May 31, 2013 9:28 pm
Location: Mansfield UK

Re: new project i'm doing and need some help with power

Thu Jan 26, 2017 10:52 pm

Hi.

Assume by this "raspberrypi 3b it there something you recommend to control the power to raspberrypi and to other subsystem" you mean, "How do you power the Pi".
You will need one of these, :- http://uk.rs-online.com/web/p/plug-in-p ... y/9098126/ ( as no location specified have just linked UK supplier as example )

As for this line "but i have a heating element that require about 600-800 Watts" are you saying you want to control this from the Pi ?
We want information… information… information........................no information no help
The use of crystal balls & mind reading are not supported

User avatar
Burngate
Posts: 6302
Joined: Thu Sep 29, 2011 4:34 pm
Location: Berkshire UK Tralfamadore
Contact: Website

Re: new project i'm doing and need some help with power

Fri Jan 27, 2017 10:46 am


bazza_11
Posts: 14
Joined: Thu Jan 26, 2017 9:26 pm

Re: new project i'm doing and need some help with power

Thu Feb 02, 2017 12:35 am

pcmanbob wrote:Hi.

Assume by this "raspberrypi 3b it there something you recommend to control the power to raspberrypi and to other subsystem" you mean, "How do you power the Pi".
You will need one of these, :- http://uk.rs-online.com/web/p/plug-in-p ... y/9098126/ ( as no location specified have just linked UK supplier as example )

As for this line "but i have a heating element that require about 600-800 Watts" are you saying you want to control this from the Pi ?
will, yeah technically. sorry i'm bad at explaining stuff without drawing them out. (attached picture)
Ok so i have a power source coming it, it will power the Pi and the two hotplates.
Then the Pi will be connected to 3 sensors. Also i want it to be connected to the hotplate so i can say turn it on and off
can the pi do that?
Attachments
Screen Shot 2017-02-01 at 5.31.01 PM.png
Screen Shot 2017-02-01 at 5.31.01 PM.png (56.73 KiB) Viewed 1463 times

bazza_11
Posts: 14
Joined: Thu Jan 26, 2017 9:26 pm

Re: new project i'm doing and need some help with power

Thu Feb 02, 2017 12:36 am

Burngate wrote:You may find this useful:
http://www.pwrusb.com/powerUSB-basic.html

sweet, ya this one aspect that i need, thanks

texy
Forum Moderator
Forum Moderator
Posts: 5161
Joined: Sat Mar 03, 2012 10:59 am
Location: Berkshire, England

Re: new project i'm doing and need some help with power

Thu Feb 02, 2017 1:43 pm

bazza_11 wrote:
pcmanbob wrote:Hi.

Assume by this "raspberrypi 3b it there something you recommend to control the power to raspberrypi and to other subsystem" you mean, "How do you power the Pi".
You will need one of these, :- http://uk.rs-online.com/web/p/plug-in-p ... y/9098126/ ( as no location specified have just linked UK supplier as example )

As for this line "but i have a heating element that require about 600-800 Watts" are you saying you want to control this from the Pi ?
will, yeah technically. sorry i'm bad at explaining stuff without drawing them out. (attached picture)
Ok so i have a power source coming it, it will power the Pi and the two hotplates.
Then the Pi will be connected to 3 sensors. Also i want it to be connected to the hotplate so i can say turn it on and off
can the pi do that?
Short answer is yes, the Pi should be able to do all that. Longer answer is more questions - What are these sensors you mention?

Texy
Various male/female 40- and 26-way GPIO header for sale here ( IDEAL FOR YOUR PiZero ):
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555

bazza_11
Posts: 14
Joined: Thu Jan 26, 2017 9:26 pm

Re: new project i'm doing and need some help with power

Fri Feb 10, 2017 8:19 pm

texy wrote:
bazza_11 wrote:
pcmanbob wrote:Hi.

Assume by this "raspberrypi 3b it there something you recommend to control the power to raspberrypi and to other subsystem" you mean, "How do you power the Pi".
You will need one of these, :- http://uk.rs-online.com/web/p/plug-in-p ... y/9098126/ ( as no location specified have just linked UK supplier as example )

As for this line "but i have a heating element that require about 600-800 Watts" are you saying you want to control this from the Pi ?
will, yeah technically. sorry i'm bad at explaining stuff without drawing them out. (attached picture)
Ok so i have a power source coming it, it will power the Pi and the two hotplates.
Then the Pi will be connected to 3 sensors. Also i want it to be connected to the hotplate so i can say turn it on and off
can the pi do that?
Short answer is yes, the Pi should be able to do all that. Longer answer is more questions - What are these sensors you mention?

Texy
ya, i was wondering, how many sensors that can be connected to the PI?
these sensors require about 3-3.6V and about 900-1500 uAmp (i'll have about 3-4 of those)

User avatar
Burngate
Posts: 6302
Joined: Thu Sep 29, 2011 4:34 pm
Location: Berkshire UK Tralfamadore
Contact: Website

Re: new project i'm doing and need some help with power

Sat Feb 11, 2017 11:30 am

bazza_11 wrote:ya, i was wondering, how many sensors that can be connected to the PI?
these sensors require about 3-3.6V and about 900-1500 uAmp (i'll have about 3-4 of those)
Much will depend on the sensors (are they simple on-off, or more complicated - i2c for example?)
The 3v3 supply on the Pi could easily supply the 6mA required by four sensors each wanting 1.5mA, through the header.

bazza_11
Posts: 14
Joined: Thu Jan 26, 2017 9:26 pm

Re: new project i'm doing and need some help with power

Mon Feb 13, 2017 7:07 pm

Burngate wrote:
bazza_11 wrote:ya, i was wondering, how many sensors that can be connected to the PI?
these sensors require about 3-3.6V and about 900-1500 uAmp (i'll have about 3-4 of those)
Much will depend on the sensors (are they simple on-off, or more complicated - i2c for example?)
The 3v3 supply on the Pi could easily supply the 6mA required by four sensors each wanting 1.5mA, through the header.
ya, they are bit more complicated, they are thermocouples (Maxim MAX31855 (https://www.maximintegrated.com/en/prod ... 31855.html) ).
Cool, i was bit concerned about if i got 4-5 sensors. and if i can connect all of them to the PI and power them all at the same time.

Thanks

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: new project i'm doing and need some help with power

Mon Feb 13, 2017 7:11 pm

Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

bazza_11
Posts: 14
Joined: Thu Jan 26, 2017 9:26 pm

Re: new project i'm doing and need some help with power

Mon Feb 13, 2017 10:59 pm

DougieLawson wrote:Like this: viewtopic.php?p=1111944#p1111944
Thats amazing! almost the same thing, Thank you very much

Return to “Other projects”