Table of Contents
- Project Introduction
- Getting Started
- Controlling a Servo
- Controlling a Robot Arm
- Sorting Objects with the 3D Magnetic Sensor 2Go TLE493D
**********************************************************************************************************************
Getting Started
In this chapter, I´m going to take my first steps with this CY8CKIT-062S2-43012 programming board.
Example Hello World!
Now its time to test the PSoC 6 Pioneer Kit, so I used the "Hello world!" example as shown below:
Click on: File> New> ModusToolBox Application
Insert kit name: CY8CKIT-062S2-43012, and click next
Type: Hello World, select the project and click on create
Below is the project,
Connect the PSoC 6 Pioneer Kit, and verify the connection in Device Manager:
To Build project click Project > Build Project
To Run the Application, click Run > Run Configurations ...
Select GDB OpenOCD Debugging > Hello_World Program (KitProg3_MiniProg4) and click Run
After programming, the application starts automatically. The image tells us that if we press enter on our keyboard, we can make the LED blink or stop.
I have used PuTTY, through the serial port at 115200 baud rate.
Conclusion:
- This is a nice guide for those of us who started using "Modus Toolbox", personally I didn´t find a detailed step-by-step tutorial.