Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/priyankkalgaonkar/talab3bsliderece595
Lab 3 - Grove 10K Slide Potentiometer Experiment for Students
https://github.com/priyankkalgaonkar/talab3bsliderece595
arm-processor grove-sensors keil-studio nxp
Last synced: 4 days ago
JSON representation
Lab 3 - Grove 10K Slide Potentiometer Experiment for Students
- Host: GitHub
- URL: https://github.com/priyankkalgaonkar/talab3bsliderece595
- Owner: priyankkalgaonkar
- Created: 2022-12-23T21:13:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T05:09:29.000Z (almost 2 years ago)
- Last Synced: 2024-05-20T19:12:29.246Z (6 months ago)
- Topics: arm-processor, grove-sensors, keil-studio, nxp
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lab 3 - Grove Slide Potentiometer Experiment
## Introduction
The Grove Slide Potentiometer module incorporates a linear variable resistor with a maximum resistance of 10KΩ. When you move the slider from one side to the other, its output voltage will range from 0 V to the Vcc you apply. It connects to the other Grove modules through a standard 4-Pin Grove Cable. Three of the pins are connected to OUT (Pin 1), Vcc (Pin 3) and GND (Pin 4), while the fourth pin (Pin 2) is connected to an on-board green indicator LED. The LED is used to visually represent the resistance change on the potentiometer.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
- 10KΩ Grove Slide Potentiometer
- Keil Studio Cloud IDE## Reporting Bugs
[Issues](https://github.com/priyankkalgaonkar/TALab3BsliderECE595/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/TALab3BsliderECE595/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.