Team: Yakovkin Mykola
- PSoC CREATOR v4.2
- PuTTY
- Git
1. Open PSoC Creator v4.2
2. Open in program your project file LABs.cywrk
3. Choose project which you want to check
4. Connect your PIONEER KIT to computer
Note
If want check
2.7
,3.1
and3.2
you should also connect Multi-function Shidle to your PIONEER KIT
4. Program your board and check the result
1. Follow the link
2. Find and download file - PSoCCreatorSetup_4.2_es100_b641.exe
1. Follow the link
2. Select which system you want to download the app for
1.1 - 1.3
- Our program works with lights, so all changes must be linked to this LED
2.7
- Our program works with 4 digit 7-segment LED display module.
Note The
SW2
button can be found here
3.1 - 3.2
- Our program works with 4 digit 7-segment LED display module andPuTTY
Attention! How we should set up PuTTY?
During this practical exercise, we learned how to control the LED, control its saturation and build the flicker. We learned how to work with the 4 digit 7-segment LED display module and how to output negative numbers and floating point numbers. We learned how to use the buttons and how to communicate with our board via computer.
- Additional task: change the brightness of the LEDs using PWM (PWM) - 2 points.
- Additional task: Modify the number output function to output fixed-point numbers -- 2 points.
- Additional task: add support for outputting floating-point numbers -- 1 point.