It is the last day for this weekend, and i am rushing to try to able to use Modus toolbox
i 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 don't seem to see any example on its LCD support.
the nearest is emwin, that can be used in MBED
i also look at https://iotexpert.com/2019/12/09/ which does have a displaythread that update to TFT screen
i also look at https://www.cypress.com/file/504396/download , but sadly it doesn't seem to be suitable in fact i not quite sure where to use it.
Experiment Step
MBED can use online an offline IDE. A good documentation is here https://os.mbed.com/teams/Cypress/
i am tyring with the PSoC 6 WiFi-BT Pioneer Kit, hence i go further to https://os.mbed.com/platforms/CY8CKIT-062-WiFi-BT/
to take note:
Previously i have know MBED via it online IDE, that has a similarity to Arduino IDE
after reading the documentation above, i decide to download the offline IDE, available via https://os.mbed.com/studio/
As of to date, i get version 0.9.1
i find that i can't transition to DAPLink following the guide mode upon connect to PC, so i need follow the instruction "NOTE: if you cannot transition to DAPLink mode using CY8CPROTO-062-4343W, then get Firmware-loader 2.2.01 or newer, which fixes that problem." on https://github.com/cypresssemiconductorco/Firmware-loader
however, even after i update the firmware i still face problem. It is similar to what's discussed on forum https://community.cypress.com/thread/48874?start=0&tstart=0
References
- Modus Toolbox youtube playlist
- PSoC 101 youtube playlist - 23 videos
- Cypress developer community video library
- AWS dynamodb https://aws.amazon.com/dynamodb/iot/
- https://iotexpert.com/2019/12/09/https://iotexpert.com/
- Install MBED CLI by following https://os.mbed.com/docs/mbed-os/latest/tools/installation-and-setup.htm
Top Comments