CYBLE_ERROR_INVALID_OPERATION with CyBle_GattcDiscoverAllCharacteristics
Forums: PSoC 4 BLEI'm making a project similar to the BLE_UART project from cypress using the CY8CKIT-042-BLE Pioneer Kit with a CYBLE-EVAL-014008 module and the provided dongle. During the initial...
View ArticleHow to set up a custom GATT Char for an array of similar items
Forums: PSoC 4 BLEHi,I have a project that has a few arrays of items that the Android app can change. For instance, there is an array of 10 'custom value' items that consist each of:value number...
View ArticleBLE OTA 256 Kb is possible to get stuck?
Forums: PSoC 4 BLEHi,I implemented BLE OTA in a 256kb PSoC 4 , it is working fine, but I want to know if is possible the Launcher main project get stuck and how to recover from this without physical...
View ArticlePasskey authentication error with custom key entry from app
Forums: PSoC 4 BLEHi,I am trying to have my BLE device connect to my app with a simple password setup. I have set the password to '1234' using the following code: case CYBLE_EVT_STACK_ON:...
View ArticlePSoC Android BLE App trying to add new char for green led
Forums: PSoC 4 BLEHi, everyone!I have some problems with this project https://www.youtube.com/watch?v=yTnsV_J57i8.Everything works well for red led, but when I want to add the same thing for my green...
View ArticleCY5677 linux driver?
Forums: PSoC 4 BLEHello.My team recently obtained CY5677 USB dongle, to see if our apps can work with it enabling BLE 4.2 featrues. The issue is that the device is not recognized by Linux image (based...
View ArticleBLE Multi-hop
Forums: PSoC 4 BLEWe have a BLE application where we need hopping through nodes. I have shown below how it looks like. We don't want mesh network because we don't require node to node communication....
View ArticleCypress BLE stack more than one connection
Forums: PSoC 4 BLEDoes cypress latest BLE stack has ability to maintain more than one connection ?
View ArticleTimer Interrupt works in DeBug but not "program"
Forums: PSoC 4 BLEUsing EZ-BLE module (CYBLE-214009-00) , PSoC 4 with the pioneer board I have two pushbutton switches which I want my program to respond to when either has been pressed and held for...
View ArticleMay I start two timers concurrently
Forums: PSoC 4 BLEHi, May I start two timers concurrently ? How to do ?I have two timers need to start concurrently, (1). may I tie these two start pin together and start them using a...
View ArticleObserver only finding limited GAPC_SCAN_PROGRESS_RESULTs
Forums: PSoC 4 BLEI have an advertiser that is generating advertising packets every 50ms. My observer has scan window and interval of 30ms. I'm watching the CYBLE_EVT_GAPC_SCAN_PROGRESS_RESULT and...
View ArticleBluetooth 5.0 and Bluetooth Mesh (SIG)
Forums: PSoC 4 BLEHello,We are really interested by the soon incoming bluetooth mesh (based on SIG specifications), that could fit well with home automation with best range plus mesh.Can we know when...
View ArticleIssues with UART to BLE
Forums: PSoC 4 BLEUsing the Peripheral and Central Profiles of the UART to BLE in conjunction to CoolTerm (Terminal Program which allows you to Send Strings) I am running into a couple issues. If my...
View ArticleEvent for 'Just sent Advertising Packet'
Forums: PSoC 4 BLEIs there any way to trigger an event on the client when the client sends an advertising packet? My application is sending out packets every 50ms for multiple peripherals to...
View ArticleQuery regarding File Transfer using BLE USB Dongle
Forums: PSoC 4 BLEHello,This is regarding file transfer between BLE USB dongle and Connected BLE peer device.My requirement is that I need to breakdown a file in small packets and send packets to the...
View ArticleBLE_HID_Keyboard example, how to insert part of the mac adress in gap device...
Forums: PSoC 4 BLEhi,to distinguish multiple connected devices on the paired bt listhow is the device name string/device address string accessed from the main.c code?Thanks.
View ArticleBLE_HID_Keyboard example, how to insert information in the Device Information...
Forums: PSoC 4 BLEHi,CySmart displayes only empty strings on the Device information - except for the Manufacturer Name set in the profiles settings.Calling f.ex....
View ArticleProblem sending PWM data via I2C to LED using Bridge Control Panel
Forums: PSoC 4 BLEI'm trying to do the PsOC 101 Lesson 10 where PWM data is sent to the LED from the bridge control panel via I2C . I'm doing exactly what is being done in the video, though when I type...
View ArticleBLE_OTA_FixedStack Can't find symbol_list.txt
Forums: PSoC 4 BLEI have taken PWM example project and compiled successfully. Then open BLE_OTA_FixedStack_Bootloader01 and did proper settings and compiled successfully. After modifying and launching...
View Article4 buttons to generate 4 interrupts
Forums: PSoC 4 BLEI want to use 4 buttons to generate 4 interrupts(4 pins belong to different ports), but it seems that there is a limit on the port. What should I do? thanks in advance.
View Article