2025 Winter Lab Internship Projects
- https://github.com/Infineon/XMC-for-Arduino
- https://github.com/Infineon/mtb-example-psoc4-hello-world
- https://github.com/Infineon/mtb-example-psoc4-i2c-master-slave/tree/master
- https://github.com/Infineon/mtb-example-psoc4-msc-capsense-csd-slider-tuning
-
XMC_1100_BK_6LED : Turning on the built-in 6 LED sequentially on XMC_1100_Bootkit (For arduino IDE)
-
XMC_1100_BK_DAVE_6LED : Turning on the built-in 6 LED sequentially on XMC_1100_Bootkit (For DAVE IDE) - Based on blinky example
-
XMC1100_BK_temp_press_knob : Mini project with XMC_1100_Bootkit/DPS310/TLV493D/1602 I2C LCD
4. Psoc4100_MAX_LED.c : Turning on the built-in LED(2 of 3) sequentially on PSoC 4100S MAX (For ModusToolbox) - Based on Hello World example
-
Hello_World_3LEDS : Turning on the built-in 3 LEDs sequentially on PSoC 4100S MAX (For ModusToolbox) - Based on Hello World example
-
I2C_Master_EzI2C_Slave : Modified I2C example to print to the serial monitor via UART on every Send and Read operation (For ModusToolbox) - Based on I2C_Master_EzI2C_Slave example
-
MSC_CAPSENSE_CSD_Slider_Tuning : Modified Slider example to print position with UART and control LED with slider position value(For ModusToolbox) - Based on SC_CAPSENSE_CSD_Slider_Tuning