Skip to Content

ASTRA WiFi Configuration



First Power On

After powering on, the ASTRA controller automatically creates a WiFi access point for initial setup. The configuration process takes 2-3 minutes.



Configuration Methods


Step 1. Connect to ASTRA Access Point

  1. Power on the ASTRA controller
  2. On your smartphone/tablet/laptop, open WiFi settings
  3. Find network named ASTRA_XXXXXX-####
  4. XXXXXX — unique device identifier
  5. #### — last 4 digits of MAC address
  6. Example: ASTRA_3D5E26-7718
  7. Connect to this network (no password required)
Warning
Access point is active for only 3 minutes after power on. If you miss this window, press RESET button to restart.

Step 2. Open Configuration Page

After connecting to ASTRA WiFi:

  1. Open web browser on your device
  2. Navigate to: http://192.168.4.1
  3. WiFi configuration page will open
Tip
Some devices will open the page automatically. If you see "No Internet" warning — ignore it and stay connected to ASTRA network.

Step 3. Configure Your Network Connection

On configuration page:

  1. Select your WiFi network from discovered list
  2. Or enter network name (SSID) manually
  3. SSID is case sensitive!
  4. Enter password for your WiFi network
  5. Maximum 64 characters
  6. No special characters (* @ # etc.)
  7. No spaces
  8. Check "Show password" box to verify
  9. Click "Save" button


Step 4. Complete Setup

After saving settings:

  1. Controller will restart and connect to your network
  2. New IP address will be displayed
  3. Write down this address — you'll need it for control

Successful connection example:



How to find controller IP address:
- Check your router settings (DHCP clients section)
- Use network scanning app:
- Android/iOS: Fing
- Windows: Advanced IP Scanner
- Linux/Mac: nmap or arp-scan


Method 2: Serial Terminal (Advanced Users)

Requirements

  • USB-UART adapter (CH340, FTDI, CP2102)
  • Terminal program:
  • Windows: Termite, PuTTY
  • Linux/Mac: minicom, screen
  • All platforms: Arduino IDE Serial Monitor
  How to connect USB-UART module to ASTRA controller     See more

Terminal Setup

  1. Connection parameters:
  2. Baud rate: 115200
  3. Data bits: 8
  4. Stop bits: 1
  5. Parity: None
  6. Flow control: None
  7. Enable options:
  8. Local Echo (see typed text)
  9. Append CR+LF (add line ending)

Configuration Commands

Basic WiFi setup:

bash
Backlog ssid1 YourNetwork; password1 YourPassword
                                                

Full setup with backup network:

bash
Backlog ssid1 MainNetwork; password1 Pass1; ssid2 BackupNetwork; password2 Pass2
                                                

MQTT setup (for integration):

bash
Backlog mqtthost 192.168.1.100; mqttuser user; mqttpassword pass; topic astra_01
                                                



Connection Verification

  1. Open web browser
  2. Enter controller IP address
  3. ASTRA main page should open

Controller indicators:
- WiFi LED slow blink — searching for network
- WiFi LED solid — connected
- WiFi LED fast blink — connection error



Troubleshooting


Cannot See ASTRA Access Point

  1. Ensure less than 3 minutes passed since power on
  2. Press RESET button to restart
  3. Check controller power supply


Cannot Connect to WiFi Network

  1. Verify password is correct
  2. Ensure network is 2.4 GHz (5 GHz not supported)
  3. Check password has no special characters
  4. Try restarting your router
Factory Reset WiFi Settings

To reset WiFi configuration:
1. Press and hold RESET button
2. Power on controller
3. Keep holding RESET for 10 more seconds
4. Release button — settings are reset



Quick Reference Card

LED Status Meaning
Slow blink Searching for WiFi
Solid ON Connected
Fast blink Connection error
OFF WiFi disabled
Button Action
RESET (short press) Restart controller
RESET (10 sec hold) Factory reset WiFi