Scaling an IoT deployment? Join our webinar on May 28th where we dive into real-world scaling pain points and how to overcome them.

Blues Developers
What’s New
Resources
Blog
Technical articles for developers
Newsletter
The monthly Blues developer newsletter
Terminal
Connect to a Notecard in your browser
Developer Certification
Get certified on wireless connectivity with Blues
Webinars
Listing of Blues technical webinars
Blues.comNotehub.io
Shop
Docs
Button IconHelp
Notehub StatusVisit our Forum
Button IconSign In
Sign In
Sign In
Docs Home
What’s New
Resources
Blog
Technical articles for developers
Newsletter
The monthly Blues developer newsletter
Terminal
Connect to a Notecard in your browser
Developer Certification
Get certified on wireless connectivity with Blues
Webinars
Listing of Blues technical webinars
Blues.comNotehub.io
Shop
Docs
LoRa
LoRaWAN Quickstart
Notecard LoRa Datasheet
Connecting to a LoRaWAN Gateway
IntroductionConnect a Blues Gateway to EthernetConnect a Blues Gateway to Wi-FiVerify and Manage a Blues GatewayConnect a non-Blues GatewayNext Steps
Building Your First LoRa App
Sparrow
homechevron_rightDocschevron_rightLoRachevron_rightConnecting to a LoRaWAN Gateway

Connecting to a LoRaWAN Gateway

Introduction

In this guide, we will walk you through setting up your own Blues Indoor LoRaWAN Gateway and provide resources to configure other gateways supported by The Things Stack.

Continue reading to learn more about the device-to-cloud data flow with the Notecard LoRa, or skip directly to the setup instructions for your gateway:

  • Connect a Blues Gateway to Ethernet
  • Connect a Blues Gateway to Wi-Fi
  • Connect a non-Blues Gateway

Data Flow with Notecard LoRa and Notehub

The Notecard LoRa was built to operate in a manner similar to the Cellular and Wi-Fi Notecards. Just like a cellular modem requires a cell tower and a Wi-Fi module requires a Wi-Fi access point, the Notecard LoRa requires a LoRaWAN gateway to route data to the internet.

For the Notecard LoRa in particular, only LoRaWAN gateways provisioned on The Things Stack are supported. The Blues Indoor LoRaWAN Gateway ships pre-provisioned in the Blues Things Stack tenant and offers turnkey deployment options.

Whether using a Blues gateway or your own gateway, Blues helps to reduce the complexity of data flow from your Notecard LoRa device to the cloud.

Flow of Notecard Data using a Blues-Managed Gateway

Blues manages every part of the cloud-based data flow, from network server, to application server, to Notehub, and on to your cloud service.

blues lorawan data flow

Flow of Notecard Data using a Public or User-Managed Gateway

Using a non-Blues gateway provisioned on The Things Stack requires user management of the network server and enabling of Packet Broker.

non-blues lorawan data flow

Connect a Blues Gateway to Ethernet

You can choose to connect your Blues Indoor LoRaWAN Gateway via Ethernet or Wi-Fi (or both). Follow these instructions to connect your gateway via wired Ethernet.

  1. Locate the Ethernet port on the back of your Blues gateway.

    blues gateway ethernet port

  2. Plug an active Ethernet cable into the port and wait for the light on top of the Blues gateway to start pulsing blue.

    blues gateway blue pulse

  3. That's it! Since your Blues gateway is pre-provisioned in the Blues Things Stack tenant, it's ready to relay data from your Notecard LoRa devices. Follow the instructions below to verify connectivity, change the default gateway password, and manage your Blues gateway.

Connect a Blues Gateway to Wi-Fi

You can choose to connect your Blues Indoor LoRaWAN Gateway via Ethernet or Wi-Fi (or both). Follow these instructions to connect your gateway via Wi-Fi.

note

