Skip to main content

Serverless myRIO


Serverless is an uncommon term for most electronics students. It is closely related to Cloud computing and its rough meaning is to make possible to a developer to create stuff using cloud resources without administering servers and the likes.



In our case we have developed an example to show how it works. We use AWS (Amazon Web Services) as cloud provider and Lambda functions as the main component. A Lambda function is a program that runs when we need it without installing or managing anything from our part.

We won't go deep in this subject, since the example we based on it is quite clear in that sense:

https://www.freecodecamp.org/news/how-to-create-a-serverless-service-in-15-minutes-b63af8c892e5/

We have gone one step forward and we have programmed a myRIO with LabVIEW to make it send ambient temperature data to the Cloud instead of showing any random number for the example. The result is visible at the following link:


https://myrioweb.industriainformatika.pw/

If you feel curious, do not hesitate to ask!


[Note: while the course is stopped, instead of running the myRIO on and on, we have "frozen" values shown at the website. I hope you forgive me for the trick.]



Popular posts from this blog

IndiPi

  [Updated 2026/07/28] We are glad to present our latest development, that comes to replace our previous laboratory equipment: IndiPI! A development board created specifically for teaching Industrial Information Technology and physical computing. In short, it is a Raspberry PI 5... and much more! And we have updated and published everything you need to create your own kit.

myRIO-library Python library

  Our myRIO device is very interesting and we've done a number of complementary projects with it, in addition to our lab work. Anyway, even though we like LabVIEW, we wanted it to be programmed with Python... and we did it!

Badges in Industrial IT: what are they for?

  We use badges and extra points for rewarding students in our course. Sometimes, students ask us "what are badges for?". Here we will try to explain their use. Let's go!