hi all,
i have used arduino uno to make datalogger for industy.i used sd card,rtc,lcd and some basic ic in my circuit.plz do rply.is it reliable to use arduino in industry?
hi all,
i have used arduino uno to make datalogger for industy.i used sd card,rtc,lcd and some basic ic in my circuit.plz do rply.is it reliable to use arduino in industry?
Agree with Michael
Arduino is an echo system to allow rapid development and education without having to get out the soldering Iron for instance, the boards in general lack the protection circuits often required in industrial applications to protect the controller as well as many other potential safety and environmental considerations. I have some experience building systems for the gas industry and in this kind of environment it would not be allowed for instance.
This does not mean that the micro-controller (ATMEGA328 on the UNO) is not suitable for use in industry, you just have to add all the other electronics required to meet the standards. The same goes for TI MCP430 series or other brands. In some areas like Automotive there are very strict requirements which is why you will find a significant percentage of cars use Motorola Micro controllers (Yes they do make them and yes you may never had heard of it). The chips are approved for use in this industry, the approval is expensive but there you go.
As Michael said though, it depends on the specific industry and use and must be evaluated on a case by case basis. If it is a one off then you may simply have to make suitable modifications to the board and container to meet the legislations required for that use. If it is going in a field to measure temp and humidity, there is pretty much not much required except protecting from the elements (Unless the field is in a certain town in England sitting on top of 20M cubic feet of natural gas at 1000PSI yes it exists and I put a controller there )
anyway I think you get the idea.
Have fun, be safe
Peter
I am working on a project with working of MRF(Magneto Rheological Fluids) & i want to control multiple stepper motors & dc motors, can i use arduino uno & if not can you suggest me another device? Thank You, Every help is appreciating.
I am working on a project with working of MRF(Magneto Rheological Fluids) & i want to control multiple stepper motors & dc motors, can i use arduino uno & if not can you suggest me another device? Thank You, Every help is appreciating.
An Uno is fine, although I like the newer, smaller but more powerful MKR series better.