These tutorials are great in dealing with the fundamental structures inside the psoc .. Demonstrating a different way of thinking about micro controller electronic designs. More of these 101s examples covering all the sub components within PSOC .Good to see the company is heading in this direction of education...
I just got this board and was trying this. Could have used more details, especially the breathing led and more details on moving in the schematic. I did finally get it working.
It looks quite complicated. Could int not just done by C-Code? I have several PSoC development boards but terminate to use them because never got things working like I wanted. Therefore I stayed with MSP430, STM32, ATMEGA. And doing every thing with hardware looks like a waste of resources. With code I can use only one timer to generate many different PWM-outputs.
These tutorials are great in dealing with the fundamental structures inside the psoc .. Demonstrating a different way of thinking about micro controller electronic designs. More of these 101s examples covering all the sub components within PSOC .Good to see the company is heading in this direction of education...
I didn't believe you could do that untill i watch the video.
Nice one! i know this will help me a lot
I just got this board and was trying this. Could have used more details, especially the breathing led and more details on moving in the schematic. I did finally get it working.
Very helpful instructions. Thank you!
What are the settings (UDB, period, CMP, etc.) of PWM_0 and PWM_1?
How to open & run existing project downloaded from Github into PSoc creator Software
Sir I want to implement health monitoring system using PSOC 5LP (CY8CKIT-059). Is it possible sir. Can you please help me
It looks quite complicated. Could int not just done by C-Code? I have several PSoC development boards but terminate to use them because never got things working like I wanted. Therefore I stayed with MSP430, STM32, ATMEGA. And doing every thing with hardware looks like a waste of resources. With code I can use only one timer to generate many different PWM-outputs.
def usb_read(self, size=con.USB_IN_BYTE_SIZE, timeout=None):
try:
usb_input = self.ep_in.read(size, timeout)
except Exception as error:
print("ERROR: --- Failed to read. ---")
print(self.ep_in.read(size, timeout))
return usb_input
def usb_collect_data(self):
data_collect = self.usb_read(64,timeout=10000)
return data_collect
Why it is coming based on above code
I am Having all code with me
I will share you just provide me the HEX & GUI(EXE)
Problem facing