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 New Arduino IDE
  • 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 34 replies
  • Subscribers 396 subscribers
  • Views 3587 views
  • Users 0 members are here
  • libraries
  • arduino
Related

New Arduino IDE

Workshopshed
Workshopshed over 10 years ago

There's been a few couple of upgrades to the Arudino IDE over the last month.

 

Arduino - Software

https://github.com/arduino/Arduino/blob/master/build/shared/revisions.txt

 

As I'm getting started with the Yun it's nice to see that some of the issues around that have been resolved but I think the feature I'm most interested in is the Library Manager, this should make working on different projects a whole lot easier.

  • Sign in to reply
  • Cancel

Top Replies

  • gadget.iom
    gadget.iom over 10 years ago +4
    8 Minutes to download.... https://youtu.be/N1ug9-rhSs4?t=1m50s
  • balearicdynamics
    balearicdynamics over 10 years ago in reply to neilk +3
    Neil, that's correct. Not only but I have explored a bit and see that the library manager is based on a JSON file including all the last updated library list organised by category. The json file is library_index…
  • WestfW
    WestfW over 10 years ago in reply to neilk +3
    > Microsoft standard software installation rules Sigh. I really hate the way that "Microsoft standard rules" scatter an application all over the disk :-(
  • balearicdynamics
    balearicdynamics over 10 years ago in reply to neilk

    I suppose that the fact that your libraries are already visible in 1.6.2 IDE is because the uninstaller only knows the files installed, so the settings files - generated locally by the first run and then modified by the preferences or other ways - are persistent from one setup to another.

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

    Neil,

              I do exactly as you do, keep my sketches in their own folder under the C:\ mysketches .  Libraries are a sub folder under  mysketches.  I put all my downloaded libraries in there and I have never had any problem with any IDE version right up to 1.6.3.  I cannot understand why the default path is something like C:\Windows\users\tomDickHarry\documents\Arduino, what a path!  I also put the manually installed Arduino IDE's directly under the C drive.  The .exe. installed ones go under programs(86).

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • neilk
    neilk over 10 years ago in reply to balearicdynamics

    balearicdynamics Exactly, Enrico, but I think what really pleased me was they are not only visible, but actually useable! So I no longer have to re-install all my extra libraries each time I upgrade the IDE. image That's got to be good.

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

    bobcroft Hi Bob - in fact I go a little further further. All my Arduino "stuff", except for the IDE installation, Is held on a separate drive and in a top level folder that is synchronised by Dropbox. For me this means that I can work on both my desktop and my somewhat less powerful netbook, provided I install the IDE on both. It's very useful when I want to take Arduino on the road image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • balearicdynamics
    balearicdynamics over 10 years ago in reply to neilk

    Nice. I make something like because all the essential things are on the Mac hard disks. When I need to work on Arduino under windows from one of the Virtualbox Win machines installed on the mac, I use the same location shared to the virtual machine. Then same on the local network when I use another computer, including a couple of Ubuntu devices.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • WestfW
    WestfW over 10 years ago in reply to neilk

    I no longer have to re-install all my extra libraries each time I upgrade the IDE.

    Well, assuming that they don't change the way they search for libraries.  (Again!  Which was the only reason you had to reinstall them in the first place.) (although, the previous changes were generally for good reasons...)

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • neilk
    neilk over 10 years ago in reply to WestfW

    WestfW

    Well, assuming that they don't change the way they search for libraries

    who knows what they will do next?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mcb1
    mcb1 over 10 years ago in reply to neilk

    I no longer have to re-install all my extra libraries each time I upgrade the IDE

    I have multiple versions of IDE mainly because the earlier days there were some libraries that worked on 023 and others on 1.x.

    I always had the Arduino IDE's in their own subdirectory, and simply copied any 'extra' libraries into the libraries folder if I added a new version.

     

    It also meant it was easy to run from a memory stick....so hopefully they haven't killed that option.

     

     

    Mark

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • 4ringfan
    4ringfan over 10 years ago in reply to mcb1

    All of my sketches and libraries get stored in dropbox as I use multiple different computers and platforms.  That way if I'm at work, at home, at the cabin, or out on the road I can still have access to them, well, at least until the cloud goes down...

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Workshopshed
    Workshopshed over 10 years ago in reply to balearicdynamics

    Enrico, I thought it was a symbolic link from the way it behaves but it turned out to be something stranger. As mentioned above there are "rules" about where you can write files when running an application. One of those is "thou shalt not write to program files", they introduced something in Vista, that I did not know about, "VirtualStore".

     

    What happens is when an unauthorised application tries to write to program files. Windows actually writes it to %LocalAppData%\VirtualStore\Program Files\ instead.

     

    http://portableapps.com/node/35519

    • 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