From 3460560c7058537e2906fbe0cc0c7d72b0bcc650 Mon Sep 17 00:00:00 2001 From: Mike Barnes Date: Mon, 7 Jan 2019 01:20:24 +0000 Subject: [PATCH] TODO list and notes --- README.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ee48c84..e40f6a9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,18 @@ -# c64wifi +# C64Wifi -Firmware for NodeMCU based Commodore 64 wifi modems. - -Derived from: https://1200baud.wordpress.com/2017/03/04/build-your-own-9600-baud-c64-wifi-modem-for-20/ -https://github.com/RolandJuno/esp8266_modem -https://github.com/jsalin/esp8266_modem \ No newline at end of file +Firmware for NodeMCU based Commodore 64 wifi modems. + +For history and details see: +* https://1200baud.wordpress.com/2017/03/04/build-your-own-9600-baud-c64-wifi-modem-for-20/ +* https://github.com/RolandJuno/esp8266_modem +* https://github.com/jsalin/esp8266_modem + +This code has been refactored to build in [PlatformIO](https://platformio.org/) but wouldn't be hard to roll back to the Arduino IDE. It's currently a bit of a mess as I break it down to manageable chunks for rewriting. + +The pin definitions are all set to match the prototype modem on my desk that I'm messing about with and will eventually make a proper PCB for. + +# TODO +* Startup in AP mode if no wifi connection configured or successful +* OTA firmware updates +* Nicer web configuration page +* Wifi signal strength display via LEDs \ No newline at end of file