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 Newbie in Arduino and MQTT project-Need 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
  • Replies 19 replies
  • Subscribers 394 subscribers
  • Views 1373 views
  • Users 0 members are here
  • mqtt
  • arduino
Related

Newbie in Arduino and MQTT project-Need help

Former Member
Former Member over 10 years ago

Hi,

I am a newbie in Arduino and MQTT projects..I want to use Temperature sensor as MQTT client by connecting it with Arduino UNO and Ethernet Shield.

I want to buy the required components.Kindly let me know whether the below are the correct components for this...

 

Arduino UNO-Are the both same product?If no,which one is the best to buy?

1)https://www.sparkfun.com/products/11021

2)http://www.simplelabs.co.in/content/arduino-uno

 

Ethernet shield-Are the both same product?If no,which one is the best to buy?

1) http://www.ebay.in/itm/Ethernet-Shield-W5100-for-arduino-UNO-Mega-/141511630995?_trksid=p2054897.l4275

2)https://www.sparkfun.com/products/9026?

 

Hope I have to  buy RJ45 cable?

One more wire seems to be connected from the Arduino board with computer USB port as per the video "https://www.youtube.com/watch?v=xj6eA8BIvlQ".Not sure what is the use of it..Kindly explain me..

  • Sign in to reply
  • Cancel

Top Replies

  • bobcroft
    bobcroft over 10 years ago +1
    Radhamani, The products you are comparing are essentially the same. The Arduino UNO comes as the genuine item, which tend to be quite expensive, and then there are many clones. The latest version is the…
Parents
  • bobcroft
    bobcroft over 10 years ago

    Radhamani,  The products you are comparing are essentially the same.  The Arduino UNO comes as the genuine item, which tend to be quite expensive, and then there are many clones.  The latest version is the UNO R3.  The cheapest clones generally come from China and the far east.  Some of the UNO clones use the CH340 USB interface, this is not the standard interface chip and may cause problems on some systems although I use these clones on my Windows 7 64 bit machine with no problems.

     

    It is a similar story for the Ethernet board, the genuine items is expensive, and there are clones which are much cheaper.  In my experience the clones work perfectly well.  The ethernet shield plugs straight onto the UNO and so there are no wires to connect between the two.  The Ethernet shield then has sockets to connect external sensors etc.

     

    There are no video cables associated with the UNO.  You need a cable to connect from your PC USB port to the UNO USB port.  The PC end of the cable is fairly standard and the official UNO uses a USB type B connector but some of the clones use the smaller USB connectors. A lot of clone boards include a cable so that is a good way to get started.

     

    The Ethernet shield needs an Ethernet cable to link the shield to your PC or router Ethernet port.

     

    There are some very good examples of using the Ethernet shield within the Arduino Ethernet library, I suggest you try these to gain experience. 

     

    For MQTT I suggest you install 'Mosquitto' as a broker on your PC and then use MQTT-Spy to to send / view packets.  There is a lot of information on both these items on the net.

     

    Hope that helps

     

    Bob

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • bobcroft
    bobcroft over 10 years ago

    Radhamani,  The products you are comparing are essentially the same.  The Arduino UNO comes as the genuine item, which tend to be quite expensive, and then there are many clones.  The latest version is the UNO R3.  The cheapest clones generally come from China and the far east.  Some of the UNO clones use the CH340 USB interface, this is not the standard interface chip and may cause problems on some systems although I use these clones on my Windows 7 64 bit machine with no problems.

     

    It is a similar story for the Ethernet board, the genuine items is expensive, and there are clones which are much cheaper.  In my experience the clones work perfectly well.  The ethernet shield plugs straight onto the UNO and so there are no wires to connect between the two.  The Ethernet shield then has sockets to connect external sensors etc.

     

    There are no video cables associated with the UNO.  You need a cable to connect from your PC USB port to the UNO USB port.  The PC end of the cable is fairly standard and the official UNO uses a USB type B connector but some of the clones use the smaller USB connectors. A lot of clone boards include a cable so that is a good way to get started.

     

    The Ethernet shield needs an Ethernet cable to link the shield to your PC or router Ethernet port.

     

    There are some very good examples of using the Ethernet shield within the Arduino Ethernet library, I suggest you try these to gain experience. 

     

    For MQTT I suggest you install 'Mosquitto' as a broker on your PC and then use MQTT-Spy to to send / view packets.  There is a lot of information on both these items on the net.

     

    Hope that helps

     

    Bob

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Children
  • Former Member
    Former Member over 10 years ago in reply to bobcroft

    Thanks a lot bob..Its very helpful..

    I am gonna purchase today UNO and EthernetShield.And cables I will go to shop and purchase..Once I buy everything,and if I face any issues in settingup,I will post my queries..

    Once again I Thankyou..I have got some confidence in goinging ahead to purchase the items..

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