element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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 & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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
Blog Arduino beginner
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Former Member
  • Date Created: 3 Nov 2013 8:48 PM Date Created
  • Views 2081 views
  • Likes 0 likes
  • Comments 11 comments
  • Math
  • help
  • arduino
  • advice
Related
Recommended

Arduino beginner

Former Member
Former Member
3 Nov 2013

I'm a complete beginner when it comes to electronics and programming, so I decided to help educate myself I would buy an Arduino starter kit. This kit arrived yesterday and came with an Arduino Project book which is jam packed with information and tutorials (great for learning and inspiration!!).

 

So far I have read the first few pages of the book and followed along with the first few examples. It's a lot of fun but I'm concerned about the mathematical aspect of electronics and programming (I skipped a few chapters to see what i would be doing and saw a few daunting parts that i could not get my head around). If any one has any advice for the Mathematical side I would be glad to hear from you in the comments section (i did not do very well at maths in school image but I don't want to give up) 

  • Sign in to reply

Top Comments

  • mcb1
    mcb1 over 12 years ago in reply to kjhart0133 +1
    Erny Don't get too hung up on the maths. It wasn't my strong subject, but hasn't stopped me. There is certainly a time when you need to roll your sleeves up and get stuck in, but I sense you aren't there…
  • kjhart0133
    kjhart0133 over 12 years ago

    Erny,

     

    Can you post the code or a link to it.  It's hard to figure out what you need without seeing the code you're working with.

     

    Kevin H.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 12 years ago in reply to mcb1

    Hi Mark

     

    I understand the code and I know what it is doing if I were to read it, my concern came when looking at project 2 / 3 (love -o- meter) in the arduino uno starter kit's project book where by the reply signal from the temperature sensor was converted to volts and then Celsius. I cannot understand why it was worked out like that, I tried to work it out on paper and the result didn't seem correct. Unfortunately I don't have the book in front of me otherwise I would post the section I mean.

     

    Thanks

     

    Erny

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mcb1
    mcb1 over 12 years ago in reply to kjhart0133

    Erny

    Don't get too hung up on the maths. It wasn't my strong subject, but hasn't stopped me.

    There is certainly a time when you need to roll your sleeves up and get stuck in, but I sense you aren't there yet.

     

    I would suggest more 'doing', and less reading.

    There are plenty of tutorials and examples, and I have suggested to the students I took to try the following.

    • LED's and blink example
    • LED's and the BlinkWithDelay example to be able to use something other than Delay.
    • Inputs with a switch, and then two switches, making one turn on and the other off.

    Play with the values and try to understand how the sketch works.

     

    Once you get your head around how the above bits work, you may want to look into temperature, and LCD Display, and I suggest the I2C displays (4 wires) and the DS18B20 temp chips.

     

    One thing to watch out for is USE A RESISTOR in series with the LED's.

    There are examples that don't and they rely on the internals of the chip.

    Use a 220 or 330 ohm resistor .... its a lot easier when you change to something without limiting.

     

    There are some basics we ran in 'The Shed' magazine that you can download (click on the picture) with the sketches here

     

    Mark

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • kjhart0133
    kjhart0133 over 12 years ago in reply to Former Member

    Erny,

     

    I suspect you are getting hung up on the 'math' related to binary and hexadecimal numbers and boolean logic.  If this is so, take heart, lots of Arduino beginners have the same problem.  Most learn as they go, but as a first step you should post a couple of specific examples that you don't understand.  Once you get one or two examples cleared up, that usually leads to further understanding.  Also, once the community on this forum gets a better idea of what your questions are, they can better guide you to suitable resources.  Feel free to PM (private message) me with some questions if you want some basic help.

     

    Kevin H.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 12 years ago in reply to ntewinkel

    Hi Nico

     

    Thanks very much for the advice and the websites, I will definitely try to brush up my skills as I feel not only will it help me learn but one I build a project alone I will feel happier knowing that I built it without help(hopefully this feeling will keep me motivated to learn!).

     

    Thanks

     

    Erny  

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