Absolute beginner guide • RAKwireless • Raspberry Pi • Meshtastic

WISMESH STATION: START FROM ZERO.

Bought the RAKwireless WisMesh Station or WisMesh Station HP and have no idea what to do next? This guide assumes you know nothing about Raspberry Pi, SSH, Linux, meshtasticd, MQTT, or network addresses.

Ready-to-run hardwareNo coding requiredEthernet or Wi-FiWeb interfaceTroubleshooting included
This guide covers both models.

WisMesh Station: standard-power 22 dBm radio.
WisMesh Station HP: high-power 30 dBm / 1 watt radio.

Both use the same Raspberry Pi-based platform and setup flow. The major difference is LoRa output power.

⚠️ CHECK THE ANTENNAS BEFORE YOU START TRANSMITTING.

The station includes separate LoRa and GPS antenna connections. Make sure the correct antennas are attached to the correct ports before normal radio use. Do not mix up LoRa and GPS connectors.

What is this thing?

The WisMesh Station is basically a Raspberry Pi 4, a RAK6421 WisBlock Pi HAT, and a Meshtastic LoRa radio packaged into a metal enclosure. RAK ships it with meshtasticd already installed, so unlike a DIY Pi build you normally do not need to install Linux or Meshtastic from scratch.

Standard WisMesh StationUses the RAK13300 SX1262 radio at up to 22 dBm.
WisMesh Station HPUses the RAK13302 SX1262 + amplifier for up to 30 dBm / 1 watt.
Inside the boxRAK lists the station, LoRa antenna, GPS antenna, power adapter, and 32 GB SD card.
Software already presentRAK documents meshtasticd plus local MQTT support, with Node-RED / Grafana capabilities on the platform.
1
Pick the easy connection method

ETHERNET IS THE SIMPLEST.

If you can plug the station into your router or network switch with Ethernet, do that. RAK recommends Ethernet for permanent installs.

  1. Connect the LoRa and GPS antennas.
  2. Plug an Ethernet cable from the station into your router or switch.
  3. Connect the supplied power adapter.
  4. The station asks your router for an IP address automatically using DHCP.
  5. Open your router's connected-device list and look for the new Raspberry Pi / RAK device.
What is an IP address?

It's simply the station's address on your home network — something like 192.168.1.123. You will use that address in your browser.

2
No Ethernet?

USE THE BUILT-IN SETUP WI-FI.

If the station has no Ethernet connection and has not already joined Wi-Fi, it creates a temporary setup hotspot.

Wi-Fi name: RAK_XXXX
Default hotspot password: rakwireless

The XXXX part is based on the last four characters of the station's MAC address.

Configure your normal Wi-Fi

  1. On your phone or computer, connect to RAK_XXXX.
  2. Open a browser.
  3. Go to:
http://192.168.230.1
  1. Select your normal home/office Wi-Fi network.
  2. Enter its password.
  3. Choose Connect.
  4. Once the station joins your network, the temporary RAK_XXXX hotspot disappears. That is normal.
Current Wi-Fi limitation:

RAK's current quick-start documentation says WPA3-only networks are not supported. Use WPA2 or WPA/WPA2 mixed mode if the station will not join your wireless network.

3
SSH is optional

YOU DO NOT NEED THE COMMAND LINE FOR BASIC SETUP.

For normal Meshtastic configuration, you can go straight to the web interface in the next step. SSH is mainly for advanced Linux administration.

If you do use SSH, the stock RAKPiOS credentials are:

Username: rak
Default password: changeme

RAK says the system prompts you to change the default password on first login. Do that immediately.

When connected directly to the temporary setup hotspot, the SSH address is 192.168.230.1. Once the station is on Ethernet or your Wi-Fi, use the IP address assigned by your router.

4
The part most people actually want

OPEN THE MESHTASTIC WEB INTERFACE.

In your browser, enter:

https://YOUR-STATION-IP:9443

Example:

https://192.168.1.123:9443

If you're still connected directly to the temporary RAK setup hotspot, use:

https://192.168.230.1:9443
If the Meshtastic dashboard loads, the core system is working.

At this point the Raspberry Pi, RAK6421 HAT, radio, and meshtasticd are communicating well enough for the web interface to come up.

5
Required radio setting

