{% extends "Default/default.html" %} {% block content %}

Information

On this page you can select a variety of example projects created for the Ultra96. Listed below is a table with the name of each project and its description. Clicking on the project (which should be blue and underlined) will send you to another page that will explain how to setup and run that specific project. For more information on the Grove Sensor Kit please visit Grover Starter Kit.

Project Description
Ultra96 GPIO LEDs Be able to control the four GPIO LEDs on the Ultra96 Board. Can have them in a constant state or as a trigger.
OpenAMP Matrix Multiplication Provides a complex test that generates two matrices on the Linux master which are then sent to the remote to multiply them. Then they are sent back to the master to display the result.
OpenAMP Proxy Application Application creates a proxy between the linux master and the remote core, which allows the remote firmware to use console and execute file I/O on the master.
Hello World with LCD How to display text on the Grove RGB LCD module and change the color of the backlight (Linux IO).
Touch Sensor and Relay A system that toggles a relay on and off when the touch sensor is tapped (Linux IO).
Drive LED with Button Control an LED with the use of a button (Atmega IO).
Buzzer and Light Sensor Use the Grove light sensor and Grove buzzer to be silent when there is light and emit noise when it is dark (Atmega IO).
Temperature and Humidity Display Read data using the Digital Humidity and Temperature sensor and display the readings on the LCD Display (Linux/Atmega IO).
Tweeting Doorbell Sends a message out to twitter every time the button is pressed (Linux/Atmega IO).
{% endblock %}