Design World

  • Home
  • Technologies
    • ELECTRONICS • ELECTRICAL
    • Fastening • joining
    • FLUID POWER
    • LINEAR MOTION
    • MOTION CONTROL
    • SENSORS
    • TEST & MEASUREMENT
    • Factory automation
    • Warehouse automation
    • DIGITAL TRANSFORMATION
  • Learn
    • Tech Toolboxes
    • Learning center
    • eBooks • Tech Tips
    • Podcasts
    • Videos
    • Webinars • general engineering
    • Webinars • Automated warehousing
    • Voices
  • LEAP Awards
  • 2025 Leadership
    • 2024 Winners
    • 2023 Winners
    • 2022 Winners
    • 2021 Winners
  • Design Guides
  • Resources
    • 3D Cad Models
      • PARTsolutions
      • TraceParts
    • Digital Issues
      • Design World
      • EE World
    • Educational Assets
    • Engineering diversity
    • Reports
    • Trends
  • Supplier Listings
  • Advertise
  • SUBSCRIBE
    • MAGAZINE
    • NEWSLETTER

From Raspberry Pi to Factory Floor

By Sponsored content | July 26, 2021

Some developer tips for successfully moving your project from home to the plant floor.


We know a lot of developers love to tinker and prototype projects on Raspberry Pi hardware. I do the same at my house with over 12 Raspberry Pi computers doing different things. It’s such an affordable and fun platform with a huge community behind it… what’s not to love? The challenge comes when it’s time to move your project from the house/office to the factory floor.

I have seen firsthand how the Pi CPU will speed throttle as soon as it gets a little warm and have personally been on the bad end of microSD card corruption due to heat or ungraceful power cycles. When it comes to the real world, you need to find some tougher hardware to run your code, and that’s often where the groov family comes to the top of your Google search results.

The groov hardware is specified for -20 to +70 deg C and uses a power fail safe file system so you have a solid foundation to build on in that regard. As some of the very few automation controllers that both run Linux and offer full shell access, groov EPIC and/or groov RIO are sometimes your only choice to move your shell code project from Raspberry Pi to the factory floor.

But that move can have some challenges of its own. If you are thinking about taking this path, here are a few things to be aware of, along with several resources to help you succeed.

The OS

The most common operating system on the Pi is ‘Raspbian,’ recently rebranded as ‘Raspberry Pi OS,’ a hybrid mix of Debian built for the Raspberry Pi. There are a ton of packages only a pre-built sudo apt-get or just a Git pull and ‘make’ away from getting up and running.

groov hardware on the other hand uses a custom Yocto build of Linux. It’s a lean build of pure Linux that does not come with a lot of extra packages like desktops or word processors or USB camera drivers to pick a few examples.

Depending on your code complexity and required packages, you may need to allow a little more time moving from one platform to another. You may find that you need to build a few of the prerequisite libraries from source before you can run your application. This is something to keep in mind as you roll out your shell application that you have built and tested on a Pi and now want to run on groov hardware.

Package dependencies

Oftentimes, you just need to install a package or two in order to get your application up and running. We have a list of the most requested applications here: http://developer.opto22.com/epicdev/shell/.

It’s important to remember that all the ‘apt-get’ packages are in the Opto 22 repo, not a public one. This means they are all signed by our crypto key and are sometimes a version or two behind the bleeding edge. This can be a good thing or bad depending on your needs at the time, so just keep it in mind.

If you want to link your EPIC or RIO to your GitHub repository and account, you will need to spin up a certificate and keys for each. Get started by installing the SSH-Agent on your groov hardware by following the Opto 22 forum post here: https://forums.opto22.com/t/epic-groove-ssh-agent-github/3830/.

Language-specific resources

So far, I think it’s fair to say that Python has been the most popular language we have seen used on the groov hardware. We have some great resources to get you started on the developer website: http://developer.opto22.com/epicdev/python/.

There are also lots of code examples on our OptoForums. Terry has some great quick start sample code here: https://forums.opto22.com/t/epic-data-using-optommp-with-python/2041.

C++ has also proven to be very popular, and one of our forum users put together a great guide on how to get started with development here: https://forums.opto22.com/t/short-tutorial-on-linux-programming-for-the-epic/3413.

Our main jumping-off site for C++ can be found here: http://developer.opto22.com/cpp/.

Lastly, although not really SSH-specific or hardcore developer material, it is by far and away the most popular tool for data mashups on either EPIC or RIO. Of course, I am talking about Node-RED, and we have the most watched intro video on YouTube to get you started: https://www.youtube.com/watch?v=3AR432bguOY.

Let us know how it goes

If you have completed a migration from Raspberry Pi or other Linux-based systems to groov hardware, we’d love to hear your experiences. Feel free to leave a comment on this blog post, share a post on our forums, or leave a comment on one of our YouTube videos to let us know.

You might also like


Filed Under: Opto 22 Sponsored Content
Tagged With: opto22
 

LEARNING CENTER

Design World Learning Center
“dw
EXPAND YOUR KNOWLEDGE AND STAY CONNECTED
Get the latest info on technologies, tools and strategies for Design Engineering Professionals.
Motor University

Design World Digital Edition

cover

Browse the most current issue of Design World and back issues in an easy to use high quality format. Clip, share and download with the leading design engineering magazine today.

EDABoard the Forum for Electronics

Top global problem solving EE forum covering Microcontrollers, DSP, Networking, Analog and Digital Design, RF, Power Electronics, PCB Routing and much more

EDABoard: Forum for electronics

Sponsored Content

  • Five Uses for the Parvalux Modular Range
  • Robot Integration with Rotary Index Tables and Auxiliary Axes
  • How to Choose the Right Rotary Index Table for Your Application
  • Designing a Robust Rotary Index Table: Engineering Best Practices for Long-Term Performance
  • Custom Integration Options for your New and Existing Rotary Table Applications
  • How Apple Rubber’s Rapid Prototyping Kept Whale Research Afloat
View More >>
Engineering Exchange

The Engineering Exchange is a global educational networking community for engineers.

Connect, share, and learn today »

Design World
  • About us
  • Contact
  • Manage your Design World Subscription
  • Subscribe
  • Design World Digital Network
  • Control Engineering
  • Consulting-Specifying Engineer
  • Plant Engineering
  • Engineering White Papers
  • Leap Awards

Copyright © 2026 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Design World

  • Home
  • Technologies
    • ELECTRONICS • ELECTRICAL
    • Fastening • joining
    • FLUID POWER
    • LINEAR MOTION
    • MOTION CONTROL
    • SENSORS
    • TEST & MEASUREMENT
    • Factory automation
    • Warehouse automation
    • DIGITAL TRANSFORMATION
  • Learn
    • Tech Toolboxes
    • Learning center
    • eBooks • Tech Tips
    • Podcasts
    • Videos
    • Webinars • general engineering
    • Webinars • Automated warehousing
    • Voices
  • LEAP Awards
  • 2025 Leadership
    • 2024 Winners
    • 2023 Winners
    • 2022 Winners
    • 2021 Winners
  • Design Guides
  • Resources
    • 3D Cad Models
      • PARTsolutions
      • TraceParts
    • Digital Issues
      • Design World
      • EE World
    • Educational Assets
    • Engineering diversity
    • Reports
    • Trends
  • Supplier Listings
  • Advertise
  • SUBSCRIBE
    • MAGAZINE
    • NEWSLETTER
We use cookies to personalize content and ads, to provide social media features, and to analyze our traffic. We share information about your use of our site with our social media, advertising, and analytics partners who may combine it with other information you’ve provided to them or that they’ve collected from your use of their services. You consent to our cookies if you continue to use this website.