{"id":13717029,"url":"https://github.com/hydrabus/hydrabus","last_synced_at":"2025-04-06T17:12:04.436Z","repository":{"id":14190010,"uuid":"16896460","full_name":"hydrabus/hydrabus","owner":"hydrabus","description":"HydraBus open source multi-tool for anyone interested in learning/developping/debugging/hacking/Penetration Testing for basic or advanced embedded hardware","archived":false,"fork":false,"pushed_at":"2024-03-16T10:47:44.000Z","size":16168,"stargazers_count":307,"open_issues_count":2,"forks_count":41,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-29T10:47:10.534Z","etag":null,"topics":["dfu","eagle","firmware","flash","hardware","hydrabus","hydrabus-board","hydrafw","kicad-breakout-board","micropython","nandflash","nfc-reader","stm32"],"latest_commit_sha":null,"homepage":"http://hydrabus.com/hydrabus-1-0-specifications","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hydrabus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2014-02-16T23:08:46.000Z","updated_at":"2025-03-24T16:22:39.000Z","dependencies_parsed_at":"2024-01-05T23:56:57.917Z","dependency_job_id":"c53da246-d244-4f77-831d-e466e0e320f0","html_url":"https://github.com/hydrabus/hydrabus","commit_stats":{"total_commits":138,"total_committers":2,"mean_commits":69.0,"dds":0.01449275362318836,"last_synced_commit":"7508eca13d6e98971bd18526defae224d86672f0"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrabus%2Fhydrabus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrabus%2Fhydrabus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrabus%2Fhydrabus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrabus%2Fhydrabus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hydrabus","download_url":"https://codeload.github.com/hydrabus/hydrabus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247517915,"owners_count":20951719,"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":["dfu","eagle","firmware","flash","hardware","hydrabus","hydrabus-board","hydrafw","kicad-breakout-board","micropython","nandflash","nfc-reader","stm32"],"created_at":"2024-08-03T00:01:17.041Z","updated_at":"2025-04-06T17:12:04.409Z","avatar_url":"https://github.com/hydrabus.png","language":"TypeScript","funding_links":[],"categories":["Hardware Security"],"sub_categories":["Misc Hardware Tools"],"readme":"HydraBus\n========\n\nHydraBus an open source multi-tool hardware\n\n![HydraBus v1.0 Rev1.5 board](HydraBus_v1_0_Rev1-5_board.jpg)\n\nYou can Buy HydraBus/HydraNFC Online: http://hydrabus.com/buy-online\n\n![HydraBus pins assignment](HydraFW_Default_PinAssignment.jpg)\n\nWiki Getting Started: https://github.com/hydrabus/hydrafw/wiki/Getting-Started-with-HydraBus\n\nHydraFW official firmware for Hydrabus\n========\n\nWiki for HydraFW: https://github.com/hydrabus/hydrafw/wiki\n\nSee https://github.com/hydrabus/hydrafw\n\nTo build hydrafw see instructions here: \n* Windows: https://github.com/hydrabus/hydrafw/wiki/how-to-build-flash-and-use-hydrafw-on-windows\n* Linux: https://github.com/hydrabus/hydrafw/wiki/how-to-build-flash-and-use-hydrafw-on-linux\n\nOfficial Micro Python port for HydraBus\n========\nSee https://github.com/micropython/micropython\nTested with GCC ARM 4.9 2015q3(GNU_ARM_4_9_2015q3) \n* See https://github.com/hydrabus/hydrafw_hydranfc_shield_v2/wiki `How to Build/Flash/Use HydraFW` for more details\n\nTo build micropython for HydraBus do:\n\n    git clone --recursive https://github.com/micropython/micropython\n    cd micropython/ports/stm32\n    make BOARD=HYDRABUS\n\n* At end of build you shall have:\n * GEN build-HYDRABUS/firmware.dfu\n * GEN build-HYDRABUS/firmware.hex\n* In order to flash the *.dfu follow steps here: https://github.com/hydrabus/hydrafw/wiki/Getting-Started-with-HydraBus\n\nFor more details on official micropython hydrabus port see: https://github.com/micropython/micropython/tree/master/ports/stm32/boards/HYDRABUS\n\nOfficial Black Magic JTAG/SWD debugger port for HydraBus\n========\nSee https://github.com/blacksphere/blackmagic.git\n\nBefore to build the firmware check this issue (as you need a new GCC ARM Compiler \u003e=4.9): https://github.com/blacksphere/blackmagic/issues/128\nTested with GCC ARM 4.9 2015q3(GNU_ARM_4_9_2015q3)\n* See working version for reference blackmagic_branch_hydrabus_Firmware 1.5-00319-g49390fe-dirty.zip:\n  * https://github.com/hydrabus/hydrabus/files/11436416/blackmagic_branch_hydrabus_Firmware.1.5-00319-g49390fe-dirty.zip\n* Note: Latest version of blackmagic have \"Device failed enumeration\" issue see https://github.com/hydrabus/hydrabus/issues/4\n* See https://github.com/hydrabus/hydrafw_hydranfc_shield_v2/wiki `How to Build/Flash/Use HydraFW` for more details\n\nTo build Black Magic for HydraBus do:\n\n    git clone --recursive https://github.com/blacksphere/blackmagic.git\n    cd blackmagic\n    make PROBE_HOST=hydrabus\n\n* At end of build you shall have:\n * OBJCOPY blackmagic.bin\n * OBJCOPY blackmagic.hex\n * Creating blackmagic.dfu\n* In order to flash the *.dfu follow steps here: https://github.com/bvernoux/hydrafw/wiki/Getting-Started-with-HydraBus\n\nFor more details on official blackmagic hydrabus port see:\nhttps://github.com/blacksphere/blackmagic/tree/master/src/platforms/hydrabus\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydrabus%2Fhydrabus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhydrabus%2Fhydrabus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydrabus%2Fhydrabus/lists"}