AnyCloud – Wireless Connection Manager (Part 1)

Summary A discussion of using the Infineon (Cypress) PSoC 6 with a CYW4343W and the AnyCloud Connection Manager with Modus Toolbox.  The AnyCloud Connection Manager is an RTOS thread that lets you manage a connection to a WiFi network.  It knows how to scan for networks, attach, detach etc. and was recently released for use […]

PSoC 6 & Using the MCWDT as a Deep Sleep Timer

Summary This article walks you through the steps to use the PSoC 6 MultiCounter Watch Dog Timer (MCWDT) as a DeepSleep Timer.  This includes using the Cypress HAL (lptimer), PDL as well as the configurators to achieve this goal. The Story If you want to build a low power PSoC 6 project you need a […]

ModusToolbox 2.0 – Libraries an Example for emWin & Super Manifests

Summary In this article I will walk you through creating a library for ModusToolbox 2.0 that will glue the Cypress RTOS Abstraction layer, emWin, the SSD1306 and the PSoC 6 together.  In the end, the library will become available in the Modus Toolbox Library Manager by creating a Super Manifest file. NOTE:  This blog was […]

Mouser PSoC 6 WiFi/BT MBED: L5 CapSense Thread

Summary In Lesson 05 we will add a CapSense GUI to enable the user to change the setPoint of the thermostat. Specifically I will create a new Thread called “CapSense Thread” which will read the state of the CapSense Buttons and send messages to the temperatureThread. To implement this I will: Import Lesson 04 Add […]

Mouser PSoC 6 WiFi/BT MBED: L7 The CY8CKIT-062-WiFi-BT

Summary This weekend as I was getting ready for the workshop, my son, Nicholas, was making fun of me for my user interface.  To fix this I decided to show how you could move platforms.  Specifically to the CY8CKIT-062-WiFi-BT which you can buy from mouser.com You could literally just change the target and things would […]