SET THE CORRECT MESHTASTIC REGION.

Inside the Meshtastic Web UI, set the LoRa region for the country where the station is physically operating.

Using it in the United States?

Select the U.S. Meshtastic region. If you're deploying somewhere else, choose that location's legal region instead.

Do not copy a random region setting from a YouTube video. Region settings affect legal frequency and radio behavior.

6
Prove the basics first

TEST BEFORE YOU ADD ALL THE FANCY STUFF.

  1. Confirm the Meshtastic Web UI stays connected.
  2. Confirm the correct region is set.
  3. Look for nearby Meshtastic nodes.
  4. Send a simple test message.
  5. Verify another node receives it.
  6. Send a reply back to the WisMesh Station.
That is your first milestone.

Do not start troubleshooting MQTT, Grafana, Node-RED, GPS, sensors, or remote dashboards until ordinary Meshtastic messages work both directions.

After basic Meshtastic works

THEN EXPLORE THE GATEWAY FEATURES.

MQTTThe station is intended for always-on gateway use and includes local MQTT capability.
GrafanaUseful for visualizing telemetry and device/network metrics.
Node-REDUseful for automations, data flows, and integrations.
GPS / GNSSThe RAK6421 platform supports compatible WisBlock GNSS modules and the station has a GPS antenna port.
Environmental sensorsRAK documents compatible temperature, humidity, pressure, CO2, light, UV, and other WisBlock sensors.
Always-on infrastructureEthernet plus the enclosed Raspberry Pi platform makes this more like a little mesh server than a pocket node.
High-power model ≠ automatically better.

The HP version can transmit up to 1 watt. More power does not fix a bad antenna location, poor line of sight, bad coax, or incorrect network settings. Use appropriate radio settings and local regulations.

Recovery / DIY path

ONLY REFLASH IT IF YOU ACTUALLY NEED TO.

RAK's stock image is based on RAKPiOS with meshtasticd pre-installed. If you intentionally replace it with standard Raspberry Pi OS, you lose the ready-to-run advantage and must install/configure meshtasticd yourself.

Important RAK6421 detail after a manual Raspberry Pi OS install

RAK's current guide says the following must be added to /boot/firmware/config.txt so the Raspberry Pi can recognize the RAK6421 HAT+ EEPROM:

dtparam=i2c_vc=on dtoverlay=i2c0

Then reboot. This is an advanced/recovery path — not part of the normal out-of-box setup.

Something not working?

BEGINNER TROUBLESHOOTING.

I don't see RAK_XXXX Wi-Fi
The setup hotspot only appears when the station has no Ethernet connection and no working Wi-Fi client connection. Unplug Ethernet and verify it is not already joined to your Wi-Fi network.
The RAK hotspot password isn't working
The documented default is rakwireless. On Windows, make sure you're entering a security key/password rather than a WPS PIN.
The station won't join my Wi-Fi
Check whether the network is WPA3-only. RAK currently documents WPA2 or WPA/WPA2 mixed mode for this setup path.
I can't open the Meshtastic page
Verify the station's current IP address in your router and include port 9443: https://IP-ADDRESS:9443. If you're on the direct setup hotspot, try https://192.168.230.1:9443.
I can open the web UI but can't hear any nodes
Confirm the LoRa antenna is connected to the LoRa port, the correct region is selected, and another known-working node is nearby. Test basic radio operation before changing MQTT or dashboard settings.
Should I reflash the SD card?
Not as a first troubleshooting step. The product ships as a ready-to-run gateway. Reflashing creates more work because you then need to rebuild the software/configuration stack.
Credit & source of truth

RAKWIRELESS DOCUMENTATION WINS IF SOMETHING CHANGES.

The WisMesh Station / WisMesh Station HP, RAK6421 WisBlock Pi HAT, RAK13300, and RAK13302 are RAKwireless products. No Bars Club did not design or manufacture this hardware.

Official WisMesh Station Quick Start ↗
RAK6421 WisMesh Pi HAT documentation ↗
WisMesh Station product page ↗

This page translates RAK's current documentation into plain language. Firmware, RAKPiOS, Meshtastic, and product revisions can change. When this guide and current RAK documentation disagree, follow RAK's current documentation and report the mismatch so this page can be corrected.