{"id":19099518,"url":"https://github.com/dentrax/ardurmmmq","last_synced_at":"2025-10-15T14:53:17.878Z","repository":{"id":103620919,"uuid":"165411405","full_name":"Dentrax/ArduRMMMQ","owner":"Dentrax","description":"Ardu[R]eal-Time Operating System [MM] Magic Mirror [MQ] MQ Gas Sensor - RTOS Project","archived":false,"fork":false,"pushed_at":"2019-01-12T16:49:49.000Z","size":587,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-03T01:40:40.107Z","etag":null,"topics":["arduino","arduino-boards","arduino-library","arduino-platform","arduino-uno","atmel","example-code","example-project","example-repo","examples","final-project","final-year-project","freertos","learning","learning-exercise","rtos"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/Dentrax.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":"2019-01-12T16:46:12.000Z","updated_at":"2024-02-21T15:09:59.000Z","dependencies_parsed_at":"2023-05-24T00:16:03.572Z","dependency_job_id":null,"html_url":"https://github.com/Dentrax/ArduRMMMQ","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/Dentrax%2FArduRMMMQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentrax%2FArduRMMMQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentrax%2FArduRMMMQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentrax%2FArduRMMMQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dentrax","download_url":"https://codeload.github.com/Dentrax/ArduRMMMQ/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240155829,"owners_count":19756745,"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","arduino-boards","arduino-library","arduino-platform","arduino-uno","atmel","example-code","example-project","example-repo","examples","final-project","final-year-project","freertos","learning","learning-exercise","rtos"],"created_at":"2024-11-09T03:51:08.028Z","updated_at":"2025-10-15T14:53:17.772Z","avatar_url":"https://github.com/Dentrax.png","language":"C++","readme":"\u003ch1 align=\"center\"\u003eArduRMMMQ for Arduino® FreeRTOS\u003c/h1\u003e\n\n[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/)\n\n**Ardu[R]eal-Time Operating System [MM] Magic Mirror [MQ] MQ Gas Sensor**\n\n**To send data to the MagicMirror; An Arduino MQ Gas Sensor sample that made with FreeRTOS using multi-tasking pattern for multiple gas sensor concurrency.**\n\nClick here for **[Atmel® Wikipedia](https://en.wikipedia.org/wiki/Atmel)**\n\nClick here for **[Atmel® AVR® Wikipedia](https://en.wikipedia.org/wiki/Atmel_AVR)**\n\nClick here for **[Arduino Reference](https://www.arduino.cc/reference/en)**\n\nClick here for **[The FreeRTOS Kernel](https://www.freertos.org/)**\n\n[What It Is](#what-it-is)\n\n[How To Use](#how-to-use)\n\n[Features](#features)\n\n[Requirements](#requirements)\n\n[Dependencies](#dependencies)\n\n[About](#about)\n\n[Collaborators](#collaborators)\n\n[Branches](#branches) \n\n[Copyright \u0026 Licensing](#copyright--licensing)\n\n[Contributing](#contributing)\n\n[Contact](#contact)\n\n## What It Is\n\n**ArduRMMMQ for Arduino® FreeRTOS**\n\nArduRMMMQ teaches you how multiple sensors will work at the same time using Arduino FreeRTOS. It will contribute greatly to both a hobby and a school lesson.\n\n### Woking Video (YouTube)\n\n[![Working video](screenshots/thumbnail.png?raw=true \"Screenshot\")](https://youtu.be/XVS2n29XugQ)\n\n## How To Use\n\n1. Clone the Arduino project to your computer by executing the following command:\n```\ngit clone https://github.com/Dentrax/ArduRMMMQ.git\n```\n\n2. Navigate to your `ArduRMMMQ` folder: \n```\ncd ArduRMMMQ/\n```\n\n3. Open your `ArduRMMMQ.ino` file; compile and upload to the an Arduino board \n\n## Features\n\n* Suitable for new FreeRTOS learners\n\n* Multiple sensors can work at the same time\n\n* Highly understandable code structure\n\n* Easily replaceable define variables\n\n* High performance and efficient memory usage\n\n* Rich content with screenshots and circuit diagrams\n\n## Requirements\n\n* You should be familiar with C programming\n* You will need a text editor (i.e Sublime Text) or IDE (i.e Arduino IDE)\n* You will need an Arduino electronic programming platform (If you want to test with USB cable) - (Skip this if you have an Arduino Virtual Simulator or Proteus)\n* You will need a computer on which you have the rights to install Arduino dependencies\n\n## Dependencies\n\n* Arduino Development Libaries (for building)\n* The FreeRTOS Kernel for Arduino (Arduino_FreeRTOS.h)\n\n## About\n\nArduRMMMQ was created to serve three purposes:\n\n**ArduRMMMQ teaches you how multiple sensors will work at the same time using Arduino FreeRTOS**\n\n1. To act as a guide to teach how Arduino and Raspberry PI communicating with enhanced and rich content\n\n2. To provide a simplest and easiest way to learn detailed and interesting things about FreeRTOS\n\n3. There is a source for you to develop own Raspberry PI module (like MagicMirror module) in RTOS and inreace your Arduino programming level\n\n## Collaborators\n\n**Project Manager** - Furkan Türkal (GitHub: **[Dentrax](https://github.com/dentrax)**)\n\n## Branches\n\nWe publish source for the **[ArduRMMMQ]** in single rolling branch:\n\nThe **[master branch](https://github.com/dentrax/ArduRMMMQ/tree/master)** is extensively tested and makes a great starting point. Also tracks [live changes](https://github.com/dentrax/ArduRMMMQ/commits/master) by commits.\n\n## Copyright \u0026 Licensing\n\nThe base project code is copyrighted by Furkan 'Dentrax' Türkal and is covered by single licence.\n\nAll program code (i.e. ino, .md) is licensed under MIT License unless otherwise specified. Please see the **[LICENSE.md](https://github.com/Dentrax/ArduRMMMQ/blob/master/LICENSE)** file for more information.\n\n* **[Arduino®](https://www.arduino.cc)**\n    - `Arduino` is an open source computer hardware and software company, project, and user community that designs and manufactures single-board microcontrollers and microcontroller kits for building digital devices and interactive objects that can sense and control objects in the physical and digital world.\n\n* **[Atmel®](http://www.atmel.com/)**\n    - `Atmel` is a leading manufacturer of microcontrollers and touch technology semiconductors for mobile, automotive, industrial, smart energy, lighting, ...\n\n* **[AVR®](http://www.atmel.com/products/microcontrollers/avr/default.aspx)**\n    - `AVR` is a family of microcontrollers developed by Atmel beginning in 1996. These are modified Harvard architecture 8-bit RISC single-chip microcontrollers.\n\n* **[FreeRTOS](https://www.freertos.org/a00114.html)**\n    - `FreeRTOS` is an advanced RealTimeOperatingSystem kernel.\n\n**References**\n\nWhile this repository is being prepared, it may have been quoted from some sources. \n\n- https://www.freertos.org/\n- https://aws.amazon.com/freertos/\n- https://github.com/feilipu/Arduino_FreeRTOS_Library\n\nIf there is an unspecified source or if you think that I made a copyright infringement, please contact with me.\n\n## Contributing\n\nPlease check the [CONTRIBUTING.md](CONTRIBUTING.md) file for contribution instructions and naming guidelines.\n\n## Contact\n\nArduRMMMQ was created by Furkan 'Dentrax' Türkal\n\n * \u003chttps://www.furkanturkal.com\u003e\n \nYou can contact by URL:\n    **[CONTACT](https://github.com/dentrax)**\n\n\u003ckbd\u003eBest Regards\u003c/kbd\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdentrax%2Fardurmmmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdentrax%2Fardurmmmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdentrax%2Fardurmmmq/lists"}