Earlier quoted context omitted.
Not a bad question at all. The Arduino offers you the ability to code on a lower level, while the Raspberry Pi is giving you a full operating system. Some projects, especially IoT, don't need all the overhead of an OS with and without that comes improved reliability and better understanding of the state of the device.
Can you not flash a pi with some non-OS firmware?
Arduino Goes Pro at CES 2020
21–30 of 201 posts
Re: Arduino Goes Pro at CES 2020
#22Earlier quoted context omitted.
javascript and python support seem like huge improvements
On one hand I think it's ridiculous to mention these languages for industrial applications. But I've also just spent the past year programming an automated mobile restaurant. We use a traditional PLC for everything safety or time-sensitive, but everything else is JavaScript. We're planning to use even more JS on the next-gen system. Details are in my profile if you want to help, or if you want to convince me otherwis…
Re: Arduino Goes Pro at CES 2020
#23Looks like the STM32H7 supports one MIPI CSI-2 peripheral (and/or one MIPI DSI).
Another comment on this thread mentioned on the back of this module are two long flat board-to-board style connectors.
Re: Arduino Goes Pro at CES 2020
#24Re: Arduino Goes Pro at CES 2020
#25Earlier quoted context omitted.
On one hand I think it's ridiculous to mention these languages for industrial applications. But I've also just spent the past year programming an automated mobile restaurant. We use a traditional PLC for everything safety or time-sensitive, but everything else is JavaScript. We're planning to use even more JS on the next-gen system. Details are in my profile if you want to help, or if you want to convince me otherwis…
I think you should stick with the language you know the best, especially if you are the one doing the coding.
If industrial equipment malfunctions, people can be killed or horribly maimed. Industrial equipment needs to do exactly what it was designed to do 24/7 for years or decades in horrible (EMI, temperature, etc) environments.
Re: Arduino Goes Pro at CES 2020
#26This has been a major gap for Arduino for a while, and it's cool to see them take a crack at solving it. Beyond the hardware, I'd love to get some more details on the software tool chain and their plans to sell/support turning the prototypes into production modules.
If there's no second source of boards, I can't consider that production ready for anything. It was and still is a COTS module that can be modified for a single purpose application but there's no way I would resell this as a commercial unit.
Same for RPi and all the others. Spin it yourself or take your chances.
Re: Arduino Goes Pro at CES 2020
#27Earlier quoted context omitted.
javascript and python support seem like huge improvements
On one hand I think it's ridiculous to mention these languages for industrial applications. But I've also just spent the past year programming an automated mobile restaurant. We use a traditional PLC for everything safety or time-sensitive, but everything else is JavaScript. We're planning to use even more JS on the next-gen system. Details are in my profile if you want to help, or if you want to convince me otherwis…
Re: Arduino Goes Pro at CES 2020
#28Re: Arduino Goes Pro at CES 2020
#29Re: Arduino Goes Pro at CES 2020
#30Looks like they're finally using a top-of-the-line MCU, the STM32H7. Very nice. Unfortunately I don't see how this is a significant improvement otherwise for industrial uses, where the biggest barrier for custom components is certifications (FCC, UL, CE, ATEX, etc).
javascript and python support seem like huge improvements
I believe this is the reason 3D printers and other CNC machines still use a seperate dedicated controller such as original arduino rather than just using the GPIO on a newer arm board running a full stack.