Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Hardware Hacking Hardware Build

A 32-bit Development System For $2 138

An anonymous reader writes "If you are too cheap to buy a $20 Arduino or too elitist to not have at least a 32-bit processor, Dr. Dobb's shows you how to take a $2 chip, put it on a breadboard with a TTL serial (or USB) cable, and be up and running with a 32-bit C/C++ system. Even if you have to buy the breadboard and the cable, it is comparable in price to an Arduino and much more capable. The Mbed libraries (optional) make it as easy to use a 'duino, too."
This discussion has been archived. No new comments can be posted.

A 32-bit Development System For $2

Comments Filter:
  • Not news (Score:5, Insightful)

    by Anonymous Coward on Friday May 09, 2014 @01:52PM (#46961081)

    So you can take a $2 microcontroller, put it on your $10 breadbord, power it with your $100 variable power supply, wire it up with your $5 eBay chi.com wires, and talk to it with your $12 FTDI adapter. SO WHAT? This isn't news. This is what ARM developers have been doing since the damn chips came out.

  • by Anonymous Coward on Friday May 09, 2014 @01:58PM (#46961135)
    If you are going to go with an individual chip to be put on a breadboard or a breakout board, there have been a wide variety of chips in the $2-5 range for years. And like every other step of the price ladder, there are newer, better ones each year. The chips on a lot of the dev boards, even some $100+ ones are quite cheap. What you are paying for is the convenience of someone setting up a communication layer for you and having it all soldered together in a compact design. If you are trying to save money, you always have the option of using the chip directly, although some faster, smaller ones might be more difficult to setup depending on your soldering and PCB making skills. Although some of the cheap dev boards come out to about the same cost as buying a USB communication chip and socket anyway because they are selling at a loss or using volume discounts, so it is difficult to get the exact same prices of less. But if you already have a USB to TTL cable of some sorts, you just need the main processor chip in a lot of cases. Then it is about making sure you can initially program the chip, and it is useful to have good instructions (like this article) or tutorial instead of working that out from the datasheet.
  • Comment removed (Score:5, Insightful)

    by account_deleted ( 4530225 ) on Friday May 09, 2014 @01:59PM (#46961155)
    Comment removed based on user account deletion
  • I for one (Score:2, Insightful)

    by Anonymous Coward on Friday May 09, 2014 @02:09PM (#46961259)

    look forward to buying one, playing with it for a day, then throwing it in a drawer, never to be seen until I move.

  • by Anonymous Coward on Friday May 09, 2014 @02:18PM (#46961355)

    Huh? Have you actually looked at it in the last few years?

    This quarter, Walter Bright on writing languages, Dave Thomas (the Ruby guy) on why he regrets being one of the original signers of the the Agile Manifesto, Cay Horstmann's lengthy tutorial on Java 8 lambdas, Microsoft's compiler team on the most underused compiler switches for Visual C++. In addition, Jolt Awards, salary survey, and editorials that aren't shy, like this week's on companies using OSS without buying licenses. I read and love Dr. Dobb's and don't in anyway recognize what you're talking about.

  • by paulpach ( 798828 ) on Friday May 09, 2014 @02:24PM (#46961389)

    The cheapest breadboard I could find was $30.

    In other news, I also figured out how to get a great ride for $1. All you need to do is add a $1 car freshener to your existing BMW.

The hardest part of climbing the ladder of success is getting through the crowd at the bottom.

Working...