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 2699 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
  • beacon_dave
    0 beacon_dave over 8 years ago

    Looking at your breadboard layout your analogue inputs don't look correct to me.

     

    Firstly it looks like you have misaligned the lower ground connection from the Arduino to the breadboard power rail in such a way that the 10k resistors are not tied to ground but just to each other.

     

    Secondly if the 10k resistors were tied to ground then your three analogue inputs would also all be tied to ground which would not be of much use.

     

    The photo resistor for example is normally set up as a potential divider circuit so your analogue input would be  taken from the midpoint between the resistor and the photo resistor as per this circuit:

    https://www.arduino.cc/en/Tutorial/AnalogInput

     

    image

    • 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 beacon_dave

    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 5 and block 6 to continue the ground rail to reach the 10k resistors. Alternatively move your ground wire from the Arduino two blocks to the right.

     

    The same may apply to your +5v rail at the top as it may not reach the components at the right hand side of the breadboard.

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

    Can u please give me a hand drawn schematic of the modified connections? Please give

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

    Sorry this forum is for helping people and not for "easy answers" where few exists.The previous people have given great guidance, but it is up to you to assimilate and implement as you see fit. Everyone should want to learn first before getting the eureka moment of discovery. I do wish you success on your project. But the true joy is the journey not the endpoint.

    • 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 author of the original Instructables project Plant Health Monitor appears to have updated it here:

    DIY Smart Plant pot - 5

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

    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 are examples for using the Ethernet when the Ethernet Library is installed.

     

    There are plenty of examples for both the LCD and I2C connected LCD.

     

    Robert Peter Oakes has already given some advice on using an I2C LCD to save you the pin conflict.

     

    You still have software to write, so understanding the basics will help you to write this, or modify some existing code.

     

    You could also search the forum for the design challenges where a similar concept was done.

    The was a lot of discussion regarding monitoring soil moisture and some of the issues found.

     

     

    It looks like a good project as a standalone, which could have the ethernet connected later.

     

     

    mark

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 8 years ago in reply to mcb1

    As mcb1 has said, I provided you answers and a place to move forward with, you need to do some work here, simple google effort will easily show you schematics on wiring an I2C LCD Display and how to plug in an Arduino Ethernet Shield to the UNO. I have told you the pins they use so all that is left is for you to discover with a little effort your software answers and to tweak your fritzing diagram. You did create that one right ?, so you have a handle on how to edit and update the schematic.

     

    Once you're done, bring it to use and we can help you refine it if needed. Once you have assembled your software by trying each of the examples for the various modules you want to include and then combining them, post it here and we can help you move forward too.

     

    As many have already said, we will all happily help, we just won't do it for you... sorry, there is just not enough hours in the day if we opened up that flood gate to everyone that asked us to do it for them

     

    Peter

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • alexparker2002
    0 alexparker2002 over 8 years ago in reply to Robert Peter Oakes

    Thanks Peter

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

    Thanks Peter

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