{"id":17336599,"url":"https://github.com/restioson/bf-arduino","last_synced_at":"2025-03-27T07:26:17.474Z","repository":{"id":78427847,"uuid":"100617876","full_name":"Restioson/BF-Arduino","owner":"Restioson","description":"A Brainfuck interpreter for Arduino","archived":false,"fork":false,"pushed_at":"2017-08-17T15:27:54.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T12:29:27.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Restioson.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":"2017-08-17T15:22:29.000Z","updated_at":"2019-04-27T10:12:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4758f4c-a41f-4044-a0ac-392cf6a2329b","html_url":"https://github.com/Restioson/BF-Arduino","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/Restioson%2FBF-Arduino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Restioson%2FBF-Arduino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Restioson%2FBF-Arduino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Restioson%2FBF-Arduino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Restioson","download_url":"https://codeload.github.com/Restioson/BF-Arduino/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245800500,"owners_count":20674308,"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-10-15T15:31:39.060Z","updated_at":"2025-03-27T07:26:17.468Z","avatar_url":"https://github.com/Restioson.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BF-Arduino\n\nA Rust Arduino Brainfuck interpreter. Uses the [Arduino](https://github.com/avr-rust/arduino/) library to make code simpler. Uses copy-pasted code.\n\n## Compiling\nYou will need to compile a working version of [`rustc` for AVR](https://github.com/avr-rust/rust). [@gergoerdi](https://github.com/gergoerdi) wrote a [nice tutorial](https://github.com/gergoerdi/rust-avr-chip8-avr/blob/master/README.md) for this. These steps do work under WSL (Windows Subsystem for Linux).\n\n## Flashing The Hex\nYou can use [avrdude](http://www.nongnu.org/avrdude/) to flash the hex file to the AVR. I found [this](https://typeunsafe.wordpress.com/2011/07/22/programming-arduino-with-avrdude/) guide and [this](https://learn.sparkfun.com/tutorials/pocket-avr-programmer-hookup-guide/using-avrdude) guide useful.\n\n### Example:\n\n```\navrdude -v -p atmega328p -c arduino -P /dev/ttyUSB0 -b 57600 -D -U flash:w:target/arduino/release/bf_arduino.hex:i\n```\n\nYou can replace `/dev/ttyUSB0` with your port connected to the AVR, e.g `/dev/ttyUSBX` or, under windows `COMX`, where `X` is your port number. A quick way to find out which port it is plugged into is to use the [Arduino IDE](https://www.arduino.cc/en/Main/Software), and find it under `Tools \u003e Port`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestioson%2Fbf-arduino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frestioson%2Fbf-arduino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestioson%2Fbf-arduino/lists"}