Note for Arcadyan AW1000 users: Please ensure your device is properly prepared before flashing any firmware. Special care required for UART and IPv6 versions.
Important: If running ATI+QGMR returns a firmware version containing "ACY", you need to upgrade the module firmware. This version is customized for China users only and causes compatibility issues elsewhere.
Common Issues:
Modem can't detect 5G networks
Modem reboots during 5G speed tests (Ookla Speedtest)
Slow speeds in 5G coverage areas
Unstable internet with frequent disconnections
Sahara error in system logs
Russia: Provider blocking issues - requires firmware downgrade to R11
Module stuck in emergency download mode (no current solution)
Bricked modules during upgrade process
Module Firmware Recommendations:
Latest stable versions: R13 01.200 / R13 02.200
Russia-specific: Use R11 version
China-customized firmware (ACY versions) should be replaced
β οΈ Important Notice: If you encounter issues during module firmware upgrade or brick your module, contact our technical support immediately: Telegram: @sopek21
Module Firmware Upgrade Procedure
β οΈ Warning: Module firmware upgrade carries risks. Follow instructions carefully and ensure stable power during the process. Do not interrupt the upgrade.
Flash QWRT China firmware: This firmware contains necessary tools for module upgrade
Connect LAN cable: From your laptop to the yellow LAN port on the modem
Open WinSCP: Connect to 192.168.1.1 (username: root,password: password by default)
Prepare module files:
Extract the module firmware package
Choose the appropriate version (R13 for most users, R11 for Russia)
Drag the entire "update_module" folder to /tmp directory in WinSCP
Open PuTTY: Connect to 192.168.1.1 (port 22) and login as root
Run upgrade command:
QFirehose -f /tmpExecute the upgrade command
Wait for completion: The process takes 2-5 minutes. Do not disconnect power!
Verify upgrade: After reboot, use AT commands to check version:
microcom /dev/ttyUSB2Access modem terminalATICheck firmware version
Verification: After successful upgrade, ATI command should return firmware version without "ACY" in the name. Example: "RG500QEAR01.200.01.200"
Note: Actual speeds depend on network coverage, signal strength, and carrier limitations. These are theoretical maximum speeds under ideal conditions.
UART Information
β οΈ WARNING: UART modification requires advanced technical skills and will void your warranty. Proceed at your own risk. Incorrect connections can permanently damage your device.
What is UART?
UART (Universal Asynchronous Receiver-Transmitter) is a hardware communication protocol that allows serial communication between devices. It's essential for:
Low-level debugging and recovery
Accessing bootloader and system console
Flashing firmware when other methods fail
Diagnosing boot issues
Why Use UART on AW1000?
The AW1000's UART interface provides direct access to the device's bootloader and system console, bypassing all higher-level security. This makes it invaluable for:
Tip: During bootup, you have 3 seconds to press any key to enter U-Boot console. From there you can access recovery mode or perform advanced operations.
Common UART Commands
resetReset to factory defaultsbootBoot from different partitionsetenv bootargs "console=ttyMSM0,115200n8"Set environment variablessaveenvSave environmentprintenvPrint environment variables
Wait for completion: Process will stop when successful. Turn off modem and power back on.
AW1000 Complete Specifications
Device Overview
The Arcadyan AW1000 is Telstra's flagship 5G home modem, designed for high-speed internet access in areas with 5G coverage. It combines advanced 5G connectivity with Wi-Fi 6 technology to deliver exceptional performance for modern home networking needs.
Technical Specifications
Model
Telstra 5G Home Modem AW1000
Manufacturer
Arcadyan Technology
CPU
Qualcomm IPQ6010 Quad-core ARM Cortex-A53 @ 1.8GHz
Compatibility Note: While designed for Telstra, the AW1000 can work with other Australian carriers (Optus, Vodafone) and international carriers with compatible frequency bands.
Installation Guide
β οΈ IMPORTANT: Flashing custom firmware will void your warranty and may brick your device if done incorrectly. Ensure you have a recovery method (UART) available before proceeding.
Pre-Installation Requirements
Backup Original Firmware: Always create a full backup before flashing
Stable Power Supply: Use UPS if possible to prevent power interruption
Wired Connection: Use Ethernet, not Wi-Fi for flashing
UART Access: Set up UART connection for recovery purposes
Compatible Firmware: Ensure you're using the correct firmware variant
Method 1: Web Interface Flashing
Access Web Interface: Navigate to http://192.168.0.1
Login: Use admin credentials (usually admin/admin)
Find Firmware Update: Look for "System" or "Administration" section
Select Firmware: Choose your downloaded .bin file
Start Flashing: Click "Update" and wait (DO NOT POWER OFF)
Wait for Reboot: Device will restart automatically after flashing
Method 2: UART Recovery Mode
Connect UART: Set up UART connection as described in UART section
Power On: Boot device while monitoring serial output
Interrupt Boot: Press any key during 3-second countdown
Set up TFTP: Configure TFTP server on your computer
Load Firmware: Use U-Boot commands to download and flash firmware
Verify Flash: Check that firmware was written correctly
Boot New Firmware: Reset device to boot into OpenWRT
Recovery Tip: If flashing fails, you can always use UART recovery mode to restore the device. Keep the original firmware backup accessible via TFTP.
Troubleshooting Guide
Common Issues & Solutions
π΄ Device Won't Boot After Flashing
Symptoms: No lights, no web interface accessSolution: 1. Connect via UART2. Enter U-Boot recovery mode3. Reflash with known good firmware4. Check power supply (12V, 2A minimum)
Symptoms: No cellular connectivitySolution:1. Check SIM card insertion2. Verify APN settings for your carrier3. Check signal strength and location4. Try different firmware variants (IPv6/No-TTL)5. Check module firmware version (ATI+QGMR)
π΅ Ethernet Ports Not Working
Symptoms: No network on wired connectionsSolution:1. Check switch configuration in OpenWRT2. Verify VLAN settings3. Reset network configuration: /etc/init.d/network restart
Recovery Mode Access: If your device becomes completely unresponsive, use UART recovery mode. This is your last resort to restore functionality.
Factory Reset Procedures
Software Reset: Use OpenWRT web interface β System β Backup/Flash Firmware β Reset
Hardware Reset: Hold reset button for 30 seconds while powered on
UART Reset: Use U-Boot commands to erase configuration partition
Complete Reflash: Flash original Telstra firmware to restore factory state
Tools & Scripts
Essential Tools
π§ SopekSemprit Download Script
Our custom download script ensures secure and verified firmware downloads. Contact @sopek21 for access.
Features:
MD5/SHA256 verification
Resume interrupted downloads
Automatic backup creation
Compatibility checking
IMEI Changing Method
β οΈ IMPORTANT: Changing IMEI may violate your local laws and carrier terms of service. Use at your own risk.
How to Change IMEI
AT+EGMR=1,7,"new_imei_number"
Connect to modem: Use microcom or terminal to access modem interface
Generate new IMEI: Use a valid IMEI generator like imei.info
Replace "new_imei_number": With your generated IMEI (keep the quotes)
Execute command: Send the AT command to the modem
Reboot modem: For changes to take effect
Qmodem user: For qmodem fimrware version go to modem-qmodem-advance modem setting-set imei and apaste new imei-submit
Purpose: Changing IMEI can help avoid carrier detection when using their SIM in a modem, but may have legal implications in some regions.
Verification
To check current IMEI:
AT+EGMR=0,7
π οΈ ADB/Fastboot Tools
# Windows Installation
Download Platform Tools from Google
Add to system PATH
# Linux Installation
sudo apt install android-tools-adb android-tools-fastboot
# Usage
adb devices
adb shell
fastboot devices
#!/bin/bash
# Monitor 5G/4G signal strength
while true; do
echo "=== $(date) ==="
# Get signal info
qmicli -d /dev/cdc-wdm0 --nas-get-signal-strength
qmicli -d /dev/cdc-wdm0 --nas-get-signal-info
echo "========================"
sleep 10
done
These are some of the developers from Malaysia who have collaborated in researching and developing firmware for the AW1000 modem. Each of their works has different tuning and unique advantages, especially in optimized CPU usage, user-friendliness, and suitability for VPN users. Below are the flash scripts for each developer if you're interested in using their firmware. You'll need to pay and register to get access to their firmware. You can contact them directly if you're interested or have any questions.
Note: These developers offer premium firmware versions with additional features and optimizations. Contact them directly for more information about their paid firmware packages.
AW1000 Recommended Sellers
Here, we're sharing a list of reputable sellers known for their reliability, expertise in handling the AW10000 modem, and excellent after-sales serviceβbacked by positive feedback from customers. You can purchase the AW10000 modem with confidence from these trusted sellers. Additionally, the firmware they provide is developed by Malaysian developers, ensuring localized quality and support.
Space available for global sellers - contact us for advertising opportunities
VPN Setup & Configuration
What is VPN?
A Virtual Private Network (VPN) creates a secure, encrypted tunnel between your device and the internet. It protects your online privacy by:
Hiding your IP address and location
Encrypting your internet traffic
Bypassing geo-restrictions and censorship
Securing data on public networks
VPN Usage on OpenWRT AW1000
To set up VPN on your AW1000:
Access OpenWRT LuCI interface
Navigate to "Services" β "VPN"
Choose your preferred VPN package
Enter your VPN provider credentials
Configure protocols and encryption settings
Enable kill switch for maximum security
Recommended VPN Packages
Package
CPU Usage
Features
Best For
Passwall 2
Low
Xray-core, multiple protocols
General use
OpenClash
Medium
Rule-based routing
Advanced users
ShadowsocksR (SSR)
Medium
Obfuscation support
Restricted regions
Passwall Legacy
High
Simple interface
Basic needs
VPN Protocols Explained
Xray-core
The next-generation VPN framework that improves upon V2Ray with better performance and security. Supports multiple protocols simultaneously.
VMESS
Encrypted transport protocol with dynamic port switching. Provides good security but has higher overhead than newer protocols.
VLESS
Lightweight protocol that removes VMESS encryption overhead. Requires TLS for security but offers better performance.
How VPNs Work
When enabled on your AW1000, all traffic is routed through an encrypted tunnel to the VPN server. This masks your real IP address and location, while encrypting your data to prevent snooping.
Why Use VPN on OpenWRT?
Secure all devices on your network automatically
Bypass ISP throttling for better speeds
Access region-restricted content
Protect IoT devices with weak security
Maintain privacy from advertisers
Secure sensitive transactions
Recommended VPN Providers
We've partnered with experienced VPN providers who specialize in AW1000 setup and Malaysian telco compatibility:
1. XoolVPN
PREMIUM VPN UNLIMITED
VPN SERVER MALAYSIA:
- NO SUB ACTIVE/EXPIRED
- MAXIX, CELCOX, DIGX
- UMOBILX , UNIFX5G , YEX5G
π²πΎ MALAYSIA + SINGAPORE πΈπ¬
π 1TAHUN ALL TELCO π
π RM60 ONLY π
(Shin/Myklanet/Pq Hosting,GbNet)
(Serve My Pilih Antara Satu Di Atas)
β BOLEH ADD ON DEVICE RM8 β
π° Maxis
π° celcom
π° Digi
π° Unifi
π° Umobile
π° Yes
β Group Support
β Channel
β Fone/Arcadyan/paswall/Xlite
===========================
DIGITALOCEAN SG = 10GBPS
TIMEVPN MY = 600MBPS ===========================
1. ANDROID/IOS/OPENWRT
2. FULLSPEED STABLE SERVER
3. FULLACCESS MY(TIMEVPN) ===========================
HARGA ===========================
DO SG TIMEVPN MY
30 HARI RM10 30 HARI RM15
90 HARI RM25 90 HARI RM35
180 HARI RM45 180 HARI RM65
360 HARI RM60 360 HARI RM110 ===========================
Here are some of the most impressive AW1000 modifications from our community. These devices have been transformed into powerful networking beasts with custom hardware and software enhancements.
ROG Themed AW1000 with RGB lighting
Stealth Black Edition with custom heatsink
NAS setup demonstration with AW1000
Nnet Modified AW1000 (Front View)
Nnet Modified AW1000 (Right View)
Nnet Modified AW1000 (Left View)
Nnet Modified AW1000 (Rear View)
Nnet Modified AW1000 (Rear View 2)
Modified by King of Spin
nas setup with multi function+torrent
full slot usb,external antena
Speaker function for radio or movie/nas
Note: These modifications often include hardware upgrades like improved cooling, external antenna connectors, and custom enclosures. Some also feature software modifications for enhanced performance.
Common Modifications
External Antenna Mods: Adding TS-9 connectors for better signal reception
Cooling Solutions: Upgraded heatsinks and fans for sustained performance
Case Mods: Custom enclosures with improved ventilation
LED Lighting: Custom RGB lighting for aesthetic appeal
Power Mods: Enhanced power delivery for stable operation
UART Access: Added external UART ports for easy debugging
β οΈ Warning: These modifications require technical expertise and will void your warranty. Proceed at your own risk.
Modification Guides
For those interested in modifying their AW1000, we have several guides available:
Special recognition for the Network Subsystem (NSS) development work by qosmio:
Developing hardware acceleration support for Qualcomm platforms
Creating optimized network packet processing
Providing significant performance improvements
The main difference between NSS and OpenWrt's offloading methods is that NSS provides hardware acceleration directly within the SoC, bypassing the CPU almost entirely for certain network tasks. OpenWrt's offloading relies heavily on the CPU to manage and accelerate traffic.