PSoC4 BLE Central Custom Profile w/LED & CapSense

Summary Last week I got a nice email from a Cypress customer in Italy (I think).  He asked about implementing a PSoC4 BLE Central.  I replied that it was pretty easy.  Over the weekend I thought about it a little bit more and realized that I had never implemented the Central a.k.a. the “other” side […]

PSoC4 Boot Sequence: Examine memory using debugger

PSoC4 Boot Sequence (Part 3) – Preinitializing Variables before main()

Summary In the previous articles, I took you through the first part of the PSoC4 Boot Sequence.  I traced from the power on of the chip to the beginning of the “Reset()” function.  Then in the 2nd article I showed you how the exception vectors were placed into the ROM (Flash).  In this article I will […]

CY8CKIT-021: The PRoC BLE Firmware

In the next few posts I am going to show how to build a very simple BLE project for the shield, debug it using CySmart, make an iOS app, and finally make an Android app.  I am going to try to only put in the bare minimum of feature that will enable you to see […]

CY8CKIT-021: Using the BLEIOT Component

Now that we have a component built up, I will build up a test to demonstrate its functionality.  The test will do the following On the PSoC side it will: Read the Capsense Button0.  If it is pressed it will send a “boatload” command to the PRoC Read the Capsense Button1.  Each time it is […]