Previously I have learnt how to operate a TCPWM using Device Configurator. In this blog, I will try to control a servo motor using a TCPWM for PSoC6. BOM: PSoC6 WiFi-BT Pioneer Kit, a servo motor, and some jumper wires. As previous, I creat...
Introduction
The SiteWise Architecture
The SiteWise Assets
Connecting the IoT RAW data to the SiteWise assets
SiteWise Data Representation
Full Content
Already Posted (until now)
Sources, Circuits, and Documentation
Thanks to
Introd...
Introduction
AWS IoT Configuration and Setup
The IoT Core Configuration Path
A Confusing Incongruence
The IoT Thing: PSoC6ControlCenter
The File aws_clientcredential.h
The File aws_clientcredental_keys.h
Full Content
Already Posted (u...
Below are the materials that I have used in this blog, do prepare those items so you can follow what I have done if you wish so.BOM: PSoC6 WiFi-BT Pioneer Kit, 1 LED, 1 potentiometer with resistance adjusted to around 300 ohm. When I'm trying to...
1 FreeRTOS or Not, Is that a question?1.1 Before starting, whether FreeRTOS to be used or not , shall be balanced first. It is easy to start the code straitforward. Let me call it , strait-coding.Do what we think , and wrting codes what it should. Th...
Adding headersI decided that it is time to connect the sensor to CY8CPROTO-062-4343W board.I've soldered headers to the board, so I can connect and disconnect my heart beat sensor easly. I've used the same pins as where used by thermistor - P...
This blog post give a simple example of how to interact with PSoC6 step by step. BOM: PSoC6 WiFi-BT Pioneer Kit. First of all, I have installed the ModusToolbox 2.1 version by following the ModusToolbox Installation Guide and read through t...
In this blog post, I will give a rough idea of what I'm going to do with my project. Below is the block diagram of my project:Block diagramThe designs of the peripherals such as food dispenser, water dispenser, and sleeping pod are as below:...
In this blog, I will set up AWS SNS services to notify me through text messages and emails when the kit sends MQTT messages. From AWS console home page, choose Amazon Simple Notification Service (SNS). If this is your first time using SNS, the f...
IntroductionLast blog we are success of record sound clip to FRAM in the Cypress Kits, here we could like upload to AWS to future process, such as used for sound recognition or feed to AI engine.In order to stream the sound data to the AWS cloud, the...
Build with Mbed-cli1. Install mbed-cli.msi in Windows 10with the fowllowint components,The python 2.7.10 is installed and ruin my previous python 3.6.x ENV. I have to reinstalled python 3.7 in anaconda ENV in isolated environments. It is sugges...
Create Project in Modus Toolbox1. After installation of Modus Toolbox, create project is easy. First, start Project-creator in Tool Directory, choose the sample project and import into project directory.One important setting shall be made before buil...
Introduction to AWS IoT Core The AWS IoT Core is a cloud service that provides IoT devices a gateway to connect and interact with the complete AWS infrastructure. Devices access the IoT Core service through the lightweight, publish-subscribe MQT...
1. As always, the Suggested IDE by vendor is best one. Easy download and installtion as follows with Modus Toolbox 2. While the Project-creator can not work well,The XML file can not be fetch.Checking if remote manifest is accessible...
Fa...
1. The KitJust got the dev kit in one simple CardBoard Package. From my point of view, that is good.The Prototyping Kit is designed in size of breakboard, fairly good for prototype design, keep what is needed and save the rest for later use.2. ...
AWS Management AWS provides several alternatives to manage their services: the AWS Management Console, the AWS Command Line Interface (CLI) and the SDK (available in C++, Go, Java, JavaScript, .NET, Node.js, PHP, Python and Ruby). To show h...
www.youtube.com/watchIntroductionLast Blog, we discuss how to reroute the PDM mic signal to Sound Card which is require for our intelligence mailbox. To detect dog bites and play alarm scare away the poor dog or make notification to the Dog owner. To...
Here I have created the DataBase part of the Project which is responsible to store Customer data as well as the website content. To getting started with DataBase design I want to introduce the "PostgreSQL: the most advanced Open source Relationa...
Fridge on AWS IoT
1. Smart Fridge on AWS IoT
2. Smart Fridge on AWS IoT
Smart Home includes types of applicants. Up to now, not popular as it should be. Part of the reasons lie in the incompatible of standards and protocles. The machine can ...
It is the last day for this weekend, and i am rushing to try to able to use Modus toolboxi find there are lots of video tutorial provided by Cypress Semiconductor on both Modus Toolbox [1] and PSoC 101 and there my starting point is. however, i ...
I have decided to divide this project into 4 parts as below :1) User Interface (Website)2) AWS IoT3) DataBase4) BillBoard (PSoC 6)andAs I have discussed earlier that Due to Hardware not received so that I am working on User-interface First. Here...
Introduction
Text to Speech
The Sentences File
The Speak Python Class
Creating Secure, Randomized, OTP
The NodesAPI Class
Nodes.json
The Class
The Control Center Main Application
Global Parameters
User Interface
Timeloop Jobs
...
Exploring Cypress ModusToolbox Device Configurator (MTB DC) 2.1The last two weeks I've spent learning how to use MTB Device Configurator 2.1. In my previous post I've described my initial journey with MTB. I was able to fix Device Configurator 2.1 er...
IntroductionIn order to feed the AI recognition for detect the dog bites either cloud AWS or locally by TensorFlow lite, first we must make the sound card work, unfortunately the sound card and mic do not work out of board as easy as like Linux...
Door Opener Node Architecture and API
The APIs
/otp
/opendoor
The Two-way Password Implementation
A Web Server with ESP8266
A Consideration on the IP Address of the Devices
The ESP8266 HTTPS Web Server Software
Full Content
Already ...