Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gemmus/psoc
- Owner: Gemmus
- License: mit
- Created: 2024-03-22T09:13:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T16:55:01.000Z (8 months ago)
- Last Synced: 2024-05-16T05:34:21.718Z (8 months ago)
- Topics: c, cy8ckit-059, psoc-creator, psoc5lp
- Language: C
- Homepage:
- Size: 17.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
Figure 2: Set up of assignment 2.
## Assignment 3: DAQ
Figure 3: Set up of assignment 3, 100uF capacitor between wires and temperature sensor.
Figure 4: Example output of assignment 3.
[LM35 Datasheet](https://www.ti.com/lit/ds/symlink/lm35.pdf)
## Assignment 4: SPI & I2C
Figure 5: Set up of assignment 4.
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
Figure 7: Set up of assignment 5.
Figure 8: Example output of assignment 5.
[DS18B20 Datasheet](https://cdn.sparkfun.com/datasheets/Sensors/Temp/DS18B20.pdf)
## Project: