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 ?
http://www.aliexpress.com/item/MB102-Breadboard-Power-Supply...
21–30 of 74 posts
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 ?
http://www.aliexpress.com/item/MB102-Breadboard-Power-Supply...
You can buy Arduinos on Aliexpress for USD1.80[1] and there are no comparable offers for ARM boards. [1] aliexpress.com/item/Free-Shipping-Nano-3-0-Controller-Board-Compatible-with-Arduino-Nano-CH340-USB-Driver/2021663360.html
They fill the "can't be bothered to read the 500 page long datasheet" niche for me nicely. I remember having to get along with datasheets and simple programmers and writing PIC assembly back in the 1990s and I'm glad that time is gone.
Earlier quoted context omitted.
If you don't have the cable, an arduino uno also works as a usb to serial adapter. https://www.arduino.cc/en/Tutorial/ArduinoToBreadboard To make 3.3V out of 5V you can use a voltage regulator.
If you want to do anything even semi-reliable with this thing you'll want a regulator on the board anyway. Wall warts are notoriously noisy.
I have a stash of old linear ones that aren't fortunately. Worth their weight in gold.
You can buy Arduinos on Aliexpress for USD1.80[1] and there are no comparable offers for ARM boards. [1] aliexpress.com/item/Free-Shipping-Nano-3-0-Controller-Board-Compatible-with-Arduino-Nano-CH340-USB-Driver/2021663360.html
Stm8, $1.28 http://m.aliexpress.com/item/32351992629.html
Stm32, $3.06 http://m.aliexpress.com/item/1568685935.html
Edit: my phone did a stupid.
This used to be a deterrent for me, but these days I just whip out my ExpressPCB and make a breakout board for the part that I'm interested in playing with. The price is really manageable. Typically my breakout board includes a few basic goodies such as decoupling caps, and a 3.3 V regulator.
But I appreciate the simplicity of being able to just breadboard something.
One reason that this works so well is the chip has a built-in serial bootloader.
That's a nice touch.
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]. Gettin…
The ARM used in the article is the only TDH available AFAIK.
If you're interested in low-level code (assembly, JITs, Forth, etc.), note that official documentation for the ARM ISA has considerable encumbrance. It's not like most architectures where you just go to the manufacturer's website and download a PDF of the programming manual; ARM makes you register an account and agree to a rather restrictive clickwrap license (something to the effect of "you're only allowed to use th…
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]. Gettin…
I'm just an amateur in this area, so if someone who is more knowledgeable could confirm or deny with I wrote above that would be great.