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
Arduino Forum Have a question on Arduino? Ask our expert Simon Monk
  • 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 437 replies
  • Subscribers 445 subscribers
  • Views 20484 views
  • Users 0 members are here
Related

Have a question on Arduino? Ask our expert Simon Monk

patkelly
patkelly over 14 years ago

This thread has been closed to new questions.

However, we welcome you to Post Your Question about Arduino in the element14 Community Arduino group.  You'll find many fellow members and experts who have just the answer you're looking to find! 

 

Thank You, Your Friends at element14 Community

 

 

 

Expertise: imageArduino, .NET Gadgeteer, IOIO, embedded computing, open source hardware


About Simon: Simon is an author, writing books for TAB/McGraw-Hill and O'Reilly. He is best known for his Arduino books: 'Programming Arduino' and '30 Arduino Projects for the Evil Genius'.

 

Simon has a BSc. in Cybernetics and Computer Science and a PhD. in Software Engineering. He spent several years as an academic before he returned to industry, co-founding the mobile software company Momote Ltd.

 

If you need help on anything about Arduino, please post your question here!


 

If your not already, you'll need to login or register to ask your question - just click reply

 

The specified item was not found.

  • Sign in to reply
  • Cancel

Top Replies

  • mcb1
    mcb1 over 13 years ago in reply to aml +2
    Aml I presume you have set the board to UNO under tools, along with the Com port. Have you tried at least the first 10 bullet point s under the link see http:// (You can also select it under hlep on the…
  • simon.monk
    simon.monk over 14 years ago in reply to e14 Contributor +1
    @ jagadeshwaran http://arduino.cc/en/Hacking/Bootloader?from=Main.Bootloader
  • simon.monk
    simon.monk over 14 years ago in reply to e14 Contributor +1
    @ang. This isn't really a task for an Arduino. It does not have nearly enough memory to store a whole image and manipulate it like that. I would not be surprised to find some PC application that would…
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to simon.monk

    thanks for your help it's ver usefull.Now how can i upgrade the .hex files to my arduino? im using windows so i downloaded flip program am i gonna use that? and another problems comin when i upgrade the keyboard hex file to my arduino  how can i turn it back,i need a original arduino hex file ?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • simon.monk
    simon.monk over 14 years ago in reply to e14 Contributor

    @josh - as far as getting the hex file onto your 16u2 goes, I believe, if you are a Windows user, you can program it using AVR Studio. I assume you have the C source as well? How are you compiling?

     

    Alternatively, have a look at AVRDude: http://www.ladyada.net/learn/avr/avrdude.html

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to simon.monk

    Thanks for your reply.I have ARDUINO UNO and an ATMEGA328(without boot loaded) IC.I need some reference for making it to be boot loaded or to program the arduino code into the ATMEGA 328 IC

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • simon.monk
    simon.monk over 14 years ago in reply to e14 Contributor

    @jagadeshwaran

     

    http://arduino.cc/en/Hacking/Bootloader?from=Main.Bootloader

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 14 years ago

    About Arduino IDE

    I am using:

    Ubuntu with Arduino IDE 1.0.1.

     

    I have an Arduino ethernet board.

     

    Loading the "webserver" sketch and compiling I get a couple failures:

    Quote

    /usr/share/arduino/libraries/Ethernet/Ethernet.cpp: In member function ‘void EthernetClass::begin(uint8_t*, IPAddress, IPAddress, IPAddress, IPAddress)’:

    /usr/share/arduino/libraries/Ethernet/Ethernet.cpp:64: fout: no matching function for call to ‘W5100Class::setIPAddress(IPAddress::<anonymous union>&)’

    /usr/share/arduino/libraries/Ethernet/utility/w5100.h:392: note: kandidaten zijn: void W5100Class::setIPAddress(uint8_t*)

    /usr/share/arduino/libraries/Ethernet/Ethernet.cpp:65: fout: no matching function for call to ‘W5100Class::setGatewayIp(IPAddress::<anonymous union>&)’

    /usr/share/arduino/libraries/Ethernet/utility/w5100.h:368: note: kandidaten zijn: void W5100Class::setGatewayIp(uint8_t*)

    /usr/share/arduino/libraries/Ethernet/Ethernet.cpp:66: fout: no matching function for call to ‘W5100Class::setSubnetMask(IPAddress::<anonymous union>&)’

    /usr/share/arduino/libraries/Ethernet/utility/w5100.h:376: note: kandidaten zijn: void W5100Class::setSubnetMask(uint8_t*)

    quote

     

    What is gone wrong. I have not make changes to the sketch. I just install that IDE including all other files.

    The same problem with other ethernet sketches.

     

    Thanks for your time.

    Happy sunday.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • simon.monk
    simon.monk over 14 years ago in reply to e14 Contributor

    Hi,

     

    My first thought was that there is an old version of the Ethernet library. But you say this is a fresh install.

     

    I am not a Linux user, so I don't know if any other Linux people out there can shed any light on it.

     

    Could it be a relative path type thing? Do you start Arduino IDE from the command line?

     

    Sorry not to be of more help.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • billabott
    billabott over 14 years ago in reply to e14 Contributor

    Simon could be right if the W5100class references are external to

    the source file: /usr/share/arduino/libraries/Ethernet/Ethernet.cpp

    This would be the case if the file pointed to by a  #include is missing or misplaced or misnamed.

     

    The other possiblility is a typo has somehow been put into the file: /usr/share/arduino/libraries/Ethernet/Ethernet.cpp and the W5100class functions are present (inside the Ethernet.cpp) but cannot be found due to the presumed typo.

    If that is the case; you should try to fix the punctuation and/or spelling to effect the correction.

     

    Have you read/searched over at http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1290209328/all?

     

    Hope this helps you.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 14 years ago

    lets say i have a wild picture in my harddrive,  how do i use arduino to get to file, and print words on the picture, and save it elsewhere?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • simon.monk
    simon.monk over 14 years ago in reply to e14 Contributor

    @ang. This isn't really a task for an Arduino. It does not have nearly enough memory to store a whole image and manipulate it like that.

     

    I would not be surprised to find some PC application that would do what you want.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 14 years ago in reply to e14 Contributor

    I dont understand the concept of booleans and how to use them.and also can you explain to me how to use a 7 segment display??

    • 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 © 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.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube