-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fair to say Industruino is an abandoned product. #4
Comments
Thanks for your feedback, i see we have not followed up on the 2 other issues you have raised, apologies. However, the Industruino D21G performs well while using the Arduino IDE and the standard I/O functions, so I don't agree with your statement. Many people use Industruinos in real applications without any issues. |
I think a lot of folks using it are only really asking it to do some very basic tasks.. I think it's more that I'm using it to do a lot of very complex stuff. Multi-threaded software... Modbus out the RS-485, CANopen via a module on the expansion port, Ethernet to a Festo machine vision system. doing all this stuff and more I've run into quite a mess of issues with 1.0.1 on our project. I didn't think I was being too unfair in using 'abandoned' to describe a project with it's last commit in 2017. I've been having much more success with the SAMx branch but it's not available in the normal board manager for Arduino or in PlatformIO(Doesn't have the Industruino either) and hence it's a real pig to get working. Thing is 20 years from now I have to make sure somebody who is not me is able to grab my code off the company SVN and compile it with minimal effort. That's why we picked Arduino as a platform, a consistent abstraction layer on which we can build code that will compile in 20 years time on some new uC and still work as intended. Now please don't get me wrong I do like the Industruino. I'd just like to see some progress towards migrating from 1.0.1SAMD to 1.6.18SAMx as the 'official' core for Industruino going forward. Official PlatformIO support would be great too. I'm more than happy to assist with this as I've already got |
Hi I'm trying to get Industruino D21G to work with Platform.IO. Would you be willing to share what you've got so I have something to go from? Kind regards, |
Sorry for hijack this old issue but still relevant since no update activity from Industruino. For PlatformIO support, please check kumajaya/platform-atmelsam@dd62879 Not tested to upload any build yet since my only one Industruino D21G far away from me for now. |
I'll be receiving some Industruino D21G next week but I already made some progress on Industruino PlatformIO support, you can check https://github.com/kumajaya/platform-atmelsam/commits/industruino. I managed to successfully flash Blink example to Arduino MKRZERO using indrustruino_d21g board environment. Of course the program not run correctly, as I thought 😄 |
How to add Industruino support to Platform IO: platformio/platform-atmelsam#27 (comment) |
Unfortunately for hardware with a lot of promise. This is a worthless product for use in industrial automation.. It's now running 8 year old Arduino core and is buggy and effectively useless. And it is NOT compliant with the Arduino API in many ways... avoid
The text was updated successfully, but these errors were encountered: