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 Arduino connection help
  • 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 38 replies
  • Answers 11 answers
  • Subscribers 395 subscribers
  • Views 2663 views
  • Users 0 members are here
Related

Arduino connection help

alexparker2002
alexparker2002 over 8 years ago

I have made an integrated arduino monitoring system with 3 sensors....

I have used leds to show their values

But i want to add a lcd to it and an ethernet shield to it..... Is it possible?

Let me tell you that I am a beginner.....

Ive attached the schematics please modify it and tell me...... Please!!!!!!

Attachments:
imageFA5RM0AHX1W2JT3.pdf
  • Sign in to reply
  • Cancel

Top Replies

  • Robert Peter Oakes
    Robert Peter Oakes over 8 years ago +2 suggested
    You should be able to do it but You will need to use a WS5100 type ethernet shield as it will offload some of the software to the hardware. It will plug into the Arduino UNO, it uses pins 10,11,12,13 you…
  • beacon_dave
    beacon_dave over 8 years ago in reply to beacon_dave +2 suggested
    Also perhaps be aware that the power rails on some breadboards are not continuous but instead are interrupted half way along. You may find that you need to place a jumper on your ground rail between block…
  • mcb1
    mcb1 over 8 years ago in reply to alexparker2002 +2 suggested
    alexparker2002 Part of learning is the LEARNING part. Having someone do all the work for you is not learning, but copying . I suggest you explore the examples that are provided in the Arduino IDE. There…
