Bringing WiFi to the Cidco Mailstation
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

C++ 72.8%
Assembly 13.5%
C 11.1%
Makefile 2.6%
91 1 10

Clone this repository

https://tangled.org/jcs.org/WiFiStation https://tangled.org/did:plc:6ashubrd3ihfmnrpsatviswa/WiFiStation
git@git.jcs.org:jcs.org/WiFiStation git@git.jcs.org:did:plc:6ashubrd3ihfmnrpsatviswa/WiFiStation

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

WiFiStation: A WiFi interface to the MailStation#

This project is a set of firmware, tools, and hardware specifications for a board housing an ESP8266 module which talks to a Cidco MailStation over its parallel port.

WiFiStation acts as a modem with an AT command interface allowing the MailStation to issue AT commands to "dial" to telnet addresses rather than phone numbers. This allows the MailStation to use software like msTERM to connect to BBSes over WiFi rather than its internal modem.

All communication between the WiFiStation and the MailStation is also echoed on the WiFiStation's USB serial interface, so commands can be sent from a host computer as well.

For the latest documentation for this project, please see my WiFiStation site.

Hardware Details#

An MCP23017 MCP23S18 connects to an Adafruit Feather HUZZAH ESP8266 over I2C SPI and has 12 of its GPIO lines (8 data, 2 input status, and 2 output control) routed to pins on a DB25 connector, which plugs into the MailStation's printer port.