Sortuj według: punktów | komentarzy | daty

wyniki wyszukiwania tagu psoc

1

Cypress Academy, PSoC 101, Lesson 14, Status Register

futureelectronicsfutureelectronics | dodany 2908 dni 10 godzin 3 minuty temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC+101%7c1%7c,Ny:True,Nea:True . Now I have a UART to print out information I want to show you a couple of extra components that are really useful for digital design. These are the control and status registers. These registers are the interface between the schematic and your firmware. https://youtu.be/m_k3mPulgI0 więcej...
Cypress Academy, PSoC 101, Lesson 14, Status Register
1

Cypress Academy, PSoC 101, Lesson 13, CapSense

futureelectronicsfutureelectronics | dodany 2908 dni 10 godzin 9 minut temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC+101%7c1%7c,Ny:True,Nea:True . PSoC can detect the presence of a finger by sensing capacitance. PSoC offers the best capacitive sensing on the planet. All the Pioneer kits have five sensors which we can use individually as buttons or to create a slider. In this lesson we will show how CapSense provides a very sensitive slider with just these 5 sensors. https://youtu.be/Rpkkr72zlS0 więcej...
Cypress Academy, PSoC 101, Lesson 13, CapSense
1

Cypress Academy, PSoC 101, Lesson 12, UART

futureelectronicsfutureelectronics | dodany 2908 dni 10 godzin 38 minut temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC+101%7c1%7c,Ny:True,Nea:True . I am going to show you another use of the communication blocks; a UART. For this lesson you will need to install a terminal emulator program. I recommend TeraTerm or PuTTY both of which can be downloaded to the web for free. This time create a new project from scratch rather than copying an old project. Find and add the UART to the schematic. https://youtu.be/FB8Tv5_OusE więcej...
Cypress Academy, PSoC 101, Lesson 12, UART
1

Cypress Academy, PSoC 101, Lesson 11, I2C Transmit

futureelectronicsfutureelectronics | dodany 2908 dni 10 godzin 44 minuty temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC+101%7c1%7c,Ny:True,Nea:True . We just did an I2C receive project. Now let’s reverse that and transmit data from the slave to the Control Panel. I do not want to spend a lot of unrelated effort creating data to transmit but the example is more interesting if the data changes value. So I will simple run the PWM slowly and transmit the counter value. https://youtu.be/93X2z6PE71I więcej...
Cypress Academy, PSoC 101, Lesson 11, I2C Transmit
1

Cypress Academy, PSoC 101, Lesson 10, I2C Receive

futureelectronicsfutureelectronics | dodany 2929 dni 7 godzin 57 minut temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC+101%7c1%7c,Ny:True,Nea:True . My name is Alan Hawse and this is PSoC 101. Another useful hardware peripheral inside of PSoC 4 is the serial communication block, which can be used as a UART, I2C, or SPI. In this lesson I will start with PSoC 4 acting as an I2C slave and use our Windows utility called the Bridge Control Panel to play the role of master. https://youtu.be/ks_48gjCBNc więcej...
Cypress Academy, PSoC 101, Lesson 10, I2C Receive
1

Cypress Academy, PSoC 101, Lesson 9, Timer

futureelectronicsfutureelectronics | dodany 2929 dni 8 godzin 4 minuty temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC+101%7c1%7c,Ny:True,Nea:True . My name is Alan Hawse and this is PSoC 101. The third use of the TCPWM component is as a timer. In this example we will time how long the switch is held down and translate that into the brightness of the LED by reusing the PWM that we set up in the last lesson. https://youtu.be/LmiU98HR6CI więcej...
Cypress Academy, PSoC 101, Lesson 9, Timer
1

Cypress Academy, PSoC 101, Lesson 8, Pulse-Width Modulator (PWM)

futureelectronicsfutureelectronics | dodany 2956 dni 11 godzin 27 minut temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC+101%7c1%7c,Ny:True,Nea:True . In this lesson I am going to show you the pulse width modulator, or PWM functionality of the TCPWM. This component generates repeating pulses on its output and lets you control both the period and the duty cycle. https://youtu.be/QhK8OR0Aze0 więcej...
Cypress Academy, PSoC 101, Lesson 8, Pulse-Width Modulator (PWM)
1

Cypress Academy, PSoC 101, Lesson 7, Timer, Counter and PWM Component

futureelectronicsfutureelectronics | dodany 2956 dni 11 godzin 34 minuty temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC+101%7c1%7c,Ny:True,Nea:True . I am going to introduce you to a more powerful counter. This counter is implemented in one of the special Timer/Counter/PWM blocks or TCPWM in the PSoC device. https://youtu.be/zRAP3PRudMg więcej...
Cypress Academy, PSoC 101, Lesson 7, Timer, Counter and PWM Component
1

Cypress Academy, PSoC 101, Lesson 6, Basic Counter

futureelectronicsfutureelectronics | dodany 2956 dni 11 godzin 40 minut temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC+101%7c1%7c,Ny:True,Nea:True . As you pressed the button it counted up and changed the state of the output pins accordingly. There is actually a component that can do all that for you and save a lot of wiring. It is also a great way to introduce you to the concept of wire busses. https://youtu.be/seAafknYEsE więcej...
Cypress Academy, PSoC 101, Lesson 6, Basic Counter
1

Cypress Academy, PSoC 101, Lesson 5, Toggle Flip-Flop

futureelectronicsfutureelectronics | dodany 2956 dni 11 godzin 46 minut temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC+101%7c1%7c,Ny:True,Nea:True . How to toggle pins in using the programmable digital hardware. Again with no C code at all. Search for, and add in a toggle flip-flop. Wire up the not gate to the clock input of the toggle. https://youtu.be/YpVySo9_mBI więcej...
Cypress Academy, PSoC 101, Lesson 5, Toggle Flip-Flop