<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.slq.qld.gov.au/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>SLQ Wiki digital_literacy:technology_resources:iot</title>
        <description></description>
        <link>https://wiki.slq.qld.gov.au/</link>
        <lastBuildDate>Wed, 15 Apr 2026 01:28:20 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.slq.qld.gov.au/lib/tpl/mikio/images/favicon.ico</url>
            <title>SLQ Wiki</title>
            <link>https://wiki.slq.qld.gov.au/</link>
        </image>
        <item>
            <title>Internet of Things (IOT)</title>
            <link>https://wiki.slq.qld.gov.au/doku.php?id=digital_literacy:technology_resources:iot:start&amp;rev=1560727793&amp;do=diff</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;internet_of_things_iot&quot;&gt;Internet of Things (IOT)&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Internet of Things (IOT)&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;internet_of_things_iot&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-37&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;what_is_iot&quot;&gt;What is IOT&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
IOT or Internet of Things is defined by &lt;a href=&quot;https://en.m.wikipedia.org/wiki/Internet_of_things&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://en.m.wikipedia.org/wiki/Internet_of_things&quot; rel=&quot;ugc nofollow noopener&quot;&gt;wikipedia&lt;/a&gt; as the extension of the internet into physical devices and everyday objects. Traditionally, IOT devices are basic devices that contain a sensor monitoring an element and reporting the result back to an internet server where it can be graphed and analysed.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;What is IOT&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;what_is_iot&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;38-421&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;iot_devices&quot;&gt;IOT Devices&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Devices can be purchased full constructed off-the-shelf, as whole kits or from scratch with the components purchased from stores such as &lt;a href=&quot;https://www.jaycar.com.au&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://www.jaycar.com.au&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Jaycar Electronics&lt;/a&gt;, &lt;a href=&quot;https://www.littlebird.com.au&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://www.littlebird.com.au&quot; rel=&quot;ugc nofollow noopener&quot;&gt;LittleBird Electronics&lt;/a&gt; and &lt;a href=&quot;https://www.iot-store.com.au&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://www.iot-store.com.au&quot; rel=&quot;ugc nofollow noopener&quot;&gt;The IOT Store&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
Kits from scratch are a great way to introduce users into the world of coding and electronics and building a device is not difficult. Breaking it down to some basic steps you will need:
&lt;/p&gt;
&lt;ol&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; A sensor to measure an element such as temperature, humidity or air pressure sensor&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; A small PC to control, or be the brains of the device. Most IoT devices use either a Raspberry Pi or an Arduino&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; A way to output the sensor reading. Traditionally IoT devices will connect to the internet and upload the data to a server (see below). Alternatively you can connect a LCD display to the Raspberry Pi or Arduino to display the data&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;IOT Devices&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;iot_devices&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;422-1366&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit4&quot; id=&quot;iot_servers&quot;&gt;IOT Servers&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Devices need a place to store its findings and users need a place to review, graph and analyse the data. There are services available with a wide range of features and prices dependant on your needs. Pricing is typically dependant on how many devices to connect, the frequency of recording (data sent every second or every 10 minutes) and how long to save the data historically. A few places to start are the &lt;a href=&quot;https://azure.microsoft.com/en-us/services/iot-hub/&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://azure.microsoft.com/en-us/services/iot-hub/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Microsoft Azure IoT Hub&lt;/a&gt;, &lt;a href=&quot;https://cloud.google.com/solutions/iot/&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://cloud.google.com/solutions/iot/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Google Cloud IoT&lt;/a&gt; and &lt;a href=&quot;https://thinger.io/pricing/&quot; class=&quot;urlextern&quot; target=&quot;_tab&quot; title=&quot;https://thinger.io/pricing/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;thinger.io&lt;/a&gt;.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;IOT Servers&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;iot_servers&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;1367-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>digital_literacy:technology_resources:iot</category>
            <pubDate>Mon, 17 Jun 2019 09:29:53 +0000</pubDate>
        </item>
    </channel>
</rss>
