{"id":21969573,"url":"https://github.com/cinderblock/toaster","last_synced_at":"2026-05-06T04:33:10.818Z","repository":{"id":153562933,"uuid":"629870808","full_name":"cinderblock/toaster","owner":"cinderblock","description":"A simple web dashboard for my SMT reflow oven (T-962 + Raspberry Pi)","archived":false,"fork":false,"pushed_at":"2024-06-02T07:59:39.000Z","size":5708,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-27T02:40:29.547Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cinderblock.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-04-19T07:38:53.000Z","updated_at":"2024-06-02T07:59:44.000Z","dependencies_parsed_at":"2024-11-29T14:23:21.217Z","dependency_job_id":"2a40bf0d-ea03-454d-bd9f-a1fae8810d32","html_url":"https://github.com/cinderblock/toaster","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cinderblock/toaster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Ftoaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Ftoaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Ftoaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Ftoaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cinderblock","download_url":"https://codeload.github.com/cinderblock/toaster/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cinderblock%2Ftoaster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-29T14:22:23.548Z","updated_at":"2026-05-06T04:33:10.798Z","avatar_url":"https://github.com/cinderblock.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toaster\n\nA simple web dashboard for my SMT reflow oven (T-962 + Raspberry Pi)\n\n## First time setup\n\n1. Install [Raspberry Pi OS](https://www.raspberrypi.com/software/) on your Raspberry Pi\n2. Setup [access to your Pi](https://www.raspberrypi.com/documentation/computers/remote-access.html) via SSH with a private key\n3. Run `npm i` (`npm install`) locally (development computer) to install dependencies\n4. Run `npm start` locally to deploy the app to your Pi\n\n## Development\n\n### Develop alongside [RDT](https://github.com/cinderblock/rdt)\n\n1. Run `npm i` in both the `toaster` and `rdt` directories to set them up\n   - Run `npm run watch` in `rdt` to build continuously\n2. Replace dist package in `node_modules/@cinderblock/rdt` with a symlink to your local `rdt/.dist` directory\n   - Linux\n   ```\n   rm -rf node_modules/@cinderblock/rdt\n   ln -s ~/path/to/rdt node_modules/@cinderblock/rdt\n   ```\n   - Windows _(PowerShell, [ensure \"Developer Mode\" is enabled](https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development#activate-developer-mode))_\n   ```\n   rm -r -fo node_modules/@cinderblock/rdt\n   $null = New-Item -ItemType Junction -Path node_modules/@cinderblock/rdt -Value ~/path/to/rdt/.dist\n   ```\n\n## Hardware Connections\n\nFollowing the hardware improvements from [Unified Engineering](https://github.com/UnifiedEngineering/T-962-improvements), we also add a Raspberry Pi Zero W to the oven to control it.\nThe `lpc-flash` library can also handle flashing the latest firmware on startup to ensure a consistent state.\n\nBy adding a U.FL connector to the Pi, we can use a \"U.FL to SMA adapter\" to add an external antenna to the oven.\nThis allows us to place the Pi inside of the oven, and still have a reliable WiFi connection.\n\n![Wide angle](./docs/wide.jpg)\n\n![Electrical connections](./docs/electrical.jpg)\n\n![Close up](./docs/close.jpg)\n\n### Raspberry Pi Zero W Connections\n\n| Oven       | Description  | Pi # | GPIO | Wire Color |\n| ---------- | ------------ | ---- | ---- | ---------- |\n| **Ribbon** |              |      |      |            |\n| 1          | `n_ISP`      | 11   | 17   | Yellow     |\n| 2          | `n_RESET`    | 12   | 18   | Orange     |\n| 3          | Device ➡️ Pi | 10   | 15   | Red        |\n| 4          | Device ⬅️ Pi | 8    | 14   | Brown      |\n| 5          | `GND`        | 6    |      | Black      |\n| **Other**  |              |      |      |            |\n| _5V_       | 5V Supply    | 4    |      | Red        |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcinderblock%2Ftoaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcinderblock%2Ftoaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcinderblock%2Ftoaster/lists"}