Product Forum Discussions
Browse the Community
USB
Universal Serial Bus (USB) forums have discussions regarding Low-Full & High Speed Peripherals, Superspeed Peripherals, USB Hosts Hubs Transceivers, and USB EZ-PD Type C product solutions for PCs and consumer device topics.
Wireless Connectivity
Power
Sensors
Memories
Memory Discussion Forums discussions regarding NOR Flash, SRAM, nvSRAM and F-RAM - performance and reliability with discrete memory densities ranging from 4K-bit to 2G-bit topics.
Other Technologies
Discussion forum regarding Other Technologies including Power Management and Clocks topics.
Security & Smart Card
Radio Frequency (RF)
Recent discussions
Greetings,
I would like to ask you, can CY8CKIT-031 be used with CY8CKIT-059? Or do I have to buy CY8CKIT-050 ?
I already have -059. I would like to use -031, but it is quite expensive to buy both -031 and -050.
Show LessI'm working on a project, and having trouble wrapping my head around the APIs in the BLE datasheet. Currently I have a hub device acting as both Peripheral and Central and another device that is just Peripheral. They communicate in pairs, but the hub device can also communicate with other hub devices. To pair those up, I manually put one in Slave/Client/Central, and the other in Master/Server/Peripheral. From there the Slave scans, finds, then connects to Master. From there the Slave needs 2 bytes from the Master, and after it receives them, disconnects, but I don't know which APIs would best be suited for that, since the Server can't CyBle_GattcWriteCharactisticValue. Would I need CyBle_GattcReadCharacteristicValue or CyBle_GattsWriteAttributeValue? Which APIs to which side of the communication would I use specifically?
Show LessHi,dear
i have some questions about the PGA module as follow:
1.what is the role of the Vref in PGA module?
2.when the gain was setted 50,but the output voltage (Vout )is less than 50 times of the input voltage(Vin=0.02sinwt+1.024,f=2k Hz).
result:Vpp of Vout is 763mv,wave of output voltage shown in the attachment .
Looking forward to your reply.Thank you.
Show LessI can`t control output pin. I made as in example :
#define LED_OFF 1u
#define LED_ON 0u
RED_Write(LED_ON);
RED_Write(LED_OFF);
But it always On and not changed 😞
Attached pin settings window.
What wrong ?
Show LessHi, I am very new to PSOC programming. I basically need to get voltage readings from an electric (voltage divider) circuit and transfer it to a PC over Bluetooth. Is it possible to do this using PSoC 4 BLE pioneer kit, or any other PSoC device? If so, then can someone please give me some guidelines on how I should proceed?
Thanks!
Show LessHello Everyone,
I want to increase no of samples and for that i want to do oversampling. Could any body guide me how i can do this?
I am using SAR ADC in PSOC 5 LP.
Looking forward for your reply.
Best Regards
Show LessHello
I am programming device CYBL10563-56LQXI with development board CY8CKIT-042-BLE.
If I program it with PsocProgrammer 3.24.0 it takes about 15 seconds, together with verifying.
But If I program it with Perl example script (via Command promt) it takes almost 2 minutes with the same settings (SWD, Protocol clock=1,6Mhz...)
Does anybody know what makes this huge difference? Two minutes program time is useless for serial production (progamming) devices.
Thank you for your tips.
Show LessHi, I was working with capsense and i require the capsense button to work just as normal push switch.
I am using the buttons to send commands to my serial mp3 player. But if i put my finger on the button, the function is getting executed a number of times and sending the UART data continuously which i require to be sent only once.
I am uploading my workspace bundle. Please let me know a solution for this
Show LessI have a prototype kit of PSOC 4 CY8C4247AZI M485 , does this device allow bluetooth interface. it has two port pins as EZ-BLE tx and rx, can I interface with bc 06 bluetooth module?
Show LessI want to use printf for debuging. I compiled Dynamic_GATT_Service_Configuration example and see that it`s work. I see all messages on Teraterm window. I placed in my project same code but because some reason if I use UART_UartPutString I see output but printf not 😞
#include <stdio.h> I placed.
What it can be ?
Show Less