Technical documentation
PicoWiFiModemUSB WiFi modem · authoritative source on GitHub
This page organises all of the documentation. Entries marked hosted are reproduced here on the site; the others link to the reference documentation kept up to date in the GitHub repository. For an overview, see the full feature list.
Reference & guides
-
AT command reference hosted
All Hayes AT commands: dial, Telnet, WiFi, status, settings, TLS. Complete table with a description of each command.
Source: README.md § Command reference
-
TLS / HTTPS guide hosted
TLS termination in the dongle,
ATGET https, CA management (AT$CA) and certificate verification (AT$CV).Source: README.md § TLS / HTTPS
-
Project README
Overview, lineage, features, architecture, installation, first-time setup, building.
Source: README.md
Project
-
Changelog
Version history of the fork (TLS/SSL, SSH R&D, debug trace…).
Source: CHANGELOG.md
-
Releases (firmware .uf2)
Pre-built firmwares to flash onto the Pico W.
Source: GitHub Releases
-
GPL-3.0 license
GNU General Public License v3.0 — a derivative work, distributed under the same terms.
Source: LICENSE.txt
Upstream & lineage
-
sodiumlb/PicoWiFiModemUSB (parent)
The native USB-CDC variant for the Pico W, designed to pair with LOCI. This project is a fork of it adding TLS.
Upstream: github.com/sodiumlb/PicoWiFiModemUSB
-
LOCI (Oric host interface)
The Oric 8-bit USB interface that carries the serial stream to the modem. See also the hosted LOCI doc on the Phosphoric side.
Upstream: github.com/sodiumlb/loci-hardware
PicoWiFiModemUSB is part of Tachibana's telematics ecosystem: it is the modem driven by OricTel and emulated by Phosphoric. Non-hosted documents are kept up to date on GitHub (single source of truth).