project intensity

15
Project Intensity By Hani Kably

Upload: garin

Post on 27-Jan-2016

40 views

Category:

Documents


0 download

DESCRIPTION

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 the intensity on the LEDs for only one channel (four different patterns). Hardware/Software Used. ADSP-BF533 Blackfin VisualDSP++ 5.0 - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Project Intensity

Project Intensity

ByHani Kably

Page 2: Project Intensity

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

Hardware/Software Used

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

Page 4: Project Intensity

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

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

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
Page 8: Project Intensity
Page 9: Project Intensity
Page 10: Project Intensity
Page 11: Project Intensity
Page 12: Project Intensity
Page 13: Project Intensity
Page 14: Project Intensity

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

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.