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
  • Robert Peter Oakes
    0 Robert Peter Oakes over 8 years ago

    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 will need to move the LEDs to other pins as the ethernet shield will use the ones your currently using

    you can get an LCD display that can use I2C interface (A4, A5) to display status etc. A 16x2 or a 20x4

     

    Memory will be tight but it is doable

     

    All libraries and hardware are plentiful, just search for "I2C arduino display", or "Arduino Ethernet Shield 5100" you will find plenty of info

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

    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 will need to move the LEDs to other pins as the ethernet shield will use the ones your currently using

    you can get an LCD display that can use I2C interface (A4, A5) to display status etc. A 16x2 or a 20x4

     

    Memory will be tight but it is doable

     

    All libraries and hardware are plentiful, just search for "I2C arduino display", or "Arduino Ethernet Shield 5100" you will find plenty of info

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

    Can you please give me a drawn schematic?

    Hand drawn or out of a computer?

    • 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 may want to take a look at this tutorial as it takes you step-by-step through how to control a LED from a photo resistor for measuring ambient light and also later from a thermistor for measuring temperature. It shows the schematic of the circuit, the Arduino code and it in operation.

     

    Tutorial 04 for Arduino: Analog Inputs

     

    However it sounds like you would benefit greatly from starting at tutorial 1 and working your way through 2 and 3 until you reach tutorial 4

    Jeremy Blum Arduino Tutorials

    • 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

    The 'Arduino Cookbook' by Michael Margolis would be another good reference to learn from if you can get hold of a copy:

    Arduino Cookbook, 2nd Edition - O'Reilly Media

    It covers connecting up and programming of photo resistors, temperature sensors, LCD displays and Ethernet shields, plus a whole lot more.

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

    Another reference which may be of interest - this one should help cover potential dividers and the moisture sensor aspects.

    https://www.rs-online.com/designspark/what-you-could-do-in-an-hour-teach-basic-circuit-theory-so-it-will-be-remembered

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

    I've posted before on how to get an electronic copy, without using your credit card.

     

    Mark

    • 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