Device Fleet provisioning in Azure IoT Central

It is easy to provision an individual IoT device in Azure IoT Central. All you need is to create a Device Template, to register a new device, and connect it using chosen authorization mechanism. But what to do if you need to provision hundreds or thousands of IoT devices? I will show you how to do that.

Continue reading…

Making a Digital Twin in Azure IoT Central

Today we will create a digital twin of a device, measuring temperature and humidity, which I described in my previous article. We’ll connect it to the Azure IoT Central and link it with its twin.

How to make a thermometer…

… using a Raspberry Pi 4, a DHT22 temperature and humidity sensor, and a LCD display. Continue reading…

Sending Telemetry to Azure IoT Hub

As I promised in my previous article, I will show you how to connect a temperature sensor DHT11 to a Raspberry Pi, read real telemetry data, and send it to the Azure IoT Hub. Continue reading…

Connect Raspberry Pi 4 to Azure IoT Hub

In this article I will show you how to send telemetry data from a Raspberry Pi, running simple Python application, to the Azure IoT Hub. Continue reading…

Microsoft Azure IoT Developer certificate

I passed an Exam AZ-220 and got an “Azure IoT Developer” certificate.

Camera calibration using OpenCV

calibration

Being not ideal, all cameras distort their images. Usually, it’s not so important and can be even funny. But if your image analysis requires quite precise images, you should take care about calibrating your camera to remove distortions. Continue reading…

Who is Data Science Engineer?

Who is Data Science Engineer, and is there any difference between them and Data Scientists? Your answer to this question is an indicator of success or failure of your Data Science project. Continue reading…

Passed Udemy course about TensorFlow

udemy-cert-tf

Completed Udemy course Complete Guide to TensorFlow for Deep Learning with Python.

Visualize missing values in R

missing-values

Data quality is extremely important for analysis, modeling, and predictions. Using plot_missing() function, you can quickly estimate quality of your data. Continue reading…

Configuring Machine Learning Services in SQL Server 2017

rconfig-title

In order to operationalize freshly installed SQL Server 2017 Machine Learning Services, we can spend quite a few hours (or days). I hope this article will help you to save your time. Continue reading…

Jupyter Notebook R Kernel for Microsoft R Open

irkernel-rnotebook

Have you ever tried to add an R Kernel to Jupyter Notebook, having installed R Tools for Visual Studio? If tried, you know that this is not a piece of cake. I’ll show you how to do this. Continue reading…

My Toolkit for Anomaly Detection

anomaly-featured

Life is full of surprises. Our goal is to make a distinction between them and “normal” behavior. That is called Anomaly Detection. In fact, anomalies are most interesting things in Data Analysis. And it is always good to have a set of handy tools for that at hand. Here is my toolkit. Continue reading…

Temperature Sensor for Windows 10 IoT Core

temp-sensor-featured

I know it is not a rocket science to connect a sensor to your computer and read its measurements. But if you haven’t been doing it before, I will show you a simple experiment with a Raspberry Pi and a temperature sensor. Continue reading…

Got the Microsoft Professional Program Certificate in Data Science!

certificate-featured

R pairs chart in Power BI

r-pairs-featured

As a rule, we are using Power BI to present our findings, creating dashboards or reports. But Microsoft Power BI can be useful on the stage of initial exploratory data analysis as well. Continue reading…