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 Different result if connecting 9V?
  • 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 15 replies
  • Subscribers 395 subscribers
  • Views 1445 views
  • Users 0 members are here
  • tmp 36
  • problem
  • power supply
  • arduino
  • sensor
Related

Different result if connecting 9V?

Former Member
Former Member over 9 years ago

I have done the project in Jeremy Blum "Explorign Arduino" related to the three color LED changing with the temperature. It works right when connected with USB, but it is always red if connected to 9V.

Did I do anything wrong? is it normal? how can I solve it?

The sensor is a TMP-36image

  • Sign in to reply
  • Cancel

Top Replies

  • clem57
    clem57 over 9 years ago +1
    To learn, you need to read the datasheet on the sensor and think what changes with the switch from USB to 9 volt battery. Clem
  • Former Member
    Former Member over 9 years ago +1
    Per John's comment, I'm assuming you're using a 9V barrel adapter. A couple of points: 1. You have to get enough power for the Arduino, the LED, the TMP36, etc. I never use carbon-zinc batteries or cells…
  • clem57
    clem57 over 9 years ago in reply to Former Member +1
    Sensors are very dependant on the voltage provided. Change the voltage, they need to be recalibrated. Try a separate independent power source on the rail to the sensor that is 5V. repeat the experiment…
  • shabaz
    shabaz over 9 years ago in reply to jc2048

    The same problem is elsewhere too - I just saw this which uses the exact same TMP36 part but with a Raspberry Pi:

    http://raspi.tv/2016/using-mcp3008-to-measure-temperature-with-gpio-zero-and-raspio-pro-hat

     

    The layout shown at that link uses the TMP36 and an MCP3008 but no decoupling : (

    The £25 'experimenters kit' with these ICs contains no decoupling capacitors either.

     

    My basic 'experimenter's kit' is still a bulk pack of through-hole resistors and capacitors from Maplin, and loads of SMD Rs and Cs from Farnell

    and this very nice SMD component containerthis very nice SMD component container - I have several of them. They are the best I've found, if they are dropped the parts don't get

    mixed up like other containers, nor do they leak from gaps if turned upside down. I use small stickers from a stationery store to label them.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • michaelkellett
    michaelkellett over 9 years ago in reply to shabaz

    I just left them (on raspi.tv) a post asking about the decoupling caps - I feel it's such a shame that so many people jumping on the "education" bandwagon seem to know so little about basic practical electronics.

     

    MK

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 9 years ago in reply to michaelkellett

    Hi Michael,

     

    Good idea, I hope he corrects it, I just saw there was a corresponding kickstarter which achieved >1k backers so quite a number of beginners will be watching those videos..

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Robert Peter Oakes
    Robert Peter Oakes over 9 years ago in reply to Former Member

    The answer may be simpler as far as sensing things

     

    The voltage reference by default in Arduino Uno / Mega and the like is set to be VCC

     

    USB rarely gives exactly 5V, more like 4.7 ish but can vary based on load and a number of other factors

     

    When you connect via the barrel jack with in your case 9V, then the on-board voltage regulator kicks in and is way better than 1% accurate typically and very close to the nominal 5V

     

    So in each case the VREF to the ADC will be different and therefor for the same input to the ADC pins, you will get a lower reading when running with the higher VREF voltage

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Robert Peter Oakes
    Robert Peter Oakes over 9 years ago in reply to jc2048

    Jon is pretty much spot on with his calculations etc and aligns with what I was just saying in my post

     

    If your going to be measuring mostly around 20 - 30 deg C, and no where even close to the full range of the sensor, then you may want to consider changing the VREF to the ADC from the VCC to the 1.1V Band Gap reference in the ATMEGA328

     

    the notes from Arduino are here https://www.arduino.cc/en/Reference/AnalogReference

     

    so adding the line

     

    analogReference(INTERNAL)

     

    should do the trick and will give you way better resolution for an input of 0 - 1.1 volts instead of 0 - 5V

     

    this would equate to a temp range just under 4x more accurate but at the expense of less range that may not be an issue

    • 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