Parents
  • dwinhold
    0 dwinhold over 8 years ago

    Like everyone is saying, we are here to guide and help everyone, we were all beginners at one time. There are lots of great books out there as well as information on the internet, you said you are a beginner, start with something easier (a comfortable level for you) and work your way up. I find myself getting in over my head with the complexity of my project, what I do is set them aside until I have built up the knowledge to continue it. Some have been sitting for years but I haven't given up on them. As you see with the many responses and helpful information we are here to guide you in the right direction. It is more gratifying to complete the project with little help then to have it done for you. Start with the basics, not the top.

     

    Dale

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • alexparker2002
    0 alexparker2002 over 8 years ago in reply to dwinhold

    Can I use sensor shield to connect the sensors and lcd to arduino?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • alexparker2002
    0 alexparker2002 over 8 years ago in reply to beacon_dave

    Will i be able to use all the sensors and display with it?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • beacon_dave
    0 beacon_dave over 8 years ago in reply to alexparker2002

    Why do you think that it might be ?

     

    What functionality do you think it will bring to your project as opposed to using the Arduino without it ?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • beacon_dave
    0 beacon_dave over 8 years ago in reply to alexparker2002

    You've not said what display you intend to use yet. Displays have different types interfaces which they use to connect to the host microcontroller.

     

    The Sensor Shield you have chosen looks like it is designed to work with the common 12864 type LCD display either with a 14pin or a 6pin IDC type connector. If your display doesn't already have that connection then you will have to make a cable just as you would if connecting directly to an Arduino.

     

    As has been mentioned  previously, you need to keep track of which IO pins on the microcontroller you are intending on using for each device. If you look closely, in parallel mode the 12864 LCD display consumes most of your digital IO pins (D2-D13). In serial mode it only consumes three (D2-D4). Alternatively you could use a I2C type display which will consume two of your analogue IO pins (A4-A5) 

     

    The photo resistor, soil probe and temperature sensor should work equally well with or without that shield. They just require to be connected to 3 of the 6 analogue input pins on the Arduino.

     

    As you have some resistors and LEDs to incorporate then you may find that a prototyping shield would be a better investment than that sensor shield but I suspect that you don't have experience in soldering electronic circuits ? If that is the case then the Grove shield I mentioned earlier would likely be a better choice as it all just plugs together.

     

    However you appear to be getting a bit ahead of yourself. Judging by your questions so far you would be better off starting with trying to get the core of this project working on a simulator like http://circuits.io first, then once you have the LED's, sensors, and LCD display working there, then you can move onto physical components and breadboard, before moving onto tackling the Ethernet networking before finally considering how you are going to build the project in its final form. 

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

    Why do you think it will be easier for your project ?

     

    There are advantages and disadvantages either way.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • alexparker2002
    0 alexparker2002 over 8 years ago in reply to beacon_dave

    As  i am from India the Grove base shield cost around $49....which is about 3500 rupees here.... And i just can't invest so much in just a single piece....... Any suggestions what to do?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mcb1
    0 mcb1 over 8 years ago in reply to alexparker2002

    Grove shields and the sensors simply provide a convienient method of connection.

     

    I use these for prototyping or checking something before building it.

    https://www.itead.cc/prototyping/electronic-brick.html

     

    and use one of their arduino boards to connect to

    https://www.itead.cc/development-platform/arduino/iteaduino-uno.html

     

    They are quite a bit cheaper, but again are a convienient connection method.

     

     

    Mark

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

    You could save some rupees by not using a shield at all and just connect to the Arduino directly. As has been mentioned before a lot of this is convenience versus cost.

     

    There is the Adafruit proto shield which is a bit cheaper and has the advantage of allowing you to start off with using a mini breadboard to prototype your design, but also allow you to later move from the breadboard to soldering directly onto the prototype shield for a more permanent design and then allow you to stack an Ethernet shield on top.

    https://cdn-shop.adafruit.com/1200x900/2077-08.jpg

     

    There is also breadboard, protoboard, stripboard, for prototyping and you could etch your own PCB out of copper clad board.

     

    It also partly depends on what you are planning on doing with this project longer term and whether or not you plan to reuse any components / materials for future projects.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • alexparker2002
    0 alexparker2002 over 8 years ago in reply to beacon_dave

    Can u please describe a bit elaborately of connecting the adafruit protoboard to uno and the sensors, wifi shield, and lcd....

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • beacon_dave
    0 beacon_dave over 8 years ago in reply to alexparker2002

    The Adafruit proto shield plugs into the uno just like any other shield

    https://cdn-shop.adafruit.com/970x728/2077-02.jpg

     

    It can accommodate a mini breadboard for early prototyping

    https://cdn-shop.adafruit.com/970x728/2077-08.jpg

     

    You can solder components directly into it for a more permanent prototype

    https://cdn-shop.adafruit.com/970x728/2077-09.jpg

     

    You can stack another shield on top of it e.g. Ethernet shield

    https://cdn-shop.adafruit.com/970x728/2077-06.jpg

     

    Once again, the proto shield mainly adds convenience to a prototype, and allows you to unplug a prototype circuit from the uno in one go if you want that sort of functionality.

     

    Wires from sensors / displays either need to be connected to either the header pins, the breadboard or soldered to the proto board copper pads.

     

    If you watch the Jeremy Blum Arduino Tutorials  they will show you how to connect sensors and LCD displays to an uno / breadboard.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • alexparker2002
    0 alexparker2002 over 8 years ago in reply to beacon_dave

    Thanks dave...... But is their any particular way of connecting to a protoboard?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • alexparker2002
    0 alexparker2002 over 8 years ago in reply to beacon_dave

    Thanks dave...... But is their any particular way of connecting to a protoboard?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • beacon_dave
    0 beacon_dave over 8 years ago in reply to alexparker2002

    Usually by soldering. Either solder the wires directly to the copper pads or alternatively solder a connector to the board to allow you to plug the sensors, LCD in.

     

    Perhaps take a look at this episode of the Ben Heck Show for a tutorial on how to use a proto board.

    Episode 226: Ben Heck’s Super Soldered Atari 2600 Episode

     

    If that is too advanced then this episode on soldering may help

    Episode 161: Ben Heck Teaches Alyson How to Solder Episode

     

    and this episode on reading a schematic and implementing it on breadboard may help

    Episode 86: Watch Ben Heck’s Schematics Episode

     

    [edit ...and this one for connectors

    Episode 191: Ben Heck's Essentials Series 1 - Connectors Episode  ]

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