Hacker News new | ask | show | jobs
by gpioMaris 3446 days ago
Hey, everyone! We are developing an industrial grade controller that allows developers to build cloud controllable machines to measure analog signals and control output pins. I am interested in what you think about this product. What do you think about this idea? What can I improve? Who do you think will buy this controller?
6 comments

What diffirentiates your product from the thousands of other similar products? Is it the ruggedness? The temperature range the hardware can operate in? Is it all open source code?

The IoT board/industrial computer market is pretty saturated. I work in this space, solving some problems professionally. It was tempting to turn our hardware/software stack into a product in addition to the actual problem we were solving, but after doing some market research, it was clear that without significant differentiation from products already on the market we would be Yet Another IoT Industrial Grade Controller.

Especially with AWS GreenGrass/IoT and similar efforts from Microsoft, Intel, Samsung, Dell and many others. There are already a ton of IoT/Industrial PCs on the market.

There is also Phoenix Contact, AdvancedTec, Siemens, ABB, Moxa, MPL...

Hey, nice to see some robotics stuff here.

First the page seems pretty vague on actual HW, which is important for potential customers, as that is what actually does the work for them (otherwise I did not understand the product), so you might give more information there, in particular the "Products" category is sparse, and the "Register" button does nothing.

Secondly, people hesitate (rightly so) to connect their robot (or IoT, etc.) to the cloud, as security in this area has a catastrophic record. Why not sell the platform/products as offline stuff, i.e. HW that includes the OS (e.g. ROS might a good start), etc. and control the stuff inside the LAN. Obviously the drawback is that you now do "on-premise", but I think in this area it doesn't make sense at the moment to go cloud, as too many questions about security do not have a stable solution, however it could be a specific selling point.

I see 'Industrial' in the description. Is security your number 1 and pervasive concern in the design of this thing? If not, no one serious will buy.

Even small shop industrial settings are pretty stringent about keeping automation networks air gapped from the rest, there is no way they would get a cloud plc unless you are willing to guarantee their security at cost and take on liability for damages.

Thank you for the post, I couldn't find enough information on what would differentiate these devices from e.g. these https://catalog.azureiotsuite.com/ ?
> cloud controllable machines

Never mind security, what about latency and reliability?

I think there's actually quite a lot of market for this based on the number of people doing it adhoc with ESP2866/Raspberry Pi devices. But that would depend on price.

Hi. What makes it industrial grade out of interest? Under the hood are you using microcontrollers or..?

Could you give some more information on the controller.

Cheers

Controller inputs and outputs features rugged protection circuits to operate the in the harsh environment. All interfaces work up to 30VDC and has overvoltage, overcurrent protection. Output pins can control relays and stepmotors directly. Currently, we use a Cortex-M3 ethernet microcontroller, and running bare metal firmware in it. But we have a plan to migrate ARMv7 processor and run an embedded Linux, to improve security.
> But we have a plan to migrate ARMv7 processor and run an embedded Linux, to improve security.

What will the update strategy be?

Because it is meant to control machinery we provide two different update ways. Manually uploading firmware and second option when customers distribute from cloud and schedule restart procedure. Do automatic updates are not a option.