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
microbit
  • Learn
  • Learning Center
  • STEM Academy
  • microbit
  • More
  • Cancel
microbit
microbit Forum New to being a maker
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join microbit to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 13 replies
  • Subscribers 54 subscribers
  • Views 3470 views
  • Users 0 members are here
  • micro:bit
  • raspberry pi user
Related

New to being a maker

nate.wits
nate.wits over 5 years ago

Hello All!

 

I'm new to programming and was wondering where i should start?

 

What's a good hands on project that will help me get up and running? Doesn't just have to be micro:bit.

 

Thank you in advance!

 

Nate

  • Sign in to reply
  • Cancel

Top Replies

  • Fred27
    Fred27 over 5 years ago +7
    That's a big question. There are many types of programming. What do you want to achieve? If you want to do embedded programming then you're best to start with C. However, if you want to do web pages, games…
  • robogary
    robogary over 5 years ago +6
    Hi Nate - A good starting place is to get a kit with a small projects manual, or a "project style" board that has sensors and outputs built in. It will save you the time to figure out the bits and pieces…
  • genebren
    genebren over 5 years ago in reply to nate.wits +6
    Nate, My favorite is C. This language, while a bit older (early 70s), it led to the development of several of the more recent favorites (java, python and c++). Platform will also have some bearing on your…
  • ntewinkel
    ntewinkel over 5 years ago in reply to nate.wits

    ps, I think Arduino would be a good next step when you're ready to level up, but it's a bit of a leap up from Micro:bit.

    Micro:bit is easier to get started with, but Arduino is super affordable and has years of tutorials and examples you can look at so you can cut and paste code and learn from the existing examples.

    But C can be very unforgiving to work with.

     

    My favourite Arduino Getting-Started is Oomlout ARDX: ARDX – Arduino Expermentation Kit « .:oomlout:.

    It is definitely a lot more complicated though.

     

    Also, with Micro:bit you don't immediately have to jump into making connections with wires for it to do things. That is another level of complexity that can add frustration.

     

    But, like a good puzzle, it can also be very satisfying when you get a project running image

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • balearicdynamics
    balearicdynamics over 5 years ago

    Nate, welcome onboard!

     

    My two cents opinion, also based on what I can recall when I started, years and years ago. I have read the comments to your post and I agree almost with all about two main points: the budget and the language.

    But

     

    1. The budget at this moment is meaningless, you should still find a path that is comfortable for you, and this mostly depends on your personal interests and attitudes. For now, I suggest to keep a low budget and try the most affordable direction to have as much as possible the widest scenario in front of you.

    2. Honestly, I think you can't have real preferences in some language respect another just because you are new to programming.

     

    Based on this personal consideration I suggest starting investing a few to see what you get and what is your more interesting environment. Regardless of how much money you can invest, sure the next step – buying components and more – will be in the best direction for you. I suggest starting with BBC micro:bit for the reason that with this cheap and powerful device you have the possibility to explore most of the possibilities offered by microcontrollers and languages.

     

    In fact, with 10 $ board, you have the basic components to manage a microcontroller, a set of essential sensors, a basic display, an easy way to make testing circuits (and a robust board too). With microbit you can start exploring more than a single language, at least to have an idea of how these works in the microcontroller world:

     

    • Program easily with the visual language Make Blocks. Then See what does it mean the same coding just switching the online editor and read and access the blocks corresponding Java language. In this step, you don't need to take care of the IDE and the editor, it is available online.
    • Program with micro Python from the same editor, another small step ahead. And start learning the bases of the second most popular programming language for microcontrollers.
    • Install a simple ide – the Mu Code and start programming the micro:bit with both micro Python and C

     

    After doing some projects following this approach sure you will have a better idea of what many things now seem obscure and critics become more understandable. Following this path, I think you find things you need and don't have: from the soldering iron to a good testing instrument, from searching a good manual or inventing a good project by yourself, breadboard, some more sensors, and so on. At this point, you have a more clear idea of what is the budget you can consider.

    Then if you can afford it try forking your activity comparing what you can do with this first microcontroller and the Arduinos family. But in the meantime, try starting exploring with a Raspberry Pi how many more projects can be done and what other things can't be as a microcontroller is needed. And so on.

    In the meantime, time passes, you can explore the incredible quantity of stuff available on this community, as well as following the new project, ideas, suggestions, challenges, road tests and more. And chat with us, don't be shy and ask; if your knowledge is zero (for now), you are only in the same condition where every other member was when started. And you find here a lot of valuable members happy to suggest, advice and support.

     

    In my opinion, this is the best way to invest your budget without spending money for nothing and learning new things and solutions every day.

     

    BTW, if you are interested in the micro:bit I published in past a series of workshop articles everyone focused on a different easy to do project, in a progressive growing complexity. Now the series is at the point of My coding and micro Python. I can send you privately a copy of these articles if you think they can be useful.

     

    Enrico

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Cancel
  • colporteur
    colporteur over 5 years ago

    What is your back ground?

     

    Your membership date indicates you have been with the community just short of a year. I will assume from that you have experienced the E14 community. Your message indicates you are new to programming. What does that mean in terms of experience?

     

    Providing your back ground (i.e. engineering student or high school student looking for technology career) can help members guide you. What access do you have to resources? Some programming can be done from the PC but if you are thinking maker, then you are might be interested in single board computers (SBC)related stuff.

     

    I'm currently working through an online programming course I hope to use on SBC's. Add a little CV to your questions and we can narrow down your search.

    • 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