Previous in Forum: Batteries on Telephones, Laptops, etc.   Next in Forum: AC-DC Power Supply and Load Bank Build
Close
Close
Close
5 comments
Guru

Join Date: Sep 2016
Posts: 963
Good Answers: 9

Microcontroller: Arduino and Raspberry pi Reliability

03/18/2018 8:20 PM

I am amazed by the many application made simple using microcontroller boards and computer like adruino and raspberry pi. It is more flexible than PLCs and industrial controllers of various application. It is way cheaper too.

My only question is- Is it reliable, safety and industry accepted?

Register to Reply
Pathfinder Tags: Adruino Raspberry
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
Guru
United States - Member - New Member Engineering Fields - Power Engineering - New Member

Join Date: Sep 2006
Location: California, USA, where the Godless live next door to God.
Posts: 4665
Good Answers: 803
#1

Re: Microcontroller: Arduino and Raspberry pi Reliability

03/19/2018 12:40 AM

PLCs and industrial controllers are DESIGNED to operate machinery that is being used to make products and generate revenue. Arduinos and Raspberry Pi units are made for hobbyists. You get what you pay for.

__________________
** All I every really wanted to be, was... A LUMBERJACK!.**
Register to Reply
Guru

Join Date: Jul 2008
Posts: 1685
Good Answers: 144
#2

Re: Microcontroller: Arduino and Raspberry pi Reliability

03/19/2018 12:30 PM

When in doubt read response #1.

If still considering Arduino and Pi it is important to note that the Raspberry Pi has an operating system (on SD card) and an abrupt loss of power will cause a corrupted operation system (my guess is about 5% of the time). Circuits can be built to pull down an pin that executes a software shutdown but without the extra circuitry they can be a problem.

The Arduino does not have an OS and abrupt power loss does not cause problems.

__________________
Few things limit our potential as much as knowing answers and setting aside questions.
Register to Reply
Guru
Engineering Fields - Aerospace Engineering - Member United States - Member - Army Vet in the aviation industry

Join Date: Mar 2008
Location: Bridgewater, Va.
Posts: 2169
Good Answers: 119
#3

Re: Microcontroller: Arduino and Raspberry pi Reliability

03/19/2018 11:45 PM

I have used Arduino's to prototype several designs for medical equipment controllers but I wouldn't use them in a full blown product environment.

Commercial products generally need a robust specific design that is much more reliable than a hobby board. In other words design a custom pc board specifically designed for the application. Custom boards can often be cheaper in quantity, depending, of course, on marketing predictions.

Hooker

Register to Reply
Associate

Join Date: Jun 2016
Posts: 38
Good Answers: 4
#4

Re: Microcontroller: Arduino and Raspberry pi Reliability

03/20/2018 10:25 AM

I agree with those posts above however, I still use them regularly.

When I need to build a piece of equipment (or alter an existing one) that will be used for a brief period of time or just a "one-off", I use Arduino boards.

Case in point...we have several remotely operated demolition machines and they are scheduled for a job at a client site. The client is concerned about potential damage to underlying steel, I built a simple Arduino device to sense when this condition is true and then execute a couple of minor functions to prevent the damage. I require four of these devices and it is likely that they will never be used again after the 5-day project at the client site.

Four units are certainly not enough for a production run, the operators are skilled and generally avoid the type of damage the client is concerned about (so device failure is not the end of the world) and spending thousands on something that will only see five days of use is a bit too rich for my employers.

Register to Reply
Associate

Join Date: Mar 2012
Posts: 42
Good Answers: 5
#5

Re: Microcontroller: Arduino and Raspberry pi Reliability

03/30/2018 9:50 AM

These boards are great for hobbyist and prototypes, but suffer several problems when used as the base of a real commercial product. They almost always need additional circuitry to perform the desired tasks, and the interconnections and mounting issues from multiple circuit assemblies complicate the production process. Most importantly, the availability of the hardware is at the whim of the hobby marked, with new versions (different form-factors, connectors, peripherals) coming out each year. We are using a good alternative for our product, which started out as a Raspberry Pi prototype. The Raspberry Pi Compute Module (CM3) has the processor, RAM, HDMI, USB, and GPIO designed in to a board the size of a computer memory module. It plugs in to a 200-pin SODIUM memory socket on our board, interfacing to the rest of our custom circuitry and connectors. All of the hard work (signal integrity) for a quad-core processor and memory system is done on the CM3, leaving only the much simpler job of the custom I/O interfacing for our design work. We plug in a custom programmed SD memory card and the system is ready to go. The CM3 module is promised to be available for at least 6 years, addressing the hardware platform drift of hobby-market based designs.

Later,
Carl

Register to Reply
Register to Reply 5 comments
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.
Copy to Clipboard

Users who posted comments:

BruceFlorida (1); Carl Van Wormer (1); Hooker (1); JRaef (1); merk (1)

Previous in Forum: Batteries on Telephones, Laptops, etc.   Next in Forum: AC-DC Power Supply and Load Bank Build

Advertisement