News

This project demonstrates a simple Ruby script for mathematical calculations, which is fully containerized using Docker. The script prompts the user to input a number and calculates the square, cube, ...
I am trying to set up serial communication between a Ruby on Rails app and an Arduino Mega. In Ruby, I am writing an array of strings to the serial, which the Arduino is then supposed to read, process ...