Skip to content

Arduino library for communication between embedded system and unity application through serial communication.

License

Notifications You must be signed in to change notification settings

fustilio/CUTE-Arduino-Unity-Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

1. Install Arduino IDE

Install the Arduino IDE from https://www.arduino.cc/en/software/. This will be used to develop, compile and deploy embedded software to the hardware device.

2. Install CUTE-AUI

The following steps illustrate how to install a local library to use with Arduino

2.1 Install CUTE-AUI Dependencies

Within the Arduino IDE, select Sketch > Include Library > Manage Libraries... to open up the Library Manager.

01-ManageLibraries.png

02-LibraryManager.png

Search for the Functor library and install.

03-InstallFunctor.png

2.2. Install CUTE-AUI Library

Next, we will install the CUTE-AUI Library from a local folder. Select Sketch > Include Library > Add .ZIP Library to open up the file explorer interface.

04-AddLocalLibrary.png

Navigate to and select the CUTE-AUI folder.

05-SelectLocalLibrary.png

2.3 Verify

Verify the installation by locating the CUTE library in the Arduino IDE library dropdown i.e. Sketch > Include Library. You should be able to find both CUTE and the other installed libraries.

06-VerifyLibraries.png

Next, open up the Ping.ino example sketch. Do so by navigating to the examples dropdown File > Examples > CUTE > Ping. These examples demonstrate some sample interactions to be used with an application with the CUTE-AUI protocol.

07-VerifyExamples.png

Lastly, verify that the sketch can be compiled successfully by clicking the check mark on the top left hand corner. You should see that the sketch has been successfully compiled.

08-VerifyCompile.png

Uninstall

To uninstall the library, simply delete the CUTE-AUI folder in your Arduino Libraries directory. You can find the folder path of the libraries folder in your preferences, under Sketchbook location.

09-OpenPreferences.png

10-Preferences.png

Simply navigate to <Arduino-Sketchbook-Location>/libraries and delete the CUTE-AUI folder.

11-Uninstall.png

Updating

To update the library, first uninstall the library and then install it again.

Library Dependencies

Functor v1.0.1 by Rich Hickey

About

Arduino library for communication between embedded system and unity application through serial communication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages