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 QUESTION
  • 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
  • State Suggested Answer
  • Replies 5 replies
  • Answers 4 answers
  • Subscribers 393 subscribers
  • Views 652 views
  • Users 0 members are here
Related

QUESTION

richipearl
richipearl over 6 years ago

please, is arduino a good start point for me and after arduino what's next, I need your advise I'm studying entrepreneurship study in school and I'm in my industrial training period due to my love for embedded system I choose to learn arduino.

  • Sign in to reply
  • Cancel

Top Replies

  • BigG
    BigG over 6 years ago +6 suggested
    I like to think of Arduino as an ecosystem, with it's IDE and all the shields and libraries etc. rather than a single product. It has essentially become, in my opinion, the hardware version of a spreadsheet…
  • Fred27
    Fred27 over 6 years ago +5 suggested
    Although I'm personally not a fan of the whole Arduino thing, you will find it's an easy way to get started with embedded development and there's lots of information out there. For the same reason, the…
  • dougw
    dougw over 6 years ago +2
    I think the above suggestions are great. There are so many arduino examples available, it provides an easy learning path for most applications. I would also recommend Cypress PSoC Creator - it is generally…
  • Fred27
    0 Fred27 over 6 years ago

    Although I'm personally not a fan of the whole Arduino thing, you will find it's an easy way to get started with embedded development and there's lots of information out there. For the same reason, the next step is often the Raspberry Pi for "bigger" projects.

     

    However, if you want to get a bit deeper into embedded rather than stretch upwards to bigger projects, I can recommend Energia. This is an Arduino IDE port to work on TI's MSP430 (and other) processors. You can then shift your Arduino sketches into Code Composer Studio and take advantage of a more powerful IDE with JTAG debugging, etc.

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • BigG
    0 BigG over 6 years ago

    I like to think of Arduino as an ecosystem, with it's IDE and all the shields and libraries etc. rather than a single product.

     

    It has essentially become, in my opinion, the hardware version of a spreadsheet (which is software consisting of charting/visualisations, analytics, macros and data entry options).

     

    My reasoning is that when you want to carry out some initial analysis for a project, you are most likely to start with a spreadsheet to test out your analytical model, than go out and develop custom software to achieve the same purpose. This is especially true if you are doing the analysis for the first time and you are not familiar with what you are trying to achieve. Starting off with advanced analytics software or complex databases is more often than not, like taking a sledgehammer to crack a nut and you can quickly get delayed or hit problems due to lack of familiarity or community support.

     

    So while spreadsheet software might not have the performance and speed, it is certainly very versatile and you are able to use if for many different projects or assignments etc.

     

    However, if your spreadsheet model becomes more complicated or if you distribute your spreadsheet model to others, you will quickly hit problems. It is then that other types of software products becomes more useful and valuable to you, or you may even consider developing your own customised software.

     

    In my experience, the same can be said about Arduino.

     

    It is a very good starting point for evaluating a proof of concept, for example. I often find that it is the quickest way to verify that a new sensor you've just purchased actually works properly, simply because of the abundance of libraries available. Arduino is also very useful for reuse especially when looking to capture data for a specific task etc. Setup is quick and relatively easy.

     

    After Arduino, what's next?

     

    Well, much like moving on from a spreadsheet, your choice of options depends on the specific requirements of your project or intended product.

     

    From an entrepreneur's perspective, cost and speed to deliver an outcome are very important criteria. Also availability of resource to actually deliver the work. So you wouldn't necessarily pick something that only a select few know about, unless you have very specific reasons for that choice of hardware.

     

    ... and funnily enough this is where a spreadsheet model becomes very handy in helping you formulate that decision, as it will be based on multiple hard and soft criterion.

    • Cancel
    • Vote Up +6 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • dougw
    0 dougw over 6 years ago

    I think the above suggestions are great. There are so many arduino examples available, it provides an easy learning path for most applications.

    I would also recommend Cypress PSoC Creator - it is generally less expensive than arduino, generally more powerful and provides more flexible hardware interfacing options. But it does not have as many examples to learn from.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jomoenginer
    0 jomoenginer over 6 years ago

    I think it really depends on what you intend to do and what product you are looking to make.  You mention Industrial, so that could mean Industrial IoT or Industrial Automation playing into the SCADA area or something entirely different.  I does not sound like you are getting an Engineering degree, so I suspect you are looking to stay at a higher level with regards to software development.

     

    However, as far as Arduino is concerned, that is an excellent place to start and allows you to get experience working with libraries from other sources.  If you are looking to get closer to the hardware then you could import your Arduino Sketches into Atmel Studio and use that as a proper IDE.  Also, with the SAMD chips you could even go further and use some of the GNU tools and learn to program the board from a much lower level.

     

    Not knowing your intentions then it really is difficult to create a proper answer.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • abrain
    0 abrain over 6 years ago

    Hi Rachel, I’d definitely agree with Arduino being a good starting point, and also that business, entrepreneurship and embedded development are a great combination!

     

    There’s been a similar post recently about how to get started with Arduinos in case that helps, and again I’d recommend Simon Monk’s books if you’re new to all this.

     

    All the best with your studies!

     

    A

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • 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