CY8CKIT-062-WiFi-BT and CY4343W, Programming Manual.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
AnSh_4727841
Level 1
Level 1

Is there a programming manual to program the Wifi module aboard the development board. We do not want to use WICED studio for programming the wifi functionality.

Are there any APIs available for the wifi module?

0 Likes
1 Solution
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

If you don't want to use WICED, then you would have to use Modus ToolBox 2.1(The examples in this would be limited as of now) https://www.cypress.com/products/modustoolbox-software-environment​. The Documentation for this is available at Cypress Wi-Fi Connection Manager Library: Overview

You can also use either MBED: Cypress Semiconductor | Mbed or Amazon Free RTOS : Getting Started with Amazon FreeRTOS and PSoC62 + 43xxx.pdf

Please go through these and the Wi-Fi examples at Cypress Semiconductor Corporation · GitHub and you will get an idea of whats available now.

If you are just getting started with your Project/Product, then i suggest that you contact local sales and get a better idea of which product is best suited for your application and get a brief overview of how to go about things. You can find the sales offices at https://www.cypress.com/about-us/sales-offices/america

View solution in original post

3 Replies
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

If you don't want to use WICED, then you would have to use Modus ToolBox 2.1(The examples in this would be limited as of now) https://www.cypress.com/products/modustoolbox-software-environment​. The Documentation for this is available at Cypress Wi-Fi Connection Manager Library: Overview

You can also use either MBED: Cypress Semiconductor | Mbed or Amazon Free RTOS : Getting Started with Amazon FreeRTOS and PSoC62 + 43xxx.pdf

Please go through these and the Wi-Fi examples at Cypress Semiconductor Corporation · GitHub and you will get an idea of whats available now.

If you are just getting started with your Project/Product, then i suggest that you contact local sales and get a better idea of which product is best suited for your application and get a brief overview of how to go about things. You can find the sales offices at https://www.cypress.com/about-us/sales-offices/america

Are there low-level programming manuals available for CY4343W which is independent of an IDE or development environment.

0 Likes

Please go through GitHub - cypresssemiconductorco/wifi-host-driver: Embedded Wi-Fi Host Driver that provides a set of ... You need to port this to the Host processor that you are using along with the IDE/Development environment