Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/priyankkalgaonkar/talab3bledbarece595

Lab 3 - Grove LED Bar Experiment for Students
https://github.com/priyankkalgaonkar/talab3bledbarece595

arm-processor grove-sensors keil-studio nxp

Last synced: 4 days ago
JSON representation

Lab 3 - Grove LED Bar Experiment for Students

Awesome Lists containing this project

README

        

# Lab 3 - Grove LED Bar Experiment
## Introduction
Grove LED Bar is comprised of a 10 segment LED gauge bar and an MY9221 LED controlling chip. The example for the Grove shield uses the Grove LED Bar on D5 connector (D6/D5 pins). This program raises the bar from 0 to 10. It can be used as an indicator for remaining battery life, voltage, water level, music volume or other values that require a gradient display. There are 10 LED bars in the LED bar graph: one red, one yellow, one light green, and seven green bars. The example lights up the LEDs sequentially from red to green, so the entire bar graph is lit up in the end.

Replace the default code with the code in "main.cpp" from this GitHub repo by creating an empty project OR clone the GitHub code in to your Keil Studio Cloud IDE (recommended).

## Dependencies
- NXP FRDM K64F development board
- Grove Shield
- Grove LED Bar
- Keil Studio Cloud IDE

## Reporting Bugs
[Issues](https://github.com/priyankkalgaonkar/TALab3BLEDBarECE595/issues) can be used to keep track of bugs, enhancements, or other requests. For more information, see [Creating an Issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue). You are encouraged to create an issue if you need to report a bug or request an enhancement.

## Discusstions
GitHub Discussions is a collaborative communication forum. You can ask and answer questions, share updates, have open-ended conversations, and follow along on relevant decisions. Click on the [Discussions](https://github.com/priyankkalgaonkar/TALab3BLEDBarECE595/discussions) tab on the top to get strated.

## Contributions
This repository is created and maintained by [Priyank Kalgaonkar](https://priyankkalgaonkar.com/). You can contribute by submitting pull requests from your fork to the upstream repository. For more information, see [Contributing to Projects](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) guide.