First things first:
Compile the hello world and get the required things like sensors and battery etc.
Before compiling we need to add the compiler path in the environmental varibles:
CY_TOOLS_PATHS = C:/Infineon/ModusToolbox/tools_2.4/
Remember forward slashes and and Infineon folder not the Cypress folder. If you have installed Modus toolbox recently
Same thing follows for the cache folder
CY_GETLIBS_CACHE_PATH = C:/Users/PCName/.modustoolbox/cache/
Choose th proper board before starting
Nesxt select the application you want to try out. Here I'm trying hello world just to be sure that compilation and programming is fine.
Here's the result after building and running the project. There are already many tutorials on this so I will not go through the building and running procedure again.
You can press enter key to stop and resume the LED blinking
By this experiment we confirmed that the device is ready to get the sensor data and act upon it.
Our project plan is to test all the peripheral sensors one by one and then finally integrating everything according to our requirement.
We will test sensors in upcoming blogs.