The Blues Indoor LoRaWAN Gateway requires access to a 2.4 GHz Wi-Fi network, and does not operate on captive portals.

  1. With your Blues gateway powered on and within Wi-Fi range of your computer, connect your computer to the gateway's Wi-Fi access point. The SSID of your gateway is named RAK7268V2_XXXX, where the last segment is the last two bytes of your Gateway EUI or GWEUI.

    In the following example, the SSID of the gateway will be RAK7268V2_A6BF.

    blues gateway ssid

  2. Using your browser, navigate to 192.168.230.1 and log in with the username root and password Bu1ldW1thBlues!.

    blues gateway login

  3. Once you have logged into your gateway, navigate to the Network tab, expand the Wi-Fi pane, and click on Settings.

    blues gateway interfaces

  4. Toggle the switch to Enable the Wi-Fi interface. Scan for available SSIDs, pick an SSID, enter your SSID's password, and click Save.

    blues gateway wi-fi setup

  5. When configured correctly, the light on top of the Blues gateway should start pulsing blue.

    blues gateway blue pulse

  6. That's it! Since your Blues gateway is pre-provisioned in the Blues Things Stack tenant, it's ready to relay data from your Notecard LoRa devices. Follow the instructions below to verify connectivity, change the default gateway password, and manage your Blues gateway.

Verify and Manage a Blues Gateway

  1. Open a browser and navigate to the default IP address of your Blues gateway, which will be 169.254.X.X. The last two address segments are the last four bits of the gateway MAC (which is also the Gateway EUI or GWEUI). You'll need to use a hexadecimal to decimal converter to convert each two bit pair to decimal.

    Please note this is a different IP address than what you may have used if you connected to the gateway's SSID during the Wi-Fi configuration steps above.

    For example, if your Gateway EUI is ac1f09fffe10a6bf, the last four bits are a6 and bf. Using the hexadecimal to decimal converter, a6 becomes 166 and bf becomes 191. Therefore, your Gateway IP address is 169.254.166.191.

    blues gateway ssid

  2. Log in to your gateway with the username root and password Bu1ldW1thBlues!.

  3. After logging into your gateway, you'll be presented with a Dashboard of your gateway activity. Once you complete the rest of the LoRaWAN Quickstart, you will see the relevant values update under the LoRa Statistics tab.

    blues gateway lora statistics

  4. Now is a great time to update the default gateway password. Navigate to the User settings menu to update your password.

    blues gateway user settings

  5. You may wish to bookmark your gateway dashboard for future reference. And now that your gateway is connected and ready to go, you're ready for the next steps.

warning

If you ever need to perform a full factory reset on your Blues gateway, please reach out on the Blues Community Forum to notify a Blues staff member. There are additional reset procedures that Blues staff must perform to get your gateway back online.

Connect a non-Blues Gateway

The Notecard LoRa works with any LoRaWAN gateway on The Things Stack (including public LoRaWAN gateways ).

If providing your own LoRaWAN gateway, follow the steps below to configure it on The Things Stack.

  1. Each LoRaWAN gateway is configured differently. Start with The Things Stack documentation to find your specific gateway and follow the instructions provided to configure it.

    Specifically make sure the correct frequency plan is set for your region:

    set frequency plan in things stack tenant

  2. Once you are done with the initial gateway configuration, you must configure Packet Broker in your The Things Stack tenant to automatically transfer Notecard LoRa traffic to the Application Server that Blues manages to relay data to Notehub. Also, be sure "List my network in Packet Broker publicly" is enabled in the Packet Broker settings.

    update packet broker settings in things stack tenant

Next Steps

If you're following the Blues Quickstart, next we recommend setting up your Notecard LoRa for sending data.

  1. Set Up Your Gateway
  2. Use the Notecard to Send Data
  3. Build Your First LoRa App

At any time, if you find yourself stuck, please reach out on the community forum .

Can we improve this page? Send us feedback
© 2025 Blues Inc.
© 2025 Blues Inc.
TermsPrivacy
Notecard Disconnected
Having trouble connecting?

Try changing your USB cable as some cables do not support transferring data. If that does not solve your problem, contact us at support@blues.com and we will get you set up with another tool to communicate with the Notecard.

Advanced Usage

The help command gives more info.

Connect a Notecard
Use USB to connect and start issuing requests from the browser.
Try Notecard Simulator
Experiment with Notecard's latest firmware on a Simulator assigned to your free Notehub account.

Don't have an account? Sign up