<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Azure IoT Archives | KAISPE</title>
	<atom:link href="https://www.kaispe.com/tag/azure-iot/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kaispe.com/tag/azure-iot/</link>
	<description>Your Digital Transformation Partner</description>
	<lastBuildDate>Sun, 20 Nov 2022 12:18:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>

<image>
	<url>https://www.kaispe.com/wp-content/uploads/2022/01/cropped-k-32x32.png</url>
	<title>Azure IoT Archives | KAISPE</title>
	<link>https://www.kaispe.com/tag/azure-iot/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>KAISPE Air Compressor Remote Monitoring Solution is now available on Microsoft Marketplace</title>
		<link>https://www.kaispe.com/kaispe-air-compressor-remote-monitoring-solution-is-now-available-on-microsoft-marketplace/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Sat, 21 Dec 2019 06:00:29 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[air compressor remote monitoring]]></category>
		<category><![CDATA[Azure IoT]]></category>
		<category><![CDATA[KAISPE]]></category>
		<category><![CDATA[microsoft azure marketplace]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=1101</guid>

					<description><![CDATA[<p>NEW YORK, December 21, 2019 – KAISPE is pleased to announce that one of its products &#8220;Air Compressor Remote Monitoring&#8221; is now available on Microsoft Azure Marketplace. This shows our [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/kaispe-air-compressor-remote-monitoring-solution-is-now-available-on-microsoft-marketplace/">KAISPE Air Compressor Remote Monitoring Solution is now available on Microsoft Marketplace</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: left;">NEW YORK, December 21, 2019 – KAISPE is pleased to announce that one of its products &#8220;Air Compressor Remote Monitoring&#8221; is now <a href="https://azuremarketplace.microsoft.com/en-us/marketplace/apps/kaispellc.kaispe_aircomprm_081620190081?tab=Overview">available</a> on Microsoft Azure Marketplace. This shows our continuous commitment with industrial customers to help them adopting IoT solutions like this to monitor and maintain their key assets and achieve high operating efficiency with improved bottom line.</p>
<p>At KAISPE, we pride ourselves on our innovation, expertise, and our continued commitment to ensuring delivery of the highest quality products to our customers. As a Microsoft Certified Partner, we provide solutions backed by industry best practices and standards. We are Microsoft Co-Sell partner and have strong presence on Microsoft marketplaces with our remarkable apps and services.</p>
<p>To learn more, visit <a href="https://www.kaispe.com/">https://testing.kaispe.com</a> or call (315) 791-4472. Connect with us on <a href="https://twitter.com/kaispe_">Twitter</a>, <a href="https://www.linkedin.com/company/kaispe">LinkedIn</a>, and <a href="https://www.facebook.com/Kaispe-226720541143041">Facebook</a>.</p>
<p>The post <a href="https://www.kaispe.com/kaispe-air-compressor-remote-monitoring-solution-is-now-available-on-microsoft-marketplace/">KAISPE Air Compressor Remote Monitoring Solution is now available on Microsoft Marketplace</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What is SignalR?</title>
		<link>https://www.kaispe.com/what-is-signalr/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Tue, 26 Nov 2019 09:20:13 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Azure IoT]]></category>
		<category><![CDATA[SignalR]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=1034</guid>

					<description><![CDATA[<p>In a recent effort to add predictive maintenance functionality in one of our products, I came across with SignalR and I though to share my understanding on it. SignalR is [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/what-is-signalr/">What is SignalR?</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In a recent effort to add predictive maintenance functionality in one of our products, I came across with SignalR and I though to share my understanding on it.</p>
<p>SignalR is a Software Library or a Service provided by Microsoft that allows us to create Real-Time Applications over HTTP.</p>
<p>Real-Time Application means that when something happens on the Server, all the Clients are going to know immediately.</p>
<h3><strong>Examples of Real-Time Applications</strong></h3>
<ul>
<li>Chat Applications</li>
<li>Online Gaming</li>
<li>Video Conference Applications</li>
<li><strong>IoT Devices</strong></li>
<li>and Many More</li>
</ul>
<h3><strong>How SignalR Works?</strong></h3>
<p>In between Client and a Server, SignalR works as a tunnel. Whenever a client wants data to the server, or send data to the server, or Vice Versa. SignalR tunnel allows the communication at the same time between Client and Server.</p>
<h3><strong>Why we use SignalR with IoT Devices Applications?</strong></h3>
<p>When we are talking about IoT Devices, they are always real-time or very close to real-time.</p>
<p>For example, if any device makes an alert so the Administrator or Device Managers should be known immediately because IoT Devices send billions of data per second and there is no time to click on the refresh again and again.</p>
<h3><strong>Technologies behind SignalR</strong></h3>
<p>SignalR uses four of the most popular technologies used to make real-time Applications.</p>
<ul>
<li>Web Sockets</li>
<li>Event Source</li>
<li>Forever Frame</li>
<li>Long Pooling</li>
</ul>
<p><strong>Now the question is why we are not going to use the above technologies directly instead of SignalR?</strong></p>
<p>Because, if above technologies get a new Feature, for E.g., your application is programmed using the Web Sockets, so you might have to go and change something for adding the updated Functionality but If you are using SignalR, all of the changes and updates are responsibility of the SignalR and it will give you the right results.</p>
<p>The post <a href="https://www.kaispe.com/what-is-signalr/">What is SignalR?</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Agriculture Water Irrigation &#8211; Predictive Analytics Using Microsoft Azure ML</title>
		<link>https://www.kaispe.com/agriculture-water-irrigation-predictive-analytics-using-microsoft-azure-ml/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Thu, 12 Sep 2019 08:55:50 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Agriculture water irrigation]]></category>
		<category><![CDATA[Azure IoT]]></category>
		<category><![CDATA[Azure ML]]></category>
		<category><![CDATA[Predictive machine learning]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=833</guid>

					<description><![CDATA[<p>In today’s world water Irrigation / shortages are a major problem in many developed and developing countries in the world. In a serious threat, it often leads to the emergence [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/agriculture-water-irrigation-predictive-analytics-using-microsoft-azure-ml/">Agriculture Water Irrigation &#8211; Predictive Analytics Using Microsoft Azure ML</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In today’s world water Irrigation / shortages are a major problem in many developed and developing countries in the world. In a serious threat, it often leads to the emergence of a food crisis. Due to scarcity the increase in water volume is critical to the need for available water management.</p>
<p>To improve water management practices and maximize water productivity, In the current situation, models to predict future water requirements based on data mining techniques can be useful.</p>
<p>In this section we will be walking-through an experiment in Azure Machine Learning Studio that will help us to predict future water requirements based on data mining technique.</p>
<p>In order to achieve our goal, we will be using <strong>Two Class Decision Forest </strong> for our solution that comes with Azure Machine Learning Studio. Please note that the data we collected for this experiment was through KAISPE Agriculture Remote Monitoring solution using Azure IoT.</p>
<p>So, in the first step we will upload the dataset on Azure Machine Learning Studio in the CSV file format, where it contains historical data composed of attributes on various weather parameters such as <strong>Temperature, Humidity, Soil Moisture, phLevel, Rainfall</strong> and<strong> Wind speed </strong>combined with <strong>Crop Type </strong>and<strong> Water Usage</strong>.</p>
<p>First, open Azure Machine Learning home page and Click <strong>+NEW</strong> at the bottom of the window</p>
<ul>
<li>Select <strong>DATASET</strong> .</li>
<li>Select <strong>FROM LOCAL FILE</strong>.</li>
</ul>
<p><img fetchpriority="high" decoding="async" class=" wp-image-834 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/1.png" alt="" width="582" height="120" srcset="https://www.kaispe.com/wp-content/uploads/2019/09/1.png 1432w, https://www.kaispe.com/wp-content/uploads/2019/09/1-300x62.png 300w, https://www.kaispe.com/wp-content/uploads/2019/09/1-1024x211.png 1024w, https://www.kaispe.com/wp-content/uploads/2019/09/1-768x158.png 768w" sizes="(max-width: 582px) 100vw, 582px" /></p>
<p>In the <strong>Upload a new dataset</strong> dialog, click Browse, and find the <strong>KSP-Irrigation-Data.csv </strong>file you created.</p>
<p><img decoding="async" class="wp-image-835 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/2.png" alt="" width="368" height="347" srcset="https://www.kaispe.com/wp-content/uploads/2019/09/2.png 630w, https://www.kaispe.com/wp-content/uploads/2019/09/2-300x283.png 300w" sizes="(max-width: 368px) 100vw, 368px" /></p>
<p>Now in the next step we will create an experiment in Machine Learning Studio that uses the dataset you uploaded. So, click <strong>+NEW</strong> at the bottom of the window and Select <strong>EXPERIMENT</strong>, and then select “Blank Experiment”.</p>
<p><img decoding="async" class=" wp-image-836 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/3.png" alt="" width="523" height="165" srcset="https://www.kaispe.com/wp-content/uploads/2019/09/3.png 1432w, https://www.kaispe.com/wp-content/uploads/2019/09/3-300x94.png 300w, https://www.kaispe.com/wp-content/uploads/2019/09/3-1024x323.png 1024w, https://www.kaispe.com/wp-content/uploads/2019/09/3-768x242.png 768w" sizes="(max-width: 523px) 100vw, 523px" /></p>
<p>Select the default experiment name at the top and rename it to <strong>Predictive Water Irrigation Experiment </strong>and in the module palette to the left of the experiment page, expand <strong>Saved Datasets</strong>. Find the dataset you created under <strong>My Datasets</strong> and drag it onto the canvas.</p>
<p><img decoding="async" class=" wp-image-837 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/4.png" alt="" width="539" height="154" /></p>
<p>Now let’s prepare the data by using <strong>Select Columns in Dataset</strong> which is useful if you want to reduce the size of the dataset by deleting unwanted columns.</p>
<p><img decoding="async" class=" wp-image-838 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/5.png" alt="" width="538" height="163" /></p>
<ul>
<li>Search and drag <strong>Select Columns in Dataset,</strong> and in the <strong>Properties </strong>pane to the right page, click <strong>Launch column selector </strong>and select the following columns:</li>
</ul>
<p><img decoding="async" class=" wp-image-839 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/6.png" alt="" width="547" height="278" /></p>
<p>In addition, we will be using <strong>Filter Based Feature Selection </strong>which will help us to identifies the column with the strongest predictive power in the input dataset.</p>
<ul>
<li>Search and drag <strong>Filter Based Feature Selection</strong> and in the <strong>Properties </strong>pane to the right page, click <strong>Launch column selector </strong>and select the following target column and feature scoring method:</li>
</ul>
<p><img decoding="async" class=" wp-image-840 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/7.png" alt="" width="569" height="123" /></p>
<p>Now, we&#8217;ll use our data for both training the model and testing it by splitting the data into separate training and testing datasets.</p>
<ul>
<li>Search and drag <strong>Split Data </strong>onto the canvas and connect to the last<strong> Select Columns in Dataset.</strong></li>
<li>Click <strong>Split Data </strong>and in the <strong>Properties </strong>pane to the right of the canvas and set it to 0.75. In this way, we will use 75% of the data to train the model and 25% of the data for testing.</li>
</ul>
<p><img decoding="async" class=" wp-image-841 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/8.png" alt="" width="574" height="140" srcset="https://www.kaispe.com/wp-content/uploads/2019/09/8.png 1837w, https://www.kaispe.com/wp-content/uploads/2019/09/8-300x73.png 300w, https://www.kaispe.com/wp-content/uploads/2019/09/8-1024x249.png 1024w, https://www.kaispe.com/wp-content/uploads/2019/09/8-768x187.png 768w, https://www.kaispe.com/wp-content/uploads/2019/09/8-1536x374.png 1536w" sizes="(max-width: 574px) 100vw, 574px" /><br />
In the next step we will be applying <strong>Two Class Decision Forest </strong>machine learning algorithm which is most suitable for our <strong>Predictive Water Irrigation Experiment</strong>.</p>
<ul>
<li>Expand the Machine Learning category in the module palette on the left side of the canvas</li>
<li>Expand Initialize Model. This shows several types of modules that can be used to initialize machine learning algorithms.</li>
<li>For this experiment, we are selecting the <strong>Two Class Decision Forest </strong>under the <strong>Classification</strong> and drag it to the experimental canvas.</li>
</ul>
<p><img decoding="async" class=" wp-image-842 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/9.png" alt="" width="584" height="166" /></p>
<p>So, in the next step we will find and drag the <strong>Train Model</strong> module to the experiment canvas.</p>
<ul>
<li>Connect the output of the <strong>Two Class Decision Forest </strong>module to the left input of the Train Model module</li>
<li>Connect the training data output (left port) of the Split Data module to the right input of the Train Model module.</li>
</ul>
<p><img decoding="async" class="wp-image-843 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/10.png" alt="" width="560" height="282" srcset="https://www.kaispe.com/wp-content/uploads/2019/09/10.png 1202w, https://www.kaispe.com/wp-content/uploads/2019/09/10-300x151.png 300w, https://www.kaispe.com/wp-content/uploads/2019/09/10-1024x515.png 1024w, https://www.kaispe.com/wp-content/uploads/2019/09/10-768x387.png 768w" sizes="(max-width: 560px) 100vw, 560px" /></p>
<p>Click the Train Model module, click <strong>Launch column selector</strong> in the <strong>Properties</strong> pane, and then select the <strong>waterUsage</strong> column. <strong>waterUsage </strong>is the value that our model is going to predict.</p>
<p><img decoding="async" class="wp-image-844 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/11.png" alt="" width="561" height="278" srcset="https://www.kaispe.com/wp-content/uploads/2019/09/11.png 1129w, https://www.kaispe.com/wp-content/uploads/2019/09/11-300x149.png 300w, https://www.kaispe.com/wp-content/uploads/2019/09/11-1024x507.png 1024w, https://www.kaispe.com/wp-content/uploads/2019/09/11-768x380.png 768w" sizes="(max-width: 561px) 100vw, 561px" /></p>
<p>Now let’s <strong>Run</strong> the experiment so, we can have a trained model that can be used to score new Irrigation data to make Water Usage predictions.</p>
<p><img decoding="async" class="wp-image-845 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/12.png" alt="" width="552" height="212" srcset="https://www.kaispe.com/wp-content/uploads/2019/09/12.png 1477w, https://www.kaispe.com/wp-content/uploads/2019/09/12-300x115.png 300w, https://www.kaispe.com/wp-content/uploads/2019/09/12-1024x394.png 1024w, https://www.kaispe.com/wp-content/uploads/2019/09/12-768x295.png 768w" sizes="(max-width: 552px) 100vw, 552px" /></p>
<p>Now that we have trained the model with 75% of the data, we can use it to score the other 25% of the data to understand the function of our model.</p>
<ul>
<li>Search and drag the <strong>Score Model </strong>module to the experiment canvas.</li>
<li>Connect the output of the <strong>Train Model </strong>module to the left input port of Score Model.</li>
<li>Connect the test data output (right port) of the <strong>Split Data </strong>module to the right input port of Score Model.</li>
</ul>
<p><img decoding="async" class=" wp-image-846 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/13.png" alt="" width="561" height="237" srcset="https://www.kaispe.com/wp-content/uploads/2019/09/13.png 1475w, https://www.kaispe.com/wp-content/uploads/2019/09/13-300x127.png 300w, https://www.kaispe.com/wp-content/uploads/2019/09/13-1024x432.png 1024w, https://www.kaispe.com/wp-content/uploads/2019/09/13-768x324.png 768w" sizes="(max-width: 561px) 100vw, 561px" /></p>
<p>Let’s<strong> Run</strong> the experiment and view the output of the Score Model module by clicking on the output port of the Score Model, then select <strong>Visualize</strong>. The output shows the predicted value of the price and the known value in the test data.</p>
<p><img decoding="async" class="wp-image-847 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/14.png" alt="" width="547" height="378" srcset="https://www.kaispe.com/wp-content/uploads/2019/09/14.png 1057w, https://www.kaispe.com/wp-content/uploads/2019/09/14-300x207.png 300w, https://www.kaispe.com/wp-content/uploads/2019/09/14-1024x706.png 1024w, https://www.kaispe.com/wp-content/uploads/2019/09/14-768x530.png 768w" sizes="(max-width: 547px) 100vw, 547px" /></p>
<p>Now as we are on the final stage to test the quality of the results.  We will select the <strong>Evaluate Model</strong> module and drag it to the experimental canvas, then connect the output of the <strong>Score Model</strong> module to the left input of the Evaluate Model. The final experiment should look like this:</p>
<p><img decoding="async" class=" wp-image-848 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/15.png" alt="" width="587" height="266" /></p>
<p>In the next step we will be Running our experiment to <strong>Visualize</strong> the output of our <strong>Evaluate Model.</strong></p>
<p><img decoding="async" class=" wp-image-849 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/16.png" alt="" width="506" height="416" /></p>
<p>In addition, we will be using <strong>Cross-Validate Model </strong>which is an important technique commonly used in machine learning to assess the variability of data sets and the reliability of any model trained using that data.</p>
<ul>
<li>Search and drag <strong>Cross-Validate Model </strong>and in the <strong>Properties </strong>pane to the right page, click <strong>Launch column selector </strong>and select the following label column:</li>
</ul>
<p><img decoding="async" class=" wp-image-850 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/17.png" alt="" width="584" height="210" srcset="https://www.kaispe.com/wp-content/uploads/2019/09/17.png 1826w, https://www.kaispe.com/wp-content/uploads/2019/09/17-300x107.png 300w, https://www.kaispe.com/wp-content/uploads/2019/09/17-1024x367.png 1024w, https://www.kaispe.com/wp-content/uploads/2019/09/17-768x275.png 768w, https://www.kaispe.com/wp-content/uploads/2019/09/17-1536x550.png 1536w" sizes="(max-width: 584px) 100vw, 584px" /></p>
<p>Now <strong>Run</strong> the experiment to See the results for a description of the report.</p>
<p><img decoding="async" class="wp-image-851 aligncenter" src="https://www.kaispe.com/wp-content/uploads/2019/09/18.png" alt="" width="525" height="366" srcset="https://www.kaispe.com/wp-content/uploads/2019/09/18.png 1027w, https://www.kaispe.com/wp-content/uploads/2019/09/18-300x209.png 300w, https://www.kaispe.com/wp-content/uploads/2019/09/18-1024x715.png 1024w, https://www.kaispe.com/wp-content/uploads/2019/09/18-768x536.png 768w" sizes="(max-width: 525px) 100vw, 525px" /></p>
<p>I hope you found this blog post helpful. If you have any questions, please feel free to contact me muhammad.ahmad@kaispe.com</p>
<p>The post <a href="https://www.kaispe.com/agriculture-water-irrigation-predictive-analytics-using-microsoft-azure-ml/">Agriculture Water Irrigation &#8211; Predictive Analytics Using Microsoft Azure ML</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>KAISPE Celebrates Business Anniversary</title>
		<link>https://www.kaispe.com/kaispe-celebrates-business-anniversary/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Fri, 24 May 2019 09:21:27 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Azure IoT]]></category>
		<category><![CDATA[Microsoft IoT Platform]]></category>
		<category><![CDATA[Windows 10 IoT]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=547</guid>

					<description><![CDATA[<p>NEW YORK, May 24, 2019 — KAISPE, a leading solution provider of Microsoft IoT solutions for business assets management, celebrates the first business anniversary as a trusted business partner. Established [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/kaispe-celebrates-business-anniversary/">KAISPE Celebrates Business Anniversary</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>NEW YORK, May 24, 2019 — KAISPE, a leading solution provider of Microsoft IoT solutions for business assets management, celebrates the first business anniversary as a trusted business partner. Established in 2018 in New York, KAISPE was founded by CEO Imran Mahmood.</p>
<p>This year marks a huge milestone for KAISPE. Throughout this period, we have been really committed to learn the technology advancements and implement them to serve the customers. Our accomplishments and successes over the past year would not be possible without the competency and commitment of our phenomenal team.</p>
<p>For more information on KAISPE, please visit <a href="https://www.kaispe.com">https://testing.kaispe.com</a></p>
<p><strong>About KAISPE</strong></p>
<p>With proven track record of delivering solutions to enterprise customers using Microsoft IoT platform to track, control and maintain their key business assets, we serve industries including Manufacturing, Logistics and Professional Services. Our solutions address end to end business scenarios for customers whether it is integrating devices with line of business applications like Microsoft Dynamics AX/CRM to automate the business process or having better insights into device data using Microsoft Power BI.</p>
<p>To learn more, visit <a href="https://www.kaispe.com">https://testing.kaispe.com</a> or call (315) 791-4472. Connect with us on <a href="https://twitter.com/kaispe_">Twitter</a>, <a href="https://www.linkedin.com/company/kaispe">LinkedIn</a>, and <a href="https://www.facebook.com/Kaispe-226720541143041">Facebook</a>.</p>
<p>The post <a href="https://www.kaispe.com/kaispe-celebrates-business-anniversary/">KAISPE Celebrates Business Anniversary</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Visualize Real-Time Device Data using Microsoft Azure IoT and Power BI Dashboard</title>
		<link>https://www.kaispe.com/visualize-real-time-device-data-using-microsoft-azure-iot-and-power-bi-dashboard/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Thu, 09 May 2019 08:21:09 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Azure IoT]]></category>
		<category><![CDATA[IoT Hub]]></category>
		<category><![CDATA[Microsoft Azure IoT]]></category>
		<category><![CDATA[Power BI]]></category>
		<category><![CDATA[Stream Analytics]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=451</guid>

					<description><![CDATA[<p>Today I will walk you through how to create Microsoft Azure IoT Hub and communicate with the real world IoT devices. First of all, we need to install the Visual [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/visualize-real-time-device-data-using-microsoft-azure-iot-and-power-bi-dashboard/">Visualize Real-Time Device Data using Microsoft Azure IoT and Power BI Dashboard</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Today I will walk you through how to create Microsoft Azure IoT Hub and communicate with the real world IoT devices.</p>
<p>First of all, we need to install the Visual Studio Code and Node JS to set up the Lab Environment. Then use the Azure subscription we have so we can create the Azure side of IoT components.</p>
<p>Afterward, we create a Resource Group and Azure IoT Hub service using Azure Portal.</p>
<p>Ok, now its time to set up the hardware and register it with IoT hub. For this post, we will be using <strong>Raspberry Pi 3</strong>. We need to install the OS Raspbian <strong>Jessie</strong> on our Raspberry Pi device.</p>
<p>To configure the connection string, I have used Visual Studio Code and make sure that my VS code uses the bash on Ubuntu (on Windows) shell in Integrated Terminal Panel. Below is the code snippet to get Raspberry Pi connected with IoT Hub:</p>
<p><img decoding="async" class="aligncenter size-large wp-image-470" src="https://www.kaispe.com/wp-content/uploads/2019/05/vsCode-1024x530.png" alt="" width="640" height="331" srcset="https://www.kaispe.com/wp-content/uploads/2019/05/vsCode-1024x530.png 1024w, https://www.kaispe.com/wp-content/uploads/2019/05/vsCode-300x155.png 300w, https://www.kaispe.com/wp-content/uploads/2019/05/vsCode-768x397.png 768w, https://www.kaispe.com/wp-content/uploads/2019/05/vsCode.png 1359w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<p>After we build and run the code, we must be able to send messages from Raspberry Pi to Azure IoT Hub as you can see below:</p>
<p><img decoding="async" class="aligncenter size-large wp-image-452" src="https://www.kaispe.com/wp-content/uploads/2019/05/messages-1024x503.png" alt="" width="640" height="314" srcset="https://www.kaispe.com/wp-content/uploads/2019/05/messages-1024x503.png 1024w, https://www.kaispe.com/wp-content/uploads/2019/05/messages-300x147.png 300w, https://www.kaispe.com/wp-content/uploads/2019/05/messages-768x377.png 768w, https://www.kaispe.com/wp-content/uploads/2019/05/messages.png 1212w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<p>Awesome! Now as you can see the IoT Hub shows messages and a connected device, which in this case is our Raspberry Pi.</p>
<p>Now let&#8217;s connect a Photocell Sensor with our IoT device, so we can get some real data from the device. For this scenario, we are using the <strong>Light Dependent Resistor (LDR)</strong>.</p>
<p><img decoding="async" class="aligncenter size-large wp-image-458" src="https://www.kaispe.com/wp-content/uploads/2019/05/connection2-1024x648.jpg" alt="" width="640" height="405" srcset="https://www.kaispe.com/wp-content/uploads/2019/05/connection2-1024x648.jpg 1024w, https://www.kaispe.com/wp-content/uploads/2019/05/connection2-300x190.jpg 300w, https://www.kaispe.com/wp-content/uploads/2019/05/connection2-768x486.jpg 768w, https://www.kaispe.com/wp-content/uploads/2019/05/connection2.jpg 1363w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<p>We will give different manual inputs to the sensor, so we can have brightness data to analyze.</p>
<p>Finally, we get reading from the photocell sensor to the cloud. However, we receive continuous data in the cloud as the sensor keeps emitting brightness readings and we cannot just use it as is, so how to handle it? We will use Stream Analytics that makes it easier to set up real-time data computation.</p>
<p>In order to configure Stream Analytics, we need to configure Input, Output, and Query to get the required data. We will also create a Service bus queue for data storage and perform Stream Analytics on it.</p>
<p><em><strong>Stream Analytics Input:</strong></em></p>
<p>Events from a data source are called Input. So, we will create a Stream Analytics Job in which we can use one of the following sources as an input for the Job.</p>
<ul>
<li>Blob Storage</li>
<li>IoT Hub</li>
<li>Event Hub</li>
</ul>
<p>In our Scenario, we are using IoT Hub. IoT Hub is used to collect data from connected devices and provide two-way communication between Cloud to Device and Device to Cloud.</p>
<p><em><strong>Stream Analytics Output:</strong></em></p>
<p>Stream Analytics job takes incoming data and converts it to a stream of Data Output events. The processed data can be used on real time dashboard, to generate alerts or for batch processing.</p>
<p>Now let&#8217;s create a Stream Analytics job. We can use one of the following sources as Output for the job.</p>
<ul>
<li>Azure Data Lake Store</li>
<li>Azure SQL Database</li>
<li>Blob Storage</li>
<li>Event Hub</li>
<li>Table Storage</li>
<li>Service Bus Queue</li>
<li>Service Bus Topic</li>
<li>Azure Cosmos DB</li>
<li>etc.</li>
</ul>
<p>In our Scenario, we will use Service Bus Queue. It offers FIFO (First In First Out) method and scalable message structure.</p>
<p><em><strong>Stream Analytics Query:</strong></em></p>
<p>Now the final part of our Stream Analytics Job is Query where we will specify the logic of our Stream Analytics job. The good thing is Stream Analytics Query syntax is very similar to the Structured Query Language (SQL), so you can easily write the queries here.</p>
<p>Our Stream Analytics query is:</p>
<h5><strong>SELECT</strong></h5>
<h5><strong>    brightness</strong></h5>
<h5><strong>INTO</strong></h5>
<h5><strong>    [ServiceBusQueue]</strong></h5>
<h5><strong>FROM</strong></h5>
<h5><strong>    [Hub]</strong></h5>
<h5><strong>WHERE</strong></h5>
<h5><strong>    brightness &gt; 5</strong></h5>
<p><img decoding="async" class="aligncenter size-full wp-image-453" src="https://www.kaispe.com/wp-content/uploads/2019/05/query.png" alt="" width="935" height="712" srcset="https://www.kaispe.com/wp-content/uploads/2019/05/query.png 935w, https://www.kaispe.com/wp-content/uploads/2019/05/query-300x228.png 300w, https://www.kaispe.com/wp-content/uploads/2019/05/query-768x585.png 768w" sizes="(max-width: 935px) 100vw, 935px" /></p>
<p>If we now run the Stream Analytics job, it will only show the data where brightness is greater than 5 and filter out the rest of the output messages.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-455" src="https://www.kaispe.com/wp-content/uploads/2019/05/output2.png" alt="" width="916" height="884" srcset="https://www.kaispe.com/wp-content/uploads/2019/05/output2.png 916w, https://www.kaispe.com/wp-content/uploads/2019/05/output2-300x290.png 300w, https://www.kaispe.com/wp-content/uploads/2019/05/output2-768x741.png 768w" sizes="(max-width: 916px) 100vw, 916px" /></p>
<p>So, as you can see above, it shows 80 input events and 44 output events because of the filtering we have done using Stream Analytics query.</p>
<p>Next is we want to visualize the data using some kind of BI dashboard, so we can have better insights. For this purpose, let&#8217;s use Microsoft Power BI.</p>
<p>Following are the steps to create a Power BI dashboard:</p>
<ul>
<li>Create a dashboard using Power BI desktop application</li>
<li>Add a Consumer Group to our IoT Hub. The consumer group is used by all applications to read data from Azure IoT hub</li>
<li>Use the same Stream Analytics Job as we created above and have Power BI as the Output of job</li>
<li>Once the above steps are completed, we can visualize Real-Time data into our dashboard</li>
</ul>
<p><img decoding="async" class="aligncenter size-large wp-image-456" src="https://www.kaispe.com/wp-content/uploads/2019/05/photocell2-1024x601.png" alt="" width="640" height="376" srcset="https://www.kaispe.com/wp-content/uploads/2019/05/photocell2-1024x601.png 1024w, https://www.kaispe.com/wp-content/uploads/2019/05/photocell2-300x176.png 300w, https://www.kaispe.com/wp-content/uploads/2019/05/photocell2-768x451.png 768w, https://www.kaispe.com/wp-content/uploads/2019/05/photocell2-1536x901.png 1536w, https://www.kaispe.com/wp-content/uploads/2019/05/photocell2.png 1715w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<p>I hope you have found this blog post helpful. For any queries, please feel free to contact me farrukh.ahmed@kaispe.com.</p>
<p>The post <a href="https://www.kaispe.com/visualize-real-time-device-data-using-microsoft-azure-iot-and-power-bi-dashboard/">Visualize Real-Time Device Data using Microsoft Azure IoT and Power BI Dashboard</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>KAISPE joins International Association of Microsoft Channel Partners (IAMCP)</title>
		<link>https://www.kaispe.com/kaispe-joins-international-association-of-microsoft-channel-partners-iamcp/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Sat, 20 Apr 2019 16:06:20 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Azure IoT]]></category>
		<category><![CDATA[IAMCP]]></category>
		<category><![CDATA[International Association of Microsoft Channel Partners]]></category>
		<category><![CDATA[KAISPE]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/?p=418</guid>

					<description><![CDATA[<p>NEW YORK, April 20, 2019 — KAISPE joins International Association of Microsoft Channel Partners (IAMCP) to further strengthen the business relationship with Microsoft and its partner ecosystem. This will help [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/kaispe-joins-international-association-of-microsoft-channel-partners-iamcp/">KAISPE joins International Association of Microsoft Channel Partners (IAMCP)</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>NEW YORK, April 20, 2019 — KAISPE joins International Association of Microsoft Channel Partners (IAMCP) to further strengthen the business relationship with Microsoft and its partner ecosystem. This will help KAISPE to explore business opportunities with various partners in IoT area, grow its professional network and work with business peers in a truly collaborative context.</p>
<p>The post <a href="https://www.kaispe.com/kaispe-joins-international-association-of-microsoft-channel-partners-iamcp/">KAISPE joins International Association of Microsoft Channel Partners (IAMCP)</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Build and secure next-generation IoT and edge solutions at scale</title>
		<link>https://www.kaispe.com/do-you-want-to-lead-the-world-with-iot-solutions-ms-azure-platform-offers-you-the-opportunity-to-shine/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Tue, 25 Sep 2018 00:00:00 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Azure Digital Twins]]></category>
		<category><![CDATA[Azure IoT]]></category>
		<category><![CDATA[Azure IoT Central]]></category>
		<category><![CDATA[Azure Marketplace]]></category>
		<category><![CDATA[Azure Sphere]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Ignite]]></category>
		<category><![CDATA[intelligent devices]]></category>
		<category><![CDATA[IoT]]></category>
		<category><![CDATA[MS Azure platform]]></category>
		<category><![CDATA[Professional networking]]></category>
		<category><![CDATA[smart devices]]></category>
		<category><![CDATA[Technology innovators]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/build-and-secure-next-generation-iot-and-edge-solutions-at-scale/</guid>

					<description><![CDATA[<p>Microsoft has been hard at work innovating for our customers and partners by providing a set of secure and scalable IoT offerings—and simplifying them so that any company on the [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/do-you-want-to-lead-the-world-with-iot-solutions-ms-azure-platform-offers-you-the-opportunity-to-shine/">Build and secure next-generation IoT and edge solutions at scale</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Microsoft has been hard at work innovating for our customers and partners by providing a set of secure and scalable IoT offerings—and simplifying them so that any company on the planet can take advantage of their powerful capabilities. <a href="https://blogs.microsoft.com/iot/2018/09/24/microsoft-ignite-2018-build-and-secure-next-generation-iot-and-edge-solutions-at-scale/">Read More</a></p>
<p>The post <a href="https://www.kaispe.com/do-you-want-to-lead-the-world-with-iot-solutions-ms-azure-platform-offers-you-the-opportunity-to-shine/">Build and secure next-generation IoT and edge solutions at scale</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>IoT is transforming the way customers do business</title>
		<link>https://www.kaispe.com/how-do-businesses-go-about-transforming-their-operation-to-serve-their-customers-more-efficiently/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Tue, 15 May 2018 00:00:00 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Azure IoT]]></category>
		<category><![CDATA[industrial solutions]]></category>
		<category><![CDATA[IoT helping in business transformation]]></category>
		<category><![CDATA[Microsoft Azure IoT platform]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/iot-is-transforming-the-way-customers-do-business/</guid>

					<description><![CDATA[<p>A quick snapshot of how the businesses will be transformed in next couple of years using IoT.</p>
<p>The post <a href="https://www.kaispe.com/how-do-businesses-go-about-transforming-their-operation-to-serve-their-customers-more-efficiently/">IoT is transforming the way customers do business</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="aligncenter wp-image-399 size-full" src="https://www.kaispe.com/wp-content/uploads/2019/02/Banner.png" alt="" width="857" height="424" /></p>
<p>A quick snapshot of how the businesses will be transformed in next couple of years using IoT.</p>
<p>The post <a href="https://www.kaispe.com/how-do-businesses-go-about-transforming-their-operation-to-serve-their-customers-more-efficiently/">IoT is transforming the way customers do business</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Internet of Things (IoT) Track &#124; Microsoft Professional Program</title>
		<link>https://www.kaispe.com/interested-in-learning-about-microsoft-azure-iot-platform-kaispe-can-be-your-guide/</link>
		
		<dc:creator><![CDATA[jdkaispe]]></dc:creator>
		<pubDate>Mon, 08 Jan 2018 00:00:00 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Azure IoT]]></category>
		<category><![CDATA[Data visualization]]></category>
		<category><![CDATA[Internet of Things (IoT)]]></category>
		<category><![CDATA[Microsoft Azure IoT platform]]></category>
		<guid isPermaLink="false">https://www.kaispe.com/internet-of-things-iot-track-microsoft-professional-program/</guid>

					<description><![CDATA[<p>Microsoft has released Azure IoT Certification program. This course provides an introduction to Internet of Things (IoT) and covers the concepts, terms, and patterns of an IoT solution. Please follow [&#8230;]</p>
<p>The post <a href="https://www.kaispe.com/interested-in-learning-about-microsoft-azure-iot-platform-kaispe-can-be-your-guide/">Internet of Things (IoT) Track | Microsoft Professional Program</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Microsoft has released Azure IoT Certification program. This course provides an introduction to Internet of Things (IoT) and covers the concepts, terms, and patterns of an IoT solution. Please follow the link:</p>



<p><a href="https://academy.microsoft.com/en-us/professional-program/tracks/internet-of-things/">https://academy.microsoft.com/en-us/professional-program/tracks/internet-of-things/</a></p>
<p>The post <a href="https://www.kaispe.com/interested-in-learning-about-microsoft-azure-iot-platform-kaispe-can-be-your-guide/">Internet of Things (IoT) Track | Microsoft Professional Program</a> appeared first on <a href="https://www.kaispe.com">KAISPE</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
