{"id":22869006,"url":"https://github.com/jbilander/esp32-fileserver","last_synced_at":"2025-03-31T11:14:00.098Z","repository":{"id":137347221,"uuid":"593103964","full_name":"jbilander/ESP32-FileServer","owner":"jbilander","description":"ESP32 FileServer Application","archived":false,"fork":false,"pushed_at":"2023-06-19T16:30:41.000Z","size":61,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T16:05:25.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jbilander.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-25T08:45:27.000Z","updated_at":"2023-04-12T14:29:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"2809d293-5fcc-4ce2-b297-45889c152bdf","html_url":"https://github.com/jbilander/ESP32-FileServer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbilander%2FESP32-FileServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbilander%2FESP32-FileServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbilander%2FESP32-FileServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbilander%2FESP32-FileServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbilander","download_url":"https://codeload.github.com/jbilander/ESP32-FileServer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246458009,"owners_count":20780678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-13T12:44:51.720Z","updated_at":"2025-03-31T11:14:00.084Z","avatar_url":"https://github.com/jbilander.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP32-FileServer\nESP32 FileServer Application for the Centronics Parallel Port\n\nWORK IN PROGRESS!!\n\nThe idea is to connect a `ESP32` to the Amiga Parallel Port to act as a filehub where you can do file transfers to/from your PC and then fetch those files using a file transfer protocol like `Kermit` or `Zmodem` on the `Amiga ⇄ ESP32` side.\n\nHardware is here:\u003cbr /\u003e\nhttps://github.com/jbilander/Parallel_to_ESP32 \u003cbr /\u003e\n\n***\n\u003ca href=\"https://i.imgur.com/PKCFaCk.jpg\"\u003e\n\u003cimg src=\"https://i.imgur.com/PKCFaCk.jpg\" width=\"512\" height=\"384\"\u003e\n\u003c/a\u003e\n\n***\n\nThis project currently uses these libraries: \u003cbr /\u003e\n\u003cbr /\u003e\n\n    Used library       Version Path                                                                                      \n    SPI                1.0     C:\\Users\\Jorgen\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6\\libraries\\SPI \n    SdFat              2.2.0   C:\\Users\\Jorgen\\Documents\\Arduino\\libraries\\SdFat                                         \n    WiFi               1.0     C:\\Users\\Jorgen\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6\\libraries\\WiFi\n    ESP32-FTP-Server   1.0.0   C:\\Users\\Jorgen\\Documents\\Arduino\\libraries\\ESP32-FTP-Server                              \n    ESP32-ParIO-Server 1.0.0   C:\\Users\\Jorgen\\Documents\\Arduino\\libraries\\ESP32-ParIO-Server                            \n    ESP Telnet         2.1.1   C:\\Users\\Jorgen\\Documents\\Arduino\\libraries\\ESPTelnet-2.1.1\n    \n\u003cbr /\u003e\nhttps://github.com/greiman/SdFat/ \u003cbr /\u003e\nhttps://github.com/jbilander/ESP32-FTP-Server \u003cbr /\u003e\nhttps://github.com/jbilander/ESP32-ParIO-Server \u003cbr /\u003e\nhttps://github.com/LennartHennigs/ESPTelnet \u003cbr /\u003e\n\u003cbr /\u003e\n\nStatus:\u003cbr /\u003e\nCurrently it's possible to FTP with active-ftp to the `ESP32` and store files on a `FAT\\FAT32\\exFAT` formatted MicroSD-card connected to the SPI-pins `(MOSI 13, MISO 12, SCK 14, CS 4)` on the `ESP32`.\nIt is also possible to list the content by connecting a USB-to-TTL-serial-UART-converter to Serial1 `UART1` (`TX1` pin 15, `RX1` pin 36) or connect via Telnet from your PC and type the command `ls` or `dir` for listing folder and files, and `exit` for disconnecting.\n\u003cbr /\u003e\n\u003cbr /\u003e\n`esptool.exe` command to flash the ESP32-DEVKIT-V1 board:\n\n    \"C:\\Users\\Jorgen\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\esptool_py\\3.0.0/esptool.exe\" --chip esp32 --port \"COM4\" --baud 115200 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0xe000 \"C:\\Users\\Jorgen\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6/tools/partitions/boot_app0.bin\" 0x1000 \"C:\\Users\\Jorgen\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.6/tools/sdk/bin/bootloader_dio_40m.bin\" 0x10000 \"c:\\Users\\Jorgen\\Projects\\ESP32-FileServer\\build/ESP32-FileServer.ino.bin\" 0x8000 \"c:\\Users\\Jorgen\\Projects\\ESP32-FileServer\\build/ESP32-FileServer.ino.partitions.bin\"\n\nToDo:\u003cbr /\u003e\nImplement a file transfer protocol for the `ESP32-ParIO-Server` that will run over the parallel port.\u003cbr /\u003e\n`Kermit`, `Zmodem` or `HS/Link` are candidate protocols.\n\nModule I use:\u003cbr /\u003e\n`DOIT ESP32 DEVKIT V1`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbilander%2Fesp32-fileserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbilander%2Fesp32-fileserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbilander%2Fesp32-fileserver/lists"}