element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Design For A Cause 2021
  • Challenges & Projects
  • Design Challenges
  • Design For A Cause 2021
  • More
  • Cancel
Design For A Cause 2021
Blog Blog#2 - Arduino Air Quality and Humidity Measurement Device : Building The Project (Hardware & Software)
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: meera_hussien
  • Date Created: 25 May 2021 12:56 AM Date Created
  • Views 1066 views
  • Likes 3 likes
  • Comments 1 comment
  • air
  • dust sensor
  • dust
  • arduino nano 33 iot
  • arduino
Related
Recommended

Blog#2 - Arduino Air Quality and Humidity Measurement Device : Building The Project (Hardware & Software)

meera_hussien
meera_hussien
25 May 2021

Building The Project

 

     Building this project is divided into three sections.

 

     1) Hardware

     2) Software

 

Now let's look into detail each of the section.

 

HARDWARE

 

     Now let's look into the first section, which is the hardware section. In this section, we shall see the hardware required to build this project. Mainly there are three main components used as listed below:

 

1) Arduino Nano 33 IOT

2) Sharp's GP2Y1010AU0F

3) 1.44' SPI 128*128 TFT Display

 

Now let's look into the detail of each of the component. The first component that we would like to look at in detail is the Arduino Nano 33 IOT. Below are some pictures of it.

 

 

 

 

 

While going through the pinout and functions of the Arduino nano 33 IoT, I thought of comparing it to the classic Arduino nano.

 

 

CLASSIC ARDUINO NANOARDUINO NANO 33 IOT
imageimage

 

 

 

By comparing both the pinout, the function of each of the pins are almost the same with some improvement on the Arduino Nano 33 IoT board. One of the obvious improvement on the Arduino Nano 33 IoT is the number of PWM pin. In the classic Arduino nano, it has 6 PWM pin and whereas in Arduino Nano 33 IoT has 8 PWM output. The other things that are obvious are the microcontroller used in both the board are different as well. 

 

 

Header 1Header 2
imageimage
imageimage
imageimage
imageimage

 

 

 

So, that's about the Arduino Nano 33 IoT. Now let's move on to the

 

 

 

  The main controller or the brain of this project is the Arduino Nano 33 IOT. All the processing of the data is done here. Here I share the unboxing video of the board as well.

 

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

 

 

And the next hardware is the dust sensor. For this project, we decided to use Sharp's GP2Y1010AU0F.

 

 

 

Header 1Header 2
imageimage

 

 

 

 

 

 

The above picture shows the front and rear view of the sensor. And the below figure shows the outline dimension and the internal schematic of the sensor.

 

 

 

Outline DimensionsInternal schematic
imageimage

 

 

The datasheet of this sensor can be downloaded from https://www.sparkfun.com/datasheets/Sensors/gp2y1010au_e.pdf. And below is listed the feature of this sensor

 

     1. Compact, thin package (46.0 × 30.0 × 17.6 mm)

     2. Low consumption current (Icc: MAX. 20 mA)

     3. The presence of dust can be detected by the  photometry of only one pulse

     4. Enable to distinguish smoke from house dust

     5. Lead-free and RoHS directive compliant

 

 

The next component which we would like to see is the 1.44' SPI 128*128 TFT Display. This display is used to display the value of the sensor also to display other useful information. The image below shows the

 

 

 

Header 1
image

 

 

 

 

Basically, these 3 are the main components that are required to complete this project. The rest are the miscellaneous components.

 

Since the pinout of the Arduino Nano and Arduino Nano 33 IoT are almost identical, I have decided to use the PCB board which I have developed previously. The image below is the board picture.

 

 

 

Header 1Header 2
imageimage
imageimage
image

 

Now we have finalized the hardware required to complete the project, next we shall see the software required.

 

 

 

 

SOFTWARE

 

 

Now we have finalized the hardware required to complete the project, next we shall see the software required. The main software we needed is the Arduino IDE.

  • Sign in to reply
Parents
  • javagoza
    javagoza over 4 years ago

    I'm very interested in the GP2Y1010AU0F sensor.

    Have you tested if you really can distinguish tobacco smoke?

     

    Another two things, the arduino nano 33 iot does not have the 5 V pin connected, this may affect your design.

    The ports of the arduino nano 33 iot do not tolerate 5V only 3V3

     

    Good luck!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • javagoza
    javagoza over 4 years ago

    I'm very interested in the GP2Y1010AU0F sensor.

    Have you tested if you really can distinguish tobacco smoke?

     

    Another two things, the arduino nano 33 iot does not have the 5 V pin connected, this may affect your design.

    The ports of the arduino nano 33 iot do not tolerate 5V only 3V3

     

    Good luck!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube