orlin369 / DustSensorV1

Dust sensor versiuon 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DustSensorV1

Introduction

Dust sensor V1 device.

What we are using

  1. ATMega328P-20PU - The chip. - http://www.atmel.com/images/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.pdf
  2. GP2Y1010AU0F - Dust mesurment sensor. - https://www.sparkfun.com/products/9689
  3. RN2483 - LoRa communication module. - http://ww1.microchip.com/downloads/en/DeviceDoc/50002346C.pdf
  4. Visual Studio / Arduino - We use Visual Studio for the project and Visual micro plugin - http://www.visualmicro.com/

HowToBasic

Arduino is easy to use open source platform that can bring a lot of knowledge.

Main idea behind this project is to measure dust in the air. Collected data to be sent over the LoRa network.

Features

  1. Easy programmable controller.
  2. Wide usable electronics components.
  3. Parameterizable measuring model.
  4. Li-Po battery.

About

Dust sensor versiuon 1


Languages

Language:C++ 57.3%Language:C 42.7%