Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
57 lines (34 loc) · 3.21 KB

tip123.md

File metadata and controls

57 lines (34 loc) · 3.21 KB
type title excerpt tags date
post
Tip 123 - Configuring and Setting up the IoT Button
Learn how to configure and explore working with the IoT Button
Identity
2018-05-15 10:00:00 -0700

::: tip :bulb: Learn more : Azure IoT Hub Overview. :::

Configuring and Setting up the IoT Button

The Series So Far

At Build 2018, we first saw the IoT Button. I started exploring the device with the very first unboxing and decided to create a mini-series to walk you how to use the device from start to finish. The series (so far) is located below

In the blog post, I spent time walking you through creating an IoT Hub that we'll be using in the rest of this series. Now we're going to take a look at configuring the actual IoT Button to make use of our IoT Hub.

Configuring and Setting up the IoT Button

You first need to take the button and hold it down until you see a yellow LED and then release. This will give you access to the AP which you will connect to on your Windows or Mac. Once connected, go to the device configuration page in a web browser http://192.168.4.1 and you'll see the following:

Click on the IoT Hub Configuration page and provide the Azure IoT Hub, IoT Device name and secret (that you got out of Device Explorer) and click Save.

If you click on TimeServer, then you can change the default time server. It should be fine as is.

Now you'll need to configure the Wifi that the device connects to when you click the button. You need to use 2.4 wireless and WPA-PSK2. At least that is what works at my home. Make sure you save the information after entering it.

Next up, is IP Configuration, I am using DHCP so left this as yes and 0.0.0.0 for everything except Netmask. This needs to be 255.255.255.0.

On the User JSON screen, this is a great paste to paste some sample JSON that you wish to test with.

Finally, on the Shutdown page, it allows you to save all settings and exit.

Once this is complete, switch back over to Device Explorer and click on the Data tab and ensure the right EventHub and DeviceID is selected and press Monitor. Press you button one time and you should see the sample data coming through. Nice!