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 3567 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 :-(
Parents
  • neilk
    neilk over 10 years ago

    I notice that 1.6.1 was about 630MB, with 7,622 files in 1078 folders.

     

    1.6.2 seems to be only about 240MB with 1,841 files in 476 folders.

     

    Any idea if that is correct and if so, any idea why the difference?

     

    gadget.iom Workshopshed

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

    I hear that 1.6.2 installs some of the compiler tools "on demand" rather than all at once.  No ARM compiler unless you install ARM boards with the new "board manager", for example.

    (and: this apparently causes some problems, especially with 3rd party hardware, since compilers are now in a different place on disk, and might not be there at all.)

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

    WestfW I've also realised that in Windows, it now conforms more to Microsoft standard software installation rules, suggesting installation in ..../Program Files (x86) and also placing a large amount of stuff in .../AppData/Roaming/Arduino15

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

    WestfW I've also realised that in Windows, it now conforms more to Microsoft standard software installation rules, suggesting installation in ..../Program Files (x86) and also placing a large amount of stuff in .../AppData/Roaming/Arduino15

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

    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.json and is under the .../Arduino15 folder that is under Windows where you mention, Linux under the Arduino15 ide installation folder and in Mac OSX under /Users/_user_name_/Library/Arduino15 (this last can't be found with finder and should be reached by terminal.

     

    Every library is a json object, very simple to understand in the format like the following:

     

        {

          "name": "TinyWireM",

          "version": "1.0.0",

          "author": "Adafruit",

          "maintainer": "Adafruit \u003cinfo@adafruit.com\u003e",

          "sentence": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground",

          "paragraph": "I2C library for Trinket and Gemma, adapted from BroHogan's code on Arduino Playground",

          "website": "https://github.com/adafruit/TinyWireM",

          "category": "Signal Input/Output",

          "architectures": [

            "*"

          ],

          "types": [

            "Recommended"

          ],

          "url": "http://arduino.cc/download.php?f=/libraries/TinyWireM-1.0.0.zip",

          "archiveFileName": "TinyWireM-1.0.0.zip",

          "size": 15696,

          "checksum": "SHA-256:6b5ee59e855d8415f9e5062e897c590acbbfeb8e93dbf118d47636c869915386"

        }

    Maybe a good idea that the community maintain a version of this file updated with the libraries that are not distributed by the Arduino's friends (e.g. Adafruit & company) but maybe very useful for the developers.

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

    >  Microsoft standard software installation rules

     

    Sigh.  I really hate the way that "Microsoft standard rules" scatter an application all over the disk :-(

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

    I really hate the way that "Microsoft standard rules" scatter an application all over the disk :-(

    You and me both !! I borrowed the expression from a posting about 1.6.2 in another forum............not my own words image

    • Cancel
    • Vote Up +3 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