element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
Arduino
  • Products
  • More
Arduino
Arduino Forum Getting started with arduino: what to buy
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 14 replies
  • Answers 6 answers
  • Subscribers 392 subscribers
  • Views 3081 views
  • Users 0 members are here
  • arduino
Related

Getting started with arduino: what to buy

98karlh
98karlh over 7 years ago

Hello e14

 

Environmental engineer from denmark checking in.

I am building a project in which I plan to use an arduino to measure and log/record sensor data.
This sensor data includes: temperature, pH, conductivity, gas/liquid flow, and light intensity (x2 sensors), all measured in an aquatic environment.

Initially I will set up and test each sensor individually, then later set up a full set of sensors, and finally I require up to 6 sets of the above mentioned sensors.

 

I have tinkered with professional lab equipment, but starting up for myself, my budget is a far cry from what is required.

 

so the tasks at hand are:

 

1: aquire the nessecery parts

2: get familiar with building and programming arduino

3: set up data logging

4: test each sensor

5: set up a full set of sensors

6: set up multiple paralel sets of sensors using preferably 1 arduino(?), otherwise multiple.

 

I would love your thoughts on step 1: aquiring the nessecery parts.

(max budget ca. 200$, preferably around 100 if possible)

 

-Purchase an all-around starter kit for arduino to first learn the basics, and then the additional parts needed in order to reach my end-goals?

-Genuine arduino vs. 'clones' ?

 

also ideas, questions and inputs are absolutely welcome!

 

With kind regards

-Karl

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 7 years ago +4 suggested
    Hi Karl, You might also want to examine (to rule in or rule out) the Raspberry Pi, because if you wish to perform logging, then there are more options with it (micro SD card with file system, USB storage…
  • ntewinkel
    ntewinkel over 7 years ago in reply to shabaz +3 suggested
    > Arduino could be cheaper perhaps It is, especially if you start out with an inexpensive clone. However, after the FTDI incident, some clones now use a different USB-to-Serial chip which requires special…
  • beacon_dave
    beacon_dave over 7 years ago +2 suggested
    Perhaps take a look at these resources: Jeremy Blum Arduino Tutorials (here on Element 14) There is also a published book which covers similar ground. http://www.exploringarduino.com/ (Tutorial 11 covers…
Parents
  • shabaz
    0 shabaz over 7 years ago

    Hi Karl,

     

    You might also want to examine (to rule in or rule out) the Raspberry Pi, because if you wish to perform logging, then there are more options with it (micro SD card with file system, USB storage, network storage, cloud based storage, and all with timestamping). Lots of basic sensors are very cheap (provided you're not looking for something already calibrated) so your $100-$200 budget will go far. You might rule out the Pi if (say) you need to run on very low power for extended periods for instance. But if you're happy to tether to a mains adapter supply then the Pi could be a good option, it really depends on what you wish to do.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • 98karlh
    0 98karlh over 7 years ago in reply to shabaz

    Outstanding, I will look in to it emidiately!

     

    My initial reason for selecting arduino was the posibility for using both analog and digital signals from sensors (without use of ADC), as well as the lower cost of an arduino.

     

    It was my understanding that logging with the arduino was relatively simple, if using e.g. the connectivity shield, where data can be transferred via network, or using the build in(?) micro sd slot. (this was my original plan)

     

    If all of this is a success, I may end up needing multiple of these sensor logger kits, and so unit cost is also a concern.

     

    but if rasberry pi Is a better option, then the cost difference may be negligible =)

     

    Reading up on Pi now, as I said, I am a bit out of my comfort zone, and while it is exiting for me, I hope you will bear with me for being a bit slow image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 7 years ago in reply to 98karlh

    Hi Karl,

     

    The ADC on the Arduino is of fairly low res (10 bits) so although useful, you might prefer using digital output sensors anyway. Both approaches (Arduino/Pi) will have a learning curve, for software and hardware, and you may need to follow some tutorials to get the practice of coding for them. Pi has a few more options around choice of programming languages, Arduino could be cheaper perhaps. Hard to say which is preferable!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • beacon_dave
    0 beacon_dave over 7 years ago in reply to shabaz

    The SAMD21 based Arduinos appear to have 12-bit ADC if needed.

    https://store.arduino.cc/usa/arduino-zero

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • beacon_dave
    0 beacon_dave over 7 years ago in reply to shabaz

    The SAMD21 based Arduinos appear to have 12-bit ADC if needed.

    https://store.arduino.cc/usa/arduino-zero

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
  • 98karlh
    0 98karlh over 7 years ago in reply to beacon_dave

    Good call =)

     

    I have found a local shop selling uno R3 starter kits, and I am seriously considdering getting one from there, as I am hard pressed to wait much longer to get started image
    however, If it turns out I require a board with a a hiigher quality ADC, this is definately an option

     

    Thank you image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
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