element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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
Connected Cloud Challenge
  • Challenges & Projects
  • Design Challenges
  • Connected Cloud Challenge
  • More
  • Cancel
Connected Cloud Challenge
Blog The Bio Highway - Introduction
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: vlasov01
  • Date Created: 21 Mar 2020 12:22 PM Date Created
  • Views 628 views
  • Likes 6 likes
  • Comments 2 comments
  • connectedcloud
  • mqtt
  • cypress psoc 6
  • fitness tracker
  • aws
  • Health
  • lean
  • aws iot
Related
Recommended

The Bio Highway - Introduction

vlasov01
vlasov01
21 Mar 2020

image

The problem

Sport exercises can generate significant stress for human body. It may be difficult for many to realize where is their limit. There is a high risk of going over the limit. At the same time it may be not very efficient to perform workout far below the limit. How should we approach finding a personalized sweet spot for training? Sensor data from training, and especially from stress tests, can provide very valuable information about condition of critical organs like heart, lungs. This information can help improve sport performance by adjusting training workload or or by helping identify and possibly prevent potential problems.

Modern wearable devices collect a lot of data, but these data sets are typically available only in a form of a summary after exercise is completed or in a form of a snapshot, which is not so simple to share with a trusted parties in real-time.

 

Concept

The idea of my Bio Highway project is continuously capture bio telemetry from sport enthusiasts and feed it to trusted parties, like your trainer or friend, over secured channels to get real-time actionable feedback or encouragements.

The idea of the project came after listening to Peter Attia podcast with Eric Topol and reading Eric's book Deep Medicine.

The name of the project came after listening to Confluent Streaming Audio podcast "Paving a Data Highway with Kafka Connect ft. Liz Bennett".

 

Target Solution

PSoC 6 WiFi-BT Pioneer Kit (CY8CKIT-062-WIFI-BT) will collect data from sensors, communicate it securely to AWS IoT platform. AWS IoT platform will securely manage and connect wearable device to AWS cloud to analyze and securely share vital data, which can help make actionable decisions in real-time.

 

Project Plan

  • Follow Getting started with AWS IoT Core
  • Follow free eLearning course IoT Edge Computing: Amazon FreeRTOS Primer
  • Install and test build tool-chain with a demo project by following Getting Started with Amazon FreeRTOS and PSoC62 + 43xxx
  • Test device on-boarding and provisioning with AWS IoT
  • Procure heart rate monitoring sensor
  • Research options of sending time-series data over MQTT in real-time
  • Define MQTT topic structure
  • Define MQTT events model
  • Integrate electronic components
  • Expand demo code functionality to capture heart rate monitoring sensor telemetry
  • Expand functionality to capture accelerometer sensor telemetry
  • Publish telemetry over MQTT
  • Create routing rules on Rule Engine
  • Store data in S3 bucket
  • Visualize and explore data using QuickSight
  • Build feedback UI
  • Create driver to display feedback on the wearable display
  • Create edge processing on PSOC
  • Use Device Shadow to configure rules on PSOC
  • Perform end-to-end test
  • Analyze AWS costs
  • Record demo
  • Refine final Block Diagrams
  • Refine list of BOM
  • Publish project assets on the project Github repo

 

 

Key components of the solution

My initial plan is to use the following components in the solution.

    • Wearable device

        ○ Heart rate monitoring sensor AD8232 (or similar)

        ○ PSoC 6 WiFi-BT Pioneer Kit (CY8CKIT-062-WIFI-BT)

            Analog Front End

            ADC

            WiFi

            BLE system

            Accelerometer

            Display

        ○ Amazon FreeRTOS

            Bootloader

            OTA Agent

            MQTT Agent

            Secure Storage

            Edge processing

            Device Shadow

    • AWS IoT

        ○ AWS IoT Device Management

        ○ Device Gateway

             Device authentication and authorization (Amazon Cognito)

        ○ Communication and integration

             MQTT Broker

             Message routing

        ○ Rules Engine

        ○ AWS S3 bucket

        ○ User IAM, authentication and authorization (Amazon Cognito)

        ○ Analytics dashboard (Amazon QuickSight or CloudWatch Anomaly Detection)

        ○ Feedback component

  • Sign in to reply

Top Comments

  • dubbie
    dubbie over 6 years ago +1
    Looks like a challenging project. I look forward to seeing it implemented. Dubbie
  • vlasov01
    vlasov01 over 6 years ago in reply to dubbie +1
    The major challenge so far is to source the sensor AD8232. I've ordered it in beginning of February and still not received. I may need to substitute it with another one.
  • vlasov01
    vlasov01 over 6 years ago in reply to dubbie

    The major challenge so far is to source the sensor AD8232. I've ordered it in beginning of February and still not received. I may need to substitute it with another one.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • dubbie
    dubbie over 6 years ago

    Looks like a challenging project. I look forward to seeing it implemented.

     

    Dubbie

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
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 © 2026 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