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
IoT on Wheels Design Challenge
  • Challenges & Projects
  • Design Challenges
  • IoT on Wheels Design Challenge
  • More
  • Cancel
IoT on Wheels Design Challenge
Blog CycleOps Blog #4 - Finally We Get To IoT!
  • 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: RParkerE
  • Date Created: 17 Oct 2017 7:49 PM Date Created
  • Views 769 views
  • Likes 4 likes
  • Comments 3 comments
  • ionic
  • android development
  • android iot
  • ios iot
  • ios app
  • ios development
  • mobile app
  • iot design
  • iot bicycle
  • android app
  • iotonwheels
Related
Recommended

CycleOps Blog #4 - Finally We Get To IoT!

RParkerE
RParkerE
17 Oct 2017

PREVIOUS BLOG

NEXT BLOG

IoT Platforms and Connections

image

Choosing A Platform

To connect my bike lock to the Internet of Things, I needed to find a platform which allowed me to easily upload and control the data that I push from the STM32 Nucleo board to the Internet and eventually the users device. After looking into multiple options, such as Amazon's AWS, Microsoft's Azure, and IBM's Watson/Bluemix. Based on my experiences with the sign up processes and amount of documentation I chose to use Microsoft's platform moving forward. After making this choice I was also lucky enough to have $100 in free Microsoft Azure credit given to me at a tech talk I attended.

 

You can find more information about all 3 platforms with the following links:

IBM Watson/Bluemix

Amazon AWS

Microsoft Azure

 

Microsoft Azure and IoT Capabilities

I started connecting to Microsoft Azure by following the documentation. I first created an IoT Hub, and Event Hub and a Device Provisioning Service, and linked the three services/hubs together. Once this was done I went into the IoT Hub and added a device, which allowed me to get my connection string and keys which I will use to connect the STM32 Nucleo to the IoT Hub.

image

I will now be focusing my work on linking my STM32 Nucleo, sending data from the sensor board, and pushing that through to my Ionic application.

 

 

Ionic Code

As requested I have made a GitHub repository for my Ionic Application. I have opted to only upload the files that I am editing, as GitHub limits each upload to only 100 files and it would take me awhile to upload the entire project, however I will add a detailed ReadMe file that will allow one to add the proper supporting files and libraries used to get a working and functioning app.

  • Sign in to reply

Top Comments

  • RParkerE
    RParkerE over 7 years ago in reply to e14phil +2
    Phil, I was lucky enough to get a tutorial of the Azure platform when receiving my credit, so I am finding it useful. Also the fact that ST Micro has a library that allows the STM32 L476RG board to communicate…
  • e14phil
    e14phil over 7 years ago +1
    Hey Parker, I also have some Azure credit, how are you finding it? I was going to just use it as webspace. Also that comic at the top is too close to home for comfort haha!
  • carmelito
    carmelito over 7 years ago in reply to RParkerE +1
    Nice blog post.. Just a word of caution on using Azure IoT, I was also one of those lucky folks who was given 100$ credit to try out Azure IoT about 3 months ago and can only advice you to keep an eye…
Parents
  • e14phil
    e14phil over 7 years ago

    Hey Parker,

     

    I also have some Azure credit, how are you finding it?

    I was going to just use it as webspace.

     

    Also that comic at the top is too close to home for comfort haha!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • e14phil
    e14phil over 7 years ago

    Hey Parker,

     

    I also have some Azure credit, how are you finding it?

    I was going to just use it as webspace.

     

    Also that comic at the top is too close to home for comfort haha!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
  • RParkerE
    RParkerE over 7 years ago in reply to e14phil

    Phil,

     

    I was lucky enough to get a tutorial of the Azure platform when receiving my credit, so I am finding it useful. Also the fact that ST Micro has a library that allows the STM32 L476RG board to communicate directly with the platform is also part of the reason I went this direction.

     

    And yes the comic I found very relatable and scarily true!

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • carmelito
    carmelito over 7 years ago in reply to RParkerE

    Nice blog post..

    Just a word of caution on using Azure IoT, I was also one of those lucky folks who was given 100$ credit to try out Azure IoT about 3 months ago and can only advice you to keep an eye on the dashboard, and have the things that you don't need shutdown as I have seen the credit get used up at an exponential rate after a couple of weeks..

    • 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 © 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