Skip to main content
Chemistry LibreTexts

A1.3: Registering your Pi with UALR IOT

  • Page ID
    369292
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    \( \newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\)

    ( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\id}{\mathrm{id}}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\kernel}{\mathrm{null}\,}\)

    \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\)

    \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\)

    \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    \( \newcommand{\vectorA}[1]{\vec{#1}}      % arrow\)

    \( \newcommand{\vectorAt}[1]{\vec{\text{#1}}}      % arrow\)

    \( \newcommand{\vectorB}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vectorC}[1]{\textbf{#1}} \)

    \( \newcommand{\vectorD}[1]{\overrightarrow{#1}} \)

    \( \newcommand{\vectorDt}[1]{\overrightarrow{\text{#1}}} \)

    \( \newcommand{\vectE}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{\mathbf {#1}}}} \)

    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    Obtain Pi MAC Address

    The MAC (Media Access Control) address is the ID that identifies your Pi and is required when you register your device on the UALR IOT WiFi network.  Press ctrl-alt-t to bring up the command line terminal and type the following code, which is a shortcut for ifconfig

    ip a

    The above command gives all  ip address associated with all network interfaces, and you should see two, the ethernet (eth0) and the WiFi (wlan0), and you need the MAC address associated with wlan0

    clipboard_e58ddae8ac49b7ebc5d625607b6db1e10.png
    Figure \(\PageIndex{3}\):  MAC address for wlan0 (the pi's default wifi

    (be sure to get the MAC address for the wlan0 and not eth0

     

    Register MAC address

    Either Google "UALR IOT WiFi" or go directly to the UALR Information Technology Services Wireless network page

    https://ualr.edu/itservices/applications/v/wireless/


    Scroll down the page until you see the image on the left of figure \(\PageIndex{4}\) and choose UALR-IoT (you would use UALR-WiFi to register your laptop or smartphone)

    clipboard_ea6398febfd57be96712ae090dde90675.png
    Figure \(\PageIndex{4}\): Screen shots of UALR-IoT sign in process.

    Go to the bottom of the page and click "Add new device"

     

    clipboard_eeec6f83f210330eff5240a62f106bab7.png
    Figure \(\PageIndex{5}\): Screen shots showing prior registered IOT devices and form for registering a new device.

     

    Obtain IP address

    Now that your PI is registered and on the network you can obtain it's IP address by clicking on the device (left part of figure \(\PageIndex{5}\)).

     

    clipboard_eb6d3674cdc9aee0f5627b26a083db758.png
    Figure \(\PageIndex{6}\):  The IP address for a registered device from UALR's IOT Network access page.

     

    NOTE, UALR has dynamic and not static IP addresses.  This means if you shut off your Pi and reboot it, the IP may change.  If that happens, you have three basic options to obtain your IP address:

    1. Run your Pi in desktop mode (with monitor,keyboard and mouse) and type <ip a> in the command line.
    2. Login to your UALR IOT network panel and look up the IP address for any device on the IOT network.
    3. Run a script when your Pi boots to email its IP address to your email account whenever the Pi boots.

    A1.3: Registering your Pi with UALR IOT is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?