Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update: Sub-headings 4g lte hat openwrt #2046

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ The Raspberry Pi 5, paired with **OpenWrt** and a 4G LTE HAT , offers a powerful
</div>


## Build the OpenWrt Image

## Choose the OpenWrt Snapshot
### Choose the OpenWrt Snapshot

To work with a 4G LTE module, certain dependencies are required. The OpenWrt Firmware Selector provides the flexibility to include these dependencies during the image creation process, allowing you to compile a customized firmware. Without this approach, you would need an alternative internet source to install the dependencies on the Raspberry Pi after setup. Therefore, it is recommended to build a firmware image that already includes the necessary dependencies.

Expand All @@ -68,7 +69,6 @@ To work with a 4G LTE module, certain dependencies are required. The OpenWrt Fir
/>
</div>

## Build a Custom OpenWrt Image

Ensure the following packages are included during the custom build process:

Expand Down Expand Up @@ -97,7 +97,7 @@ Ensure the following packages are included during the custom build process:
- Connect your Raspberry Pi to a 4G LTE modul


## Check Device Connection
### Check Device Connection

Access the Raspberry Pi using SSH:

Expand Down Expand Up @@ -177,7 +177,7 @@ minicom -D /dev/ttyUSB2
AT+QCFG="usbnet"
AT+QCFG="usbnet",1
```
## Add a New Network Interface
### Add a New Network Interface

- Log in to the OpenWrt LuCI web interface via web browser **192.168.1.1**.
- Go to **Network > Interfaces > Add New Interface**.
Expand Down Expand Up @@ -206,7 +206,7 @@ AT+QCFG="usbnet",1

- Under DHCP Server, enable Ignore Interface.

## Set Up a Wireless Access Point
### Set Up a Wireless Access Point

- In the LuCI web interface, navigate to **Network > Wireless > Add**.

Expand Down Expand Up @@ -242,7 +242,7 @@ AT+QCFG="usbnet",1

- Reboot the device.

## Test the Wireless Network:
### Test the Wireless Network:
- Your wireless SSID should now be visible on nearby devices.
- Connect using the configured password to access the 4G LTE internet.

Expand Down
Loading