- Download zimodem from gitlab
- Select Generic ESP8266 Module in the Arduino IDE
- Choose flash size: 1Mb (FS:160 Kb)
- Open zimodem.ino
- Compile and upload firmware to the NodeMCU
Якщо в Arduino IDE нема ESP8266, треба додати відповідну бібліотеку
В File> Preferences в поле Additional Boards Manager URLs додати URL
Код: Виділити все
http://arduino.esp8266.com/stable/package_esp8266com_index.json
Встановити бібліотеку версії не вище 2.7.4.
На момент написання посту актуальна була 3.1.2 і з нею прошивка не зібраласяTo build this firmware for the ESP-01 or ESP-12, I used the Arduino IDE rev1.8.10 with the 2.7.4 Arduino ESP8266 libraries using the Generic ESP8266 Module. Versions newer than 2.7.4 may not work.
Також, можливо, знадобиться встановити драйвер для USB->UART CP2102
CP2102 Windows Driver for ESP 8266
Configuration
- Connect nodeMCU to microUSB
- Start terminal (Arduino IDE Tools ->Serial Monitor)
- Select baud rate 1200, handshaking XON/XOFF and your COM-port
- Press Reset button on the nodeMCU.
C64Net WiFi Firmware v3.7.0 sdk=2.2.2-dev(38a443e) chipid=1458392 cpu@80 totsize=4096k ssize=372k fsize=139k speed=40m CONNECTED TO StarLink (192.168.179.29) READY.
Configure WiFi network using next commands:
Код: Виділити все
#Налаштувати підключення, дочекатися ОК
ATW"ssid,password"
#Зберегти налаштування
AT&W
#Перевірити підключення
ATI
- Upload ccgms 2019 to SD2IEC sd-card (version 2021 dont works correctly)
- Start File Browser
Код: Виділити все
LOAD "FB",8
RUN
CCGMS Terminal for Commodore 64:
- run CCGMS.prg
- press F8 for configuration (baud rate 1200)
- save config
- use AT commands:
- atdt oasisbbs.hopto.org:6400
Useful links:
https://retrogamecoders.com/commodore-64-wifi-esp8266/
https://github.com/svenpetersen1965/C64 ... -User-Port
https://github.com/bozimmerman/Zimodem
Youtube:
► Показати