An open API service indexing awesome lists of open source software.

https://github.com/dentrax/ardurmmmq

Ardu[R]eal-Time Operating System [MM] Magic Mirror [MQ] MQ Gas Sensor - RTOS Project
https://github.com/dentrax/ardurmmmq

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

Last synced: 6 months ago
JSON representation

Ardu[R]eal-Time Operating System [MM] Magic Mirror [MQ] MQ Gas Sensor - RTOS Project

Awesome Lists containing this project

README

          

ArduRMMMQ for Arduino® FreeRTOS

[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/)

**Ardu[R]eal-Time Operating System [MM] Magic Mirror [MQ] MQ Gas Sensor**

**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.**

Click here for **[Atmel® Wikipedia](https://en.wikipedia.org/wiki/Atmel)**

Click here for **[Atmel® AVR® Wikipedia](https://en.wikipedia.org/wiki/Atmel_AVR)**

Click here for **[Arduino Reference](https://www.arduino.cc/reference/en)**

Click here for **[The FreeRTOS Kernel](https://www.freertos.org/)**

[What It Is](#what-it-is)

[How To Use](#how-to-use)

[Features](#features)

[Requirements](#requirements)

[Dependencies](#dependencies)

[About](#about)

[Collaborators](#collaborators)

[Branches](#branches)

[Copyright & Licensing](#copyright--licensing)

[Contributing](#contributing)

[Contact](#contact)

## What It Is

**ArduRMMMQ for Arduino® FreeRTOS**

ArduRMMMQ 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.

### Woking Video (YouTube)

[![Working video](screenshots/thumbnail.png?raw=true "Screenshot")](https://youtu.be/XVS2n29XugQ)

## How To Use

1. Clone the Arduino project to your computer by executing the following command:
```
git clone https://github.com/Dentrax/ArduRMMMQ.git
```

2. Navigate to your `ArduRMMMQ` folder:
```
cd ArduRMMMQ/
```

3. Open your `ArduRMMMQ.ino` file; compile and upload to the an Arduino board

## Features

* Suitable for new FreeRTOS learners

* Multiple sensors can work at the same time

* Highly understandable code structure

* Easily replaceable define variables

* High performance and efficient memory usage

* Rich content with screenshots and circuit diagrams

## Requirements

* You should be familiar with C programming
* You will need a text editor (i.e Sublime Text) or IDE (i.e Arduino IDE)
* 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)
* You will need a computer on which you have the rights to install Arduino dependencies

## Dependencies

* Arduino Development Libaries (for building)
* The FreeRTOS Kernel for Arduino (Arduino_FreeRTOS.h)

## About

ArduRMMMQ was created to serve three purposes:

**ArduRMMMQ teaches you how multiple sensors will work at the same time using Arduino FreeRTOS**

1. To act as a guide to teach how Arduino and Raspberry PI communicating with enhanced and rich content

2. To provide a simplest and easiest way to learn detailed and interesting things about FreeRTOS

3. There is a source for you to develop own Raspberry PI module (like MagicMirror module) in RTOS and inreace your Arduino programming level

## Collaborators

**Project Manager** - Furkan Türkal (GitHub: **[Dentrax](https://github.com/dentrax)**)

## Branches

We publish source for the **[ArduRMMMQ]** in single rolling branch:

The **[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.

## Copyright & Licensing

The base project code is copyrighted by Furkan 'Dentrax' Türkal and is covered by single licence.

All 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.

* **[Arduino®](https://www.arduino.cc)**
- `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.

* **[Atmel®](http://www.atmel.com/)**
- `Atmel` is a leading manufacturer of microcontrollers and touch technology semiconductors for mobile, automotive, industrial, smart energy, lighting, ...

* **[AVR®](http://www.atmel.com/products/microcontrollers/avr/default.aspx)**
- `AVR` is a family of microcontrollers developed by Atmel beginning in 1996. These are modified Harvard architecture 8-bit RISC single-chip microcontrollers.

* **[FreeRTOS](https://www.freertos.org/a00114.html)**
- `FreeRTOS` is an advanced RealTimeOperatingSystem kernel.

**References**

While this repository is being prepared, it may have been quoted from some sources.

- https://www.freertos.org/
- https://aws.amazon.com/freertos/
- https://github.com/feilipu/Arduino_FreeRTOS_Library

If there is an unspecified source or if you think that I made a copyright infringement, please contact with me.

## Contributing

Please check the [CONTRIBUTING.md](CONTRIBUTING.md) file for contribution instructions and naming guidelines.

## Contact

ArduRMMMQ was created by Furkan 'Dentrax' Türkal

*

You can contact by URL:
**[CONTACT](https://github.com/dentrax)**

Best Regards