Top Banner
Project Intensity By Hani Kably
15

Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.

Jan 03, 2016

Download

Documents

Oscar Rose
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.

Project Intensity

ByHani Kably

Page 2: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.

Objectives

• Learn how to display the intensity on the LEDs for two channels (two different patterns).

• Learn how to display the intensity on the LEDs for only one channel (four different patterns).

Page 3: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.

Hardware/Software Used

• ADSP-BF533• Blackfin VisualDSP++ 5.0• Speakers• Personal Computer• Cables

Page 4: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.

Button Functions

PF8 (default state): the LEDs display the intensity peripherally (stereo).

• The first pattern displays the intensity of the left channel on the LEDs from the middle to the left, and the right channel on the LEDs from the middle to the right.

• The second pattern displays the intensity of the left channel on the LEDs from the far left to the middle, and the right channel on the LEDs from the middle to the far right.

Page 5: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.

PF9 (second button): the LEDs display the intensity of the left channel only.

• The first pattern displays the intensity on the LEDs from the far left to the far right.

• The second pattern displays the intensity on the LEDs from the far right to the far left.

• The third pattern displays the intensity on the LEDs from the middle to the left and right.

• The fourth pattern displays the intensity on the LEDs from the far left to the middle and from the far right to the middle.

Page 6: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.

PF10 (third button): the LEDs display the intensity of the right channel only.

• The first pattern displays the intensity on the LEDs from the far left to the far right.

• The second pattern displays the intensity on the LEDs from the far right to the far left.

• The third pattern displays the intensity on the LEDs from the middle to the left and right.

• The fourth pattern displays the intensity on the LEDs from the far left to the middle and from the far right to the middle.

Page 7: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.
Page 8: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.
Page 9: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.
Page 10: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.
Page 11: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.
Page 12: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.
Page 13: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.
Page 14: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.

General Guidelines

• Any globally defined variable must be also be externally introduced in the header file.

• Any globally defined function must be also be introduced in the header file.

• It’s important to use the OR logic between two functions that use LEDs at the same time! Otherwise they will conflict and result in having only one function working.

Page 15: Project Intensity By Hani Kably. Objectives Learn how to display the intensity on the LEDs for two channels (two different patterns). Learn how to display.

Results and Conclusion

• There were few obstacles, but I managed to overcome them.

• The project works as expected without any errors or mishaps.

• This project was a good experimental learning tool in which helped me aspire and grow.

• I feel extremely confident about making any other project concerning the ADSP-BF533.