element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Low Power IoT Design Challenge
  • Challenges & Projects
  • Design Challenges
  • Low Power IoT Design Challenge
  • More
  • Cancel
Low Power IoT Design Challenge
Blog Low Power IoT Design Challenge - Getting Started
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: ralphjy
  • Date Created: 7 Sep 2021 3:17 AM Date Created
  • Views 1637 views
  • Likes 11 likes
  • Comments 7 comments
  • infineon
  • low_power_iot
  • cy8ckit-028-epd
  • cy8ckit-psoc62s2-43012
  • cypress modus toolbox 2.3
Related
Recommended

Low Power IoT Design Challenge - Getting Started

ralphjy
ralphjy
7 Sep 2021

I just received my Challenge Kit (PSoCTm 6S2 + AIROCTm Wi-Fi/Bluetooth Pioneer Kit) via UPS yesterday (9/2) - thanks danzima .  I commented to my wife that the box seemed a bit heavy for a small dev-board.  I was pleasantly surprised to find extra goodies that Infineon had provided image.  Thanks Infineon for the lab notebook, pen and Hydro Flask insulated bottle.

image

 

I've decided to create this intro post "on the fly", so I probably won't publish it for a few days.  I'd like to be able to get the toolchain installed and a few examples working first.

 

Toolchain Installation

Application development for the PSoC 62S2 kit is supported currently by the ModusToolbox and Mbed OS tool environments.  This challenge requires that we use the ModusToobox, so I'll start by downloading the latest available version (2.3 plus 2.31 patch).  The Windows Installer made the install easy, but took quite a few minutes and installed about 3GB of files.

 

ModusToolbox runs with either a graphical user interface (GUI) or a command-line interface (CLI).  To get started I am going to use the Eclipse-based IDE (GUI).

 

 

mtw - Eclipse IDE for ModusToolbox

The IDE has a "Quick Panel" that provides easy access to frequently used tools to create, build and run application programs.

image

 

The Project Creator tool is invoked by selecting "New Application" in the Quick Panel.  Project Creator uses a Board Support Package (BSP) to generate all the necessary configuration files for the IDE.  It makes it extremely easy to switch between different boards for different projects.  In this case I selected the CY8CKIT-062S2-43012.

image

 

Once the BSP is selected, you have access to an Application Directory that contains sample applications that are available for that board configuration.  Selecting a sample application will create a project with all the required files for that project (source code, makefile, dependent libraries, etc).  If you build an application from scratch, there is a Library Manager that will allow you to add required libraries.  As usual, to test the installation and the tool pipeline, a good place to start is the "Hello World" project.

image

 

Hello World is the standard "blink the LED" demo.  In this case you can pause the blinking over the serial link.  Here is a quick demo with the board superimposed on the putty serial window, so you can see the serial response and the LED reaction..

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

 

E-Ink Display Shield

I'll get into the description of my project in the next post, but one item that I definitely wanted to include was a display.  There are two Arduino format display shields available for this board.  The CY8CKIT-028-TFT board has a 2.4" Color TFT 320x240 display.  The CY8CKIT-028-EPD E-INK board has a 2.7" Monochrome E-Paper 264x176 display.  Both shields also have single PDM microphones and a motion sensor.  Since this is a "low power" challenge, I opted for the E-INK shield.

 

Modus Toolbox has an emWin E-Ink FreeRTOS application example that I used to check out the board.

image

image

 

Here is a short video of the emWin graphics demo.

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

 

And the requisite hack to start off the challenge adventure image.

image

 

 

Looking forward to seeing what everyone implements!

  • Sign in to reply

Top Comments

  • javagoza
    javagoza over 3 years ago +4
    I'm so envious, Ralph, ha ha . It seems to be a very interesting board. Any clues about what your project is about?
  • maxpowerr
    maxpowerr over 3 years ago +3
    Good start. I will root for your project.
  • ralphjy
    ralphjy over 3 years ago in reply to javagoza +3
    This summer I've been focused on trying tinyML with different development hardware and software. I hope to use ModusToolbox Machine Learning with audio and vision processing. There appears to only be one…
Parents
  • maxpowerr
    maxpowerr over 3 years ago

    Good start. I will root for your project.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • maxpowerr
    maxpowerr over 3 years ago

    Good start. I will root for your project.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube