Mouser Bluetooth Mesh: L6 The Dimmable Light Code

Summary This is a programming class.  So let’s take a closer look at the Light Dimmable Project.  It is not very hard.  The project is broken up into three main files led_control.h – which is the public interface to control the LED. led_control.c – the actual functions to control the LED. light_dimmable.c – the user […]

MBEDOS & BLE & PSoC 6 & CYW4343W

Summary At the Embedded World Show in Germany in a couple of weeks I am going to be showing a crazy demo (more on this later) that uses MBED OS and BLE and WiFi and PSoC 6 and the 4343W.  Given how close things are and how new MBED OS is to me I figure […]

BLE Write Request, Write Command, Signed Write Command & Prepare Write

Summary In my article entitled “PSoC4 BLE Central Custom Profile w/LED & CapSense” a reader named Doug posted a question which asked about BLE Writes and the events that are created in PSoC 4 BLE.  This article attempts to answer those questions.  The bottom line is that the BLE Spec specifies four ways for a […]

Mouser PSoC6-WiFi-BT L6 : Integrate GoBle Bluetooth into the Game

Summary At this point we have a working BLE Remote Control and a working Game.  In this lesson I’ll merge the two projects together so that the GoBle remote control will be able to control the game paddle.  It will do this by creating messages (just like the CapSense messages) and sending them to the […]

Mouser PSoC6-WiFi-BT L5 : GoBLE – BLE Remote Control for the Game

Summary Although I a like the video game, it is for sure missing something.  That something is IoT.  The first IoT thing that we will do to the game is to add a BLE remote control.  I wanted a pre-done remote control that could be downloaded from the App store.  After looking around a little […]