nicolas_1987
Posts: 1
Joined: Thu Jul 09, 2020 11:22 pm

how much continuous use can be given to a raspberry pi 3b

Thu Jul 09, 2020 11:32 pm

Hi guys, I would like to know if it is possible to have the raspberry running 24 hours a day, 7 days a week, the use I want to give it is as a remote usb host using the 4G HAT KIT of an rs232 interface, the raspberry will be inside its container with their coolers and fan operating
bye :?: (google traslate,sorry )

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: how much continuous use can be given to a raspberry pi 3b

Fri Jul 10, 2020 7:44 am

nicolas_1987 wrote:
Thu Jul 09, 2020 11:32 pm
Hi guys, I would like to know if it is possible to have the raspberry running 24 hours a day, 7 days a week, the use I want to give it is as a remote usb host using the 4G HAT KIT of an rs232 interface, the raspberry will be inside its container with their coolers and fan operating
bye :?: (google traslate,sorry )

Yes.

Heater
Posts: 15949
Joined: Tue Jul 17, 2012 3:02 pm

Re: how much continuous use can be given to a raspberry pi 3b

Fri Jul 10, 2020 9:04 am

Certainly a Pi will run 24/7 for a very long time. Likely it can live longer than you can provided it is not harmed physically.

A couple of things are likely to fail in your set up though:

1) The SD card. SD cards and/or the file systems on them can become corrupted when power is removed at random. To avoid this be sure to configure your SD card as a read-only file systems.

2) The fan. Fans are mechanical things, they wear out, they fill up with dust. Better to provide a decent heat sink. If you Pi is in a box make it an aluminium box and have the heat sink make contact with it so that heat can escape. Having said that if you are only shunting bytes from a serial port to a network then the processor won't be working hard enough to make any heat problems.

3) Random software crashes. Not likely but system crashes do happen. Make use of the Pi watchdog facility to trigger a reset when things go bad.

4) The 4G modem. If your Pi is in a remote location that is difficult/expensive to get to having communications fail is not good. If your modem has a watchdog facility of it's own use that. An separate hardware watch dog that can power cycle the Pi and the modem would be best.
Memory in C++ is a leaky abstraction .

thatchunkylad198966
Posts: 244
Joined: Thu Jul 04, 2019 10:21 am
Location: UK, Birmingham

Re: how much continuous use can be given to a raspberry pi 3b

Fri Jul 10, 2020 9:37 am

B.Goode wrote:
Fri Jul 10, 2020 7:44 am
nicolas_1987 wrote:
Thu Jul 09, 2020 11:32 pm
Hi guys, I would like to know if it is possible to have the raspberry running 24 hours a day, 7 days a week, the use I want to give it is as a remote usb host using the 4G HAT KIT of an rs232 interface, the raspberry will be inside its container with their coolers and fan operating
bye :?: (google traslate,sorry )

Yes.
As helpful as ever.... :lol:
OP; your sdcard will fail before your Pi does. don't overclock and try to use USB-BOOT.
One man's trash is another man's treasure! :) Pi's I have; Pi Zero, Pi Zero W, Pi 2 x2, Pi 3 x2, Pi 4 4GB x2.

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: how much continuous use can be given to a raspberry pi 3b

Fri Jul 10, 2020 9:57 am

thatchunkylad198966 wrote:
Fri Jul 10, 2020 9:37 am
B.Goode wrote:
Fri Jul 10, 2020 7:44 am
nicolas_1987 wrote:
Thu Jul 09, 2020 11:32 pm
Hi guys, I would like to know if it is possible to have the raspberry running 24 hours a day, 7 days a week, the use I want to give it is as a remote usb host using the 4G HAT KIT of an rs232 interface, the raspberry will be inside its container with their coolers and fan operating
bye :?: (google traslate,sorry )

Yes.
As helpful as ever.... :lol:
OP; your sdcard will fail before your Pi does. don't overclock and try to use USB-BOOT.


Perhaps you'd like to criticise this response too, for consistency...
viewtopic.php?f=36&t=60362&p=1693904#p1693904

User avatar
neilgl
Posts: 2183
Joined: Sun Jan 26, 2014 8:36 pm
Location: Near Aston Martin factory

Re: how much continuous use can be given to a raspberry pi 3b

Fri Jul 10, 2020 10:06 am

Yes

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

Re: how much continuous use can be given to a raspberry pi 3b

Fri Jul 10, 2020 10:15 am

Another thread where the OP didn't do any research. BTW, it's 24*365 or 24*7 (with an implied 52 weeks) not 24*7*365 (which is just less than seven years).

I wrote this today on the other thread. viewtopic.php?f=36&t=60362&p=1693904#p1693925
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.

Heater
Posts: 15949
Joined: Tue Jul 17, 2012 3:02 pm

Re: how much continuous use can be given to a raspberry pi 3b

Fri Jul 10, 2020 11:24 am

DougieLawson wrote:
Fri Jul 10, 2020 10:15 am
Another thread where the OP didn't do any research. BTW, it's 24*365 or 24*7 (with an implied 52 weeks) not 24*7*365 (which is just less than seven years).
That is odd, nobody mentioned 365 days in this thread except you.

Mind you, in the other thread they stated the requirement as "24*7 in 365 days". Which is a bit odd. Assuming that 24 is hours and the 7 is days that demands it only run for one week in the year.:)
Memory in C++ is a leaky abstraction .

LTolledo
Posts: 3424
Joined: Sat Mar 17, 2018 7:29 am
Location: Anime Heartland

Re: how much continuous use can be given to a raspberry pi 3b

Fri Jul 10, 2020 11:28 am

the RPi3B will run continuously if and only if supplied with the correct power requirement to it 24/7

remove/disrupt the power.... RPi3B stops..... simple!
"Don't come to me with 'issues' for I don't know how to deal with those
Come to me with 'problems' and I'll help you find solutions"

Some people be like:
"Help me! Am drowning! But dont you dare touch me nor come near me!"

Heater
Posts: 15949
Joined: Tue Jul 17, 2012 3:02 pm

Re: how much continuous use can be given to a raspberry pi 3b

Fri Jul 10, 2020 11:36 am

That is so profound!
Memory in C++ is a leaky abstraction .

W. H. Heydt
Posts: 12648
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: how much continuous use can be given to a raspberry pi 3b

Fri Jul 10, 2020 4:49 pm

So...Can a Pi be run continuously for long periods of time? Yes. For details see this viewtopic.php?f=62&t=49488 thread.

Return to “General discussion”