|
|
7 jam lalu | |
|---|---|---|
| .. | ||
| include | 8 jam lalu | |
| src | 8 jam lalu | |
| .gitignore | 8 jam lalu | |
| README.md | 7 jam lalu | |
| build.py | 8 jam lalu | |
| platformio.ini | 8 jam lalu | |
A modern Gotek replacement with WiFi, embedded storage, and dual-drive emulation support.
First Boot WiFi Setup: After the first boot, the device will start as a WiFi access point. You can connect to this access point to configure your own SSID and password (PSK) for your network.
Follow the on-screen instructions in the configuration portal to complete the setup.
The board also runs an FTP server for file management.
How to connect:
The board runs a WebDAV server on port 8080 (default). You can connect to it using any WebDAV client.
http://<device-ip>:8080/Replace <device-ip> with the actual IP address assigned to your board. Be sure to include :8080 in the URL to specify the port.
Replace <device-ip> with the actual IP address assigned to your board.
How to connect:
curl) to connect to http://<device-ip>:8080/.The device provides a web-based GUI on port 80. This interface displays information that would normally appear on the OSD, directly on the webpage.
http://<device-ip>/Replace <device-ip> with the actual IP address assigned to your board.
How to connect:
http://<device-ip>/ to access the web GUI and view OSD information.Note: To upload or download files from the internal flash, you must disable the STM32 using a switch in the web UI. This ensures safe access to the storage.
A simple gotek replacement with WiFi and embedded storage.
Disk images can be stored and used from either the internal NAND flash or via the USB connector.
Note: The board is prepared for emulation of two drives, a feature not yet implemented in FlashFloppy.
The board supports OTA (Over-The-Air) firmware updates via a web interface.
http://<device-ip>/webotaReplace <device-ip> with the actual IP address assigned to your board.
How to update:
http://<device-ip>/webota.Before you can flash the STM32, you must first flash the ESP32. This is required for proper board initialization and communication.
Steps:
Once the ESP32 is up and running, you can flash the STM32 using your chosen method (e.g., ST-Link, etc.).
Note: The STM32 may rely on the ESP32 for certain board functions, so flashing order is important.
To flash FlashFloppy firmware to the STM32, follow the official instructions and documentation:
- **Debugging:** Connect to your computer for serial output and firmware flashing.
- **Power Source:** The board is powered via the USB-C connection or the power headers.
Tip: Always ensure a stable USB-C connection for reliable flashing and debugging.
- **To get it running please flash the ESP32S3 first!!!
- **The STM32 will be hold in reset mode until the ESP32S3 is operational