Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gemmus/psoc

Programmable System on Chip crash course
https://github.com/gemmus/psoc

c cy8ckit-059 psoc-creator psoc5lp

Last synced: about 1 month ago
JSON representation

Programmable System on Chip crash course

Awesome Lists containing this project

README

        

# PSoC

## Assignment 1: Blinking blue LED with button press
![LED_Blink](https://github.com/Gemmus/PSoC/assets/112064697/c01416cb-8322-41eb-a3f2-6a057c6361b2)

Figure 1: LED blinks while button is kept pressed.

## Assignment 2: Servo Motor

Description:
- (When program initialised, motor changes from turning to stop.)
- Servo motor starts turning when button is pressed. Speed increases gradually to final speed. Maintain rotation until new button press.
- If button is pressed when motor is turning, motor decreases speed gradually until it stops and waits for new button press to start.

Exercise 3 Setup

Figure 2: Set up of assignment 2.

## Assignment 3: DAQ

Exercise 3 Setup

Figure 3: Set up of assignment 3, 100uF capacitor between wires and temperature sensor.

Exercise 3 Output

Figure 4: Example output of assignment 3.

[LM35 Datasheet](https://www.ti.com/lit/ds/symlink/lm35.pdf)

## Assignment 4: SPI & I2C

Exercise 3 Output

Figure 5: Set up of assignment 4.

Exercise 3 Output

Figure 6: Example output of assignment 4.

[TC74A2-5.0VAT Datasheet](https://ww1.microchip.com/downloads/en/DeviceDoc/21462D.pdf)
[MCP3201-CI/P Datasheet](https://ww1.microchip.com/downloads/en/DeviceDoc/21290F.pdf)

## Assignment 5: OneWire

Exercise 3 Output

Figure 7: Set up of assignment 5.

Exercise 3 Output

Figure 8: Example output of assignment 5.

[DS18B20 Datasheet](https://cdn.sparkfun.com/datasheets/Sensors/Temp/DS18B20.pdf)

## Project: