Upcoming Events
Let’s perform Anomaly Detection using ML.Net on a drone flying data from Azure IoT
19 April 2021 - Online
Previous Events
Soluciones Inteligentes con #IA en #Azure
26 March 2021 - Online
Getting Started with Machine Learning.Net and Auto ML
23 February 2021 - Online
Let’s code a drone to follow faces syncing everything with Azure IoT
13 February 2021 - Online
What's new in http://ML.Net for Net 5
21 January 2021 - Online
Let’s code a drone to follow faces syncing everything with Azure IoT
15 January 2021 - Online
Let’s code a drone to follow faces syncing everything with Azure IoT
15 January 2021 - Online
Diversity is more, much more! Living in tech as a Latino who can’t dance
27 December 2020 - Online
Let’s code a drone to follow faces with 20 lines of code
17 December 2020 - Online
Let's rock some AI
12 December 2020 from 10:00 - 13:00 - Online
Let's rock some AI with Azure Machine Learning
11 December 2020 from 16:00 - 17:00 - Online
Let’s code a drone to follow faces with 20 lines of code
27 November 2020 from 13:00 - 17:00 - Online (UTC+05:00)
Getting Started with Machine Learning .NET and Auto ML
November 19, 2020 11:15-11:45 AM - Online (UTC+02:00)
The .NET Docs Show: Let’s code a drone to follow faces with 20 lines of code
November 9, 2020 12:00 PM-1:00 PM - Online
¡A construir un sistema de detector de anomalías con unas pocas líneas de código o sin código en absoluto!
October 29, 2020 18:30 PM - UTC -3 - Online
Coding4Fun – Detecting masks, body temperature, Social Distancing and more with Python, C, Machine Learning and Azure IoT. Real examples of ML application and lots of fun
October 03, Virtual Online
Getting Started with Machine Learning .NET
Thursday, September 24, 2020 - 6:00 PM to 8:00 PM EDT, Virtual
The promise of AI and ML - Will it change the world?
Wednesday, September 23 | 3:15 PM - 3:45 PM EDT, Virtual Online
XR Session - Lessons Learned creating a multiplatform AI project for Azure Kinect and Hololens 2
August 06, 2020, Virtual Online
Introducción a Machine Learning.Net
July 31, 2020, Virtual Online
How to control your drone with 20 lines of code!
July 14, 2020, Virtual Online
How to control your drone with 20 lines of code!
July 1, 2020, Virtual Online
Best of Build 2020 - Canada Community Edition
AI announcements
June 13, 2020, Virtual Online
¡Vamos a programar a un dron para que siga rostros!
May 30, 2020, Virtual Online
How to control your drone with 20 lines of code!
May 21, 2020, Virtual Online
¡Vamos a programar a un dron para que siga rostros!
May 04-08, 2020, Virtual Online
Panel de Expertos en AI
April 24, 2020, Virtual Online
¡Vamos a programar a un dron para que siga rostros!
April 13-25, 2020, Virtual Online
Conocé quién es el Bruno en una entrevista en la cual también te contará cómo iniciarte con ML.NET
April 10, 2020, Virtual Online
How to control your drone with 20 lines of code!
April 8, 2020, Virtual Online
Machine Learning.Net y AutoML, esta vez en Español !
April 4, 2020, Virtual Online
Anomaly Detection
March 24, 2020, Broomfield, Colorado
Introduction to Machine Learning.Net
February 29, 2020, Online Youtube
January 21, 2020, Online
Dec 19, 2019, Microsoft Offices, Mississauga
Dec 14-15, 2019, McMaster Innovation Park, Waterloo
Dec 14, 2019, Mississauga, Ontario
Nov 21, 2019, Toronto, Ontario
Nov 16-17, 2019, Toronto, Ontario
Nov 4-8, 2019, Orlando, Florida
Oct 25-27, 2019, Kinston, Ontario
Oct 4-5, 2019, Punta Cana
Sep 13-15, 2019, University of Waterloo
Sep 5, 2019, Toronto, Ontario
Aug 23-25, 2019, University of Waterloo, Ontario
Hi,Thanks for the tutorial…Can I have code for ProcessData(hrdata); ?
I have ordered my Polar H7 to try out this code. If you sample project is available, then that will be great.
LikeLike
Hi Malik, you can find the sample here https://github.com/elbruno/Blog/tree/master/20161023%20W10%20BLE%20PolarH7%20Monitor
In the “MainPage.xaml.cs” file.
Regards
LikeLike
Thanks so much…. :)))) Stay blessed !!
LikeLike
Hi,
Is Win10 required for development and deployment? Would like to use something like the Polar H series but the target deployment environment would be schools that may not have Win10.
Cheers
LikeLike
Hi Ray
yes, the sample app is for W10 only
regards
-Bruno
LikeLike
Hello, good morning. I’m trying to do a similar project, but anywhere I end up reading I can’t connect my BLE device (heart wrist watch) with Windows 10. Your project seems to do something like that. Would you possible give a link for the .sln solution please?
PS: I tried to reproduce what you did, but I can’t – My VS 2017 don’t show the Package.appxmanifest as editable in code lines (I’m familiar with the old .net codes, no the universal windows app).
That would help me a lot!
Thanks in advance,
Tiago
LikeLike
Hello Bruno,
Thank you for the explanation. I followed the instructions and I tried to extend the service two ways.
I started to work with Polar H10 Chest strap and I have been able to successfully connect and obtain the data from it. I have since tried to make a windows console application and run this is as a background process for feeding HR data to a game. However I notice that in this case the application needs to go through multiple iterations of trying to connect and then it finally connects to the HR monitor ( usually there are 3/4 attempts before successful connection) Any idea why this might be happening ? and how to solve it ?
Q2. I am trying to make the same program to collect data from a BLE cadence sensor. The Wahoo Cadence sensor. I noticed that by changing the service and characteristics I am able to connect to the device and also identify paired Cadence sensor. However On using a similar approach to print out the raw data I am unable to see the raw data! Not sure why… Would you be able to provide any guidance on how to connect to other BLE devices ? esp. Cadence sensor ?
Thank you very much.
LikeLike