I've just finiched a project of Energy Monitoring with an Arduino and Raspberry. The raspberry sends data of consumption in real time to a client by public adress IP.The arduino sends data of sensor to the raspberry.
but I want to know how much longer can the arduino works ( executing the program of catching and sending data).
Take care of the environment.
Power
Moisture
Heat
and so on…
It can physically last a darn long time.
if your code, and environment are good, it is possible that it will also never need to be power cycled. Maybe a watchdog event if something really dodgy is happening, but your code should be able to recover.
Failures are far more likely to be switches, bulbs, motors etc.
I’m out.
Clearly English has moved on since ulong milliseconds were ‘invented’, but not more than 50 days.
I still don’t see any part of the OP that relates to intervals, or single loop timing. Question was about the life of an Arduino, not a timer or other software construct.
lastchancename:
I’m out.
Clearly English has moved on since ulong milliseconds were ‘invented’, but not more than 50 days.
I still don’t see any part of the OP that relates to intervals, or single loop timing. Question was about the life of an Arduino, not a timer or other software construct.
Sink an Arduino in potting compound, and you’ve doubled your chance of premature failure under most conditions. The board (regulator etc) is unable to dissipate heat, and the compound (an insulator) migrates into the M-F pin connections.
Now if you’d suggested your own homebrew board design - intended for encapsulation, that’s another thing.
Not a very good analogy, but
If you buy a lotto ticket, and you neighbour buys two lotto tickets.
Who would have a better chance of winning the lottery.
Leo..
yes but on the other hand. lets say you buy a $9000 computer and someone else buys a $10 watch
calculator. the computer has way more parts.
I see where you're coming from but for this topic (and I'm sure its already been stated)
I think its more quality of the product and then the environment provided for that product.
I've bought Gikfun pro minis for like $10 for three... the voltage regulator went out in two
(it was a 5v board on a 9v batt)
I've also bought the Arduino brand pro mini for what they sell them for and I've only had one fail but it was my fault due to improper wiring in my circuit
9v+ to RAW and neg to grd. there was really no reason for it to go bad, just one day it quit working and that's how I always hook it up,(regardless of brand) with my remaining Gikfun board, I used a larger and separate 5v VR and attached that to vcc on the board and it works fine.