1

I am working on air quality measuring project. it should be able to record gps and air quality data into a SD card and then when wifi is available it should send it to a server. Please help me decide the required hardware for this. Can i use ESP8266 module to send this data

asked Aug 9, 2017 at 14:39

1 Answer 1

0

You need:

  • SD card + reader
  • GPS module
  • Air sensor
  • WIFI ESP 8266 should be ok
  • Arduino Uno or Mega, depending on if everything fits and calculations to be performed

Start with finding each component, read examples how to use them, than combine them.

Looks like a big project to start with if you are new to Arduino.

answered Aug 9, 2017 at 14:45
2
  • will i be able to send the data when ever a wifi is detected and while the data is being logged ? Commented Aug 9, 2017 at 14:55
  • 1
    @Yomal If you program it to do that, sure. Commented Aug 9, 2017 at 15:14

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.