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

wyniki wyszukiwania tagu 101

1

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

futureelectronicsfutureelectronics | dodany 2973 dni 15 godzin 51 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
1

Cypress Academy, PSoC 101, Lesson 4, Hardware Pins

futureelectronicsfutureelectronics | dodany 2973 dni 16 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 . I am going to tie pins together inside the device and control the LEDs from the switch without any intervention from the ARM core at all. This functionality is completely unique to Cypress PSoC. https://youtu.be/RqKKmhzNxZ4 więcej...
Cypress Academy, PSoC 101, Lesson 4, Hardware Pins
1

Cypress Academy, PSoC 101, Lesson 3, Interrupts

futureelectronicsfutureelectronics | dodany 2973 dni 16 godzin 14 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 generate and handle an interrupt from the PSoC hardware. In this project you will attach an input pin to an interrupt, then use an Interrupt Service Routine to toggle the state of an LED. I am going to make the input pin generate an interrupt. https://youtu.be/6ZnSUP0L4HE więcej...
Cypress Academy, PSoC 101, Lesson 3, Interrupts
1

Cypress Academy, Psoc 101, Lesson 2, Software Input Pins

futureelectronicsfutureelectronics | dodany 3012 dni 16 godzin 12 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 the last lesson I talked about output pins. Now let’s read some input. Start by making a copy of your first project. You can do that by using the save-as feature which is available by right clicking the original project to bring up the context sensitive menu. https://youtu.be/0Mo9ACC5YW0 więcej...
Cypress Academy, Psoc 101, Lesson 2, Software Input Pins
1

Cypress Academy, Psoc 101, Lesson 1, Software Output Pins

futureelectronicsfutureelectronics | dodany 3012 dni 16 godzin 50 minut temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC+101%7c1%7c,Ny:True,Nea:True . The first thing we need to do is create a new project in PSoC Creator. In the dialog I can give my project a name and choose the target device. Because I am using the 042 kit I need to select the PSoC 4100 / PSoC 4200 design and then choose a template for the project. https://youtu.be/LrXXpQr1itY więcej...
Cypress Academy, Psoc 101, Lesson 1, Software Output Pins
1

PSoC Creator 101, CY8CKIT-049Prototying Kit Reset and Return to Bootloader Project

futureelectronicsfutureelectronics | dodany 3197 dni 9 godzin 1 minutę temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cCY8CKIT%2f-049%7c1%7c,Ny:True,Nea:True . Hello. My name is Alan Hawse. I am executive vice president of Software at Cypress Semiconductor. In this video, I will walk you through creating a simple reset circuit for your CY8CKIT-049 project. http://youtu.be/gzfL_68aKX8 więcej...
PSoC Creator 101,  CY8CKIT-049Prototying Kit Reset and Return to Bootloader Project
1

PSoC BLE 101, Finishing the Find Me Application with Firmware

futureelectronicsfutureelectronics | dodany 3197 dni 9 godzin 57 minut temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/technologies/development-tools/rf-wireless/Pages/1050692-CY8CKIT-042-BLE.aspx . In the last lesson we did the first half of a Find Me application. In this lesson we will take the Find Me profile that you configured in the first lesson as well as add a little bit of firmware that is required to make it work on the PSoC 4. It’s a good way to learn about the component firmware and find the right API for your needs. http://youtu.be/jLGf10GJJus więcej...
PSoC BLE 101, Finishing the Find Me Application with Firmware
1

PSoC Creator 101, Using CapSense with Bluetooth Low Energy

futureelectronicsfutureelectronics | dodany 3197 dni 10 godzin 15 minut temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cCapSense%7c1%7c,Ny:True,Ro:0,Nea:True,N:4294880381 . In the previous lessons, I showed you how to build applications using the built in services of PSoC Creator. What happens when you want to implement something that isn’t in the list? you need to add a “Custom Service”. We are going to write this application from scratch. http://youtu.be/_U9kFt7F18Q więcej...
PSoC Creator 101, Using CapSense with Bluetooth Low Energy
1

PSoC Creator 101, CY8CKIT-049 Prototyping Kit CapSense Project

futureelectronicsfutureelectronics | dodany 3211 dni 1 godzinę 42 minuty temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:ManufacturerPartNumberUpshiftedSearch%7c*CY8CKIT%2f-049*%7c1%7c,Ny:True,Nea:True . In this video I am going to demonstrate using the PSoC CapSense feature on the 049 prototyping kit. Start by creating a new bootloadable application. Then add and configure the bootloadable component as we discussed in the 049 bootloadable video. https://youtu.be/tMjaVrmtm-Y więcej...
PSoC Creator 101, CY8CKIT-049 Prototyping Kit CapSense Project
1

PSoC BLE 101: #1 Intro to Bluetooth Low Energy

glidyriseglidyrise | dodany 3283 dni 11 godzin 57 minut temu | () | Dodaj do obserwowanych obserwuj
http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC+Creator%7c1%7c,Ny:True,Nea:True . This is the first installment of a series of getting started videos about our new Bluetooth Low Energy solutions. We started with our PSoC 4 family of products and then integrated a BLE radio. This gives you all of the power of PSoC 4 including the programmable Analog system with two op amps, the low power comparators and the 1 mega sample 12-bit ADC. https://youtu.be/FZHj9NIjTug więcej...
PSoC BLE 101: #1 Intro to Bluetooth Low Energy