{"id":20505066,"url":"https://github.com/lynix/fanboy","last_synced_at":"2025-04-13T21:05:14.136Z","repository":{"id":44542710,"uuid":"232173967","full_name":"lynix/fanboy","owner":"lynix","description":"Open Source PWM Fan Controller","archived":false,"fork":false,"pushed_at":"2022-07-12T07:32:04.000Z","size":352,"stargazers_count":56,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T21:05:05.563Z","etag":null,"topics":["arduino","fan-controller","open-source"],"latest_commit_sha":null,"homepage":"https://lynix.github.io/fanboy","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/lynix.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}},"created_at":"2020-01-06T19:51:13.000Z","updated_at":"2025-03-29T14:53:57.000Z","dependencies_parsed_at":"2022-09-01T16:51:11.012Z","dependency_job_id":null,"html_url":"https://github.com/lynix/fanboy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix%2Ffanboy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix%2Ffanboy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix%2Ffanboy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix%2Ffanboy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lynix","download_url":"https://codeload.github.com/lynix/fanboy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782272,"owners_count":21160717,"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":["arduino","fan-controller","open-source"],"created_at":"2024-11-15T19:43:06.196Z","updated_at":"2025-04-13T21:05:14.098Z","avatar_url":"https://github.com/lynix.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FanBoy ![FanBoy Logo](https://github.com/lynix/fanboy/blob/master/artwork/logo.png)\n\nOpen Source PWM Fan Controller\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![Build Status](https://github.com/lynix/fanboy/actions/workflows/build.yml/badge.svg)](https://github.com/lynix/fanboy/actions/workflows/build.yml)\n\n\n## Summary\n\n*FanBoy* is an Open Source DIY approach to providing a cross-platform PWM fan\ncontroller with temperature sensor support that can easily be modified to fit\nyour needs.\n\n![FanBoy](https://github.com/lynix/fanboy/blob/master/artwork/fanboy.jpg)\n\n## Features\n\n* **Four discrete PWM channels**  \n    Supports multiple fans per channel (up to 40\u0026thinsp;W max. total power\n    draw), auto-detection for disconnected fans and RPM sensing\n* **Two temperature sensor inputs**  \n    Supports standard 10\u0026thinsp;k\u0026Omega; thermistors\n* **Based on well-known Arduino platform**  \n    Uses the ATmega32U4 of an Arduino Leonardo as MCU for minimal development\n    overhead\n* **Multiple operation modes per channel**  \n    including *fixed duty*, *linear* and *target temperature*\n    \u003csup\u003e1\u003c/sup\u003e\n* **Persistent data storage**  \n    Stores all settings as well as last operation mode CRC-protected in EEPROM\n* **Simple serial protocol**  \n    Comes with a simple static library for communication abstraction as well\n    as a command line utility for configuration\n\n\u003csup\u003e1\u003c/sup\u003e Planned but not implemented yet\n\n## Components\n\nThis DIY kit consists of multiple components that are reflected as\nsubdirectories:\n\n| Folder                             | Description                                                                 | Platforms         |\n|:-----------------------------------|:----------------------------------------------------------------------------| :---------------- |\n| [pcb](https://github.com/lynix/fanboy/tree/master/pcb)             | PCB that can be manufactured very cheap via common PCB fabrication services | Linux, Win32, Mac |\n| [firmware](https://github.com/lynix/fanboy/tree/master/firmware)   | Firmware based on *Arduino* Core                                            | Linux, Win32, Mac |\n| [libfanboy](https://github.com/lynix/fanboy/tree/master/libfanboy) | Static C library that implements serial interface between host and *FanBoy* | Linux, Win32, Mac |\n| [enclosure](https://github.com/lynix/fanboy/tree/master/enclosure) | Simple 3D printable enclosure that fits a 2.5\" drive slot                   | -                 |\n| [fanboycli](https://github.com/lynix/fanboy/tree/master/fanboycli) | Command line client based on `libfanboy`                                    | Linux, Win32, Mac |\n\n:information_source: In addition to these components there is a Qt based GUI\ncalled [FanMan](https://github.com/lynix/fanman).\n\n## Contributing\n\n### Code\n\nThe code uses 4-space indentation and K\u0026R style bracing. Usage of Arduino\nlibraries is kept low to keep the possibility of switching to avr-libc. Code\ndocumentation is done inline (headers) using [Doxygen](http://www.doxygen.nl).\n\n\n### Bugs / Features\n\nPull requests are always welcome. Feel free to report bugs or post questions\nusing the *issues* function on GitHub.\n\n\n## License\n\nThis project is published under the terms of the *MIT License*. See the file\n`LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynix%2Ffanboy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flynix%2Ffanboy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynix%2Ffanboy/lists"}