{"id":25875612,"url":"https://github.com/mml0/volumetric_display","last_synced_at":"2026-05-09T02:36:41.518Z","repository":{"id":278570401,"uuid":"936059326","full_name":"MML0/volumetric_display","owner":"MML0","description":"ws28XX controler with ESP","archived":false,"fork":false,"pushed_at":"2025-03-09T06:07:38.000Z","size":80248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T07:18:46.500Z","etag":null,"topics":["esp32","esp8266","wa2812"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MML0.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":"2025-02-20T13:14:37.000Z","updated_at":"2025-03-09T06:07:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"30c9a530-788e-421e-a455-bc32e66b0993","html_url":"https://github.com/MML0/volumetric_display","commit_stats":null,"previous_names":["mml0/volumetric_display"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MML0/volumetric_display","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MML0%2Fvolumetric_display","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MML0%2Fvolumetric_display/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MML0%2Fvolumetric_display/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MML0%2Fvolumetric_display/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MML0","download_url":"https://codeload.github.com/MML0/volumetric_display/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MML0%2Fvolumetric_display/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267867803,"owners_count":24157357,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["esp32","esp8266","wa2812"],"created_at":"2025-03-02T10:18:38.632Z","updated_at":"2026-05-09T02:36:41.511Z","avatar_url":"https://github.com/MML0.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# volumetric_display\n\nIn this repo, we can theoretically send data to 8 WS2812 strips at the same time, controlling up to 8,000 pixels.\n\n## colected data esp 82666 d1 mini\nesp 82666 can acsept fagmented data in udp packets so it recive up to 8 kb of data in one packet insted of MTU size 1479kb\nwe only have one free spi hardware and can't go higher than 25Mhz or so (we should test this)  \n\n\n### wifi tests:\nCHUNK_SIZE = 7000 Bytes \nTOTAL_SIZE = 14000\nTransfer completed in 34367 us\nTransfer completed in 28247 us\nTransfer completed in 31622 us\nTransfer completed in 28496 us\nTransfer completed in 26461 us\nTransfer completed in 18665 us\n\n\nCHUNK_SIZE = 1400  \nTOTAL_SIZE = 14000\nTransfer completed in 15538 us\nTransfer completed in 16990 us\nTransfer completed in 18052 us\nTransfer completed in 19104 us\n\n\nCHUNK_SIZE = 1400  \nTOTAL_SIZE = 36000\nTransfer completed in 41900 us\nTransfer completed in 43722 us\nTransfer completed in 43661 us\n\n\nCHUNK_SIZE = 8000  \nTOTAL_SIZE = 36000\nTransfer completed in 42344 us\nTransfer completed in 44057 us\nTransfer completed in 46687 us\nTransfer completed in 42498 us\n\n\nCHUNK_SIZE = 4000  \nTOTAL_SIZE = 14000\nTransfer completed in 28323 us\nTransfer completed in 23490 us\nTransfer completed in 25020 us\nTransfer completed in 24100 us\nTransfer completed in 24210 us\nTransfer completed in 24434 us\n\n\n## colected data esp 32 wroom32\nesp 32 can recive fagmented packet too but need to be set manualy \n\n### tests:\n\nCHUNK_SIZE = 1400  \nTOTAL_SIZE = 36000\nTransfer completed in 30352 us\nTransfer completed in 31156 us\nTransfer completed in 26861 us\nTransfer completed in 21954 us\nTransfer completed in 25907 us\nTransfer completed in 13915 us\nTransfer completed in 17596 us\nTransfer completed in 27077 us\n\n\nCHUNK_SIZE = 1400  \nTOTAL_SIZE = 14000\nTransfer completed in 11668 us\nTransfer completed in 6754 us\nTransfer completed in 9636 us\nTransfer completed in 11619 us\nTransfer completed in 6498 us\nTransfer completed in 6365 us\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmml0%2Fvolumetric_display","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmml0%2Fvolumetric_display","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmml0%2Fvolumetric_display/lists"}