Live data from Hacker News

ARMing a Breadboard – Everyone Should Program an ARM

hackaday.com

11–20 of 74 posts

Re: ARMing a Breadboard – Everyone Should Program an ARM

#12
post #11

The STM32 dev boards already make this pretty easy. (Although setting up a free toolchain is a bit of a pain.)

Really?, it's pretty easy in my opinion on Debian/Ubuntu at least.

I just installed gcc and use openocd to program.

I'm fairly sure I just did "sudo apt-get install gcc-arm-none-eabi" for the compiler.

http://libopencm3.org/wiki/Main_Page is worth looking at too, in case you haven't seen it.

Re: ARMing a Breadboard – Everyone Should Program an ARM

#13
I too am often surprised at how often people reach for an Atmel 8 bit AVR chip rather than an ARM. It is a testament to the momentum that Atmel built, the avr-freaks community and the amazing cost effectiveness of it all.

But now we're seeing ARM chips with built in clocks, and fewer base components required and I think the end of that AVR dominance is on the horizon. And that is why Dialog is buying Atmel[1].

Getting started with ARM is easy with one of ST's Nucleo boards (which are kinda Arduino Shield compatible, the biggest issue I have hit is that i2c at 3.3v is an issue on some boards). Their Discovery boards are even more capable but can be a bit more work to breadboard with.

Once ARM put out a supported GCC on launchpad.net it really made it easy to get a development environment up (no more crosstool or other package for building a cross compiler).

[1] http://fortune.com/2015/09/21/dialog-buying-atmel/

Re: ARMing a Breadboard – Everyone Should Program an ARM

#15
post #8

Earlier quoted context omitted.

You can also use a voltage divider if you are willing to suffer a bit of leakage current. That's just 2 resistors.

The linear regulators we are talking about are basically voltage dividers with feedback. They aren't significantly more efficient than your design, though they are ton less noisy.

[deleted]

Re: ARMing a Breadboard – Everyone Should Program an ARM

#18

An an electronics hobbyist wannabe, may I please have the links for parts / assembling the 5v to 3.3v circuit needed to power this thing ?

Look at the application notes for any LDO 3.3V linear regulator i.e., MCP1702. Or you can power it from a 3.3V USB Serial cable...

Re: ARMing a Breadboard – Everyone Should Program an ARM

#20

An an electronics hobbyist wannabe, may I please have the links for parts / assembling the 5v to 3.3v circuit needed to power this thing ?

If you're interested in a higher-power version, I just used the SC189 3.3V switching power supply in a design of ours. It can supply 1.5A (provided of course your upstream power can too).

The datasheet (at http://www.semtech.com/images/datasheet/sc189.pdf) has several example circuits.

Post reply on HN