The goal in this lab will be to setup and get familiar with a program that mimics an Arduino Uno. The software is only runnable on Windows, so users of Mac and Linux will need to download a Windows 7 virtual machine. If you run into any issues please post your questions on Piazza under the “Lab” tab rather than emailing me.
Step 1a: Windows 7 VM download for Mac OS
The iso file and its key are on the school’s user server. The files can be found under the path “/nobackup/faculty/cs341”.
Method 1 (VMware Fusion)
Run “scp username@users.cs.umb.edu:/nobackup/faculty/cs341/* .”
Open VMware and follow the prompts to add a new machine
provide the .iso file and the key in the .txt file when prompted
this link provides step by step instructions for Mac installing Windows
The Virtual Machine will need to start up and restart a few times to set itself up
Method 2 (VirtualBox)
download VirtualBox if you don’t already have it
Run “scp username@users.cs.umb.edu:/nobackup/faculty/cs341/* .”
Open VirtualBox and follow the prompts to add a new machine
This YouTube video does a step-by-step breakdown of the download process. You can start at 3:00 because we are providing the .iso file
provide the .iso file and the key in the .txt file when prompted
The Virtual Machine will need to start up and restart a few times to set itself up
At this point you should be able to startup the VM and access the internet via internet explorer. Next, we need to get the Arduino simulator software. We have found that you cannot download the software while inside the VM, nor download it on your host computer and email it. The instructions below are the simplest method,
Method 1 (Drag and Drop)
We have not been able to test this on a Mac but we believe it will work
On the host computer’s finder navigate to UnoArduSimV2.7.1 (you should have gotten it from the scp command earlier)
Drag the folder onto the Windows 7 VM’s desktop
If this doesn’t work try method 2
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of