New board on eBay

RogerClark
Tue Apr 28, 2015 10:11 am
Hi Guys,

Check this one out.

It looks like its a sort of DigiSpark using STM32

But it is really expensive $23 assembled and $6 just for the PCB

http://www.ebay.com/itm/STM32-ARM-Ardui … 4adfd825f0

Data links to GitHub https://github.com/bobricius/Maple-Smar … cb-Crystal

Image

Image

Claims to be Maple Mini compatible

$6 is really expensive for the PCB, especially as its OpenSource. We could easily get any of the PCB fab places to make a batch for $10

But of course assembling is the tricky bit with SM chips :-(


madias
Tue Apr 28, 2015 10:36 am
SMD soldering isn’t a big thing, with a little practise much easier and faster(!) than through hole.
I prefer – as I posted on arduino forum – that we build a “community board” or PCB. With nice features like (jumperable) pullups for I2c, maybe a little bit bigger than the maple (50x50mm is a good choice, because it’s cheap to produce)
this (expensive) digispark one remebers me on majenko, he build a minimalistic usb-stick PIC32MX250, which is REALLY small ;)

zoomx
Tue Apr 28, 2015 1:34 pm
Interesting but expensive!

mrbwa1
Tue Apr 28, 2015 2:29 pm
I like the idea of a community board: I think it would need to be 2 boards, because I am interesting in a small form factor board, however I can see a larger board being good too (especially if we get the STM32F4 support worked out).

I saw this little board, but I’m not exactly sure of the purpose. There are only a couple of pins (I am seeing 5 GPIO?). Not sure I would bother with an STM32 that only has a couple of GPIO pins when I can get cheap tiny ATMega ot ATTiny setups. I can see how the processing power is nice, but still seems a bit small to me. That and I am always more interested in something I can easily battery bower than something with built in USB that is powering the board from 5v with a regulator. I would rather sort out the voltage myself for battery power.


mrburnette
Tue Apr 28, 2015 8:59 pm
Seeing the 32K crystal pads… has anyone resolved this yet?
Sure would be a neat trick to have RTC built-in.

mrbwa1 wrote:I like the idea of a community board: I think it would need to be 2 boards, because I am interesting in a small form factor board, however I can see a larger board being good too (especially if we get the STM32F4 support worked out).

I saw this little board, but I’m not exactly sure of the purpose. There are only a couple of pins (I am seeing 5 GPIO?). Not sure I would bother with an STM32 that only has a couple of GPIO pins when I can get cheap tiny ATMega ot ATTiny setups. I can see how the processing power is nice, but still seems a bit small to me. That and I am always more interested in something I can easily battery bower than something with built in USB that is powering the board from 5v with a regulator. I would rather sort out the voltage myself for battery power.


zoomx
Tue Apr 28, 2015 10:33 pm
mrburnette wrote:Seeing the 32K crystal pads… has anyone resolved this yet?
Sure would be a neat trick to have RTC built-in.

mrbwa1
Wed Apr 29, 2015 3:19 am
mrburnette wrote:

But you miss the point… the unit has embedded USB. This means that the board can cooperate with the PC software… native language, or Java as in Processing. It can also use the host PC as a gateway to the Internet and do Pub-Sub stuff. With many PC motherboards and Windows, one can wake up the OS from sleep by using USB (BIOS must be configured to keep power on USB and Windows must respect the request from device) so that HID keyboard can wake the PC. As a HID keyboard does not requires drivers under Windows, Linux, or OSX then one can see the appeal of this concept. Additionally, there is a HID keyboard Java application written by RaysHobby.net that allows 2-way communication so the device can be configured, etc. Once Adafruit employee Frank Zhao (USnoobie fame, Adafruit, now Sony Games) has documented this with their Pro Trinket device.
https://github.com/frank26080115/raysho … al-trinket Ray

strawberrymaker
Wed Apr 29, 2015 4:10 pm
madias wrote:SMD soldering isn’t a big thing, with a little practise much easier and faster(!) than through hole.
I prefer – as I posted on arduino forum – that we build a “community board” or PCB. With nice features like (jumperable) pullups for I2c, maybe a little bit bigger than the maple (50x50mm is a good choice, because it’s cheap to produce)
this (expensive) digispark one remebers me on majenko, he build a minimalistic usb-stick PIC32MX250, which is REALLY small ;)

RogerClark
Wed Apr 29, 2015 8:20 pm
Ok

I will add a board to the boards section. However I can’t do it this instance as I’m not in front of my PC

I will post later when its done

Ps, I recall someone on the Arduno.cc forum thread had made their own board, which perhaps we could use as a starting point.

Personally a Maple mini size board with a F103RET device is possibly the sweet spot, if we can squeeze the chip onto a board that small


strawberrymaker
Wed Apr 29, 2015 9:02 pm
@Roger
rather hard. seems like it would take up the most of the breadboard, with only one pin available. And i didnt looked how many io pins it got. I could imagine something like the pro nano but bit wider. But would be possible.

~Straw


RogerClark
Wed Apr 29, 2015 10:01 pm
I will change the title of the Custom boards section, to read Community and Custom boards, and move the relevant postings when I get chance.

If I get time I will see if I can email or pm the guys in the Arduino forum that made their own board. I know one guy on GitHub made is own maple ret 6 I think

Hopefully he will join the forum


ahull
Wed Apr 29, 2015 11:35 pm
zoomx wrote:mrburnette wrote:Seeing the 32K crystal pads… has anyone resolved this yet?
Sure would be a neat trick to have RTC built-in.

victor_pv
Thu Apr 30, 2015 6:10 pm
I remember someone did a version of the mini but a bit wider. i dont remember if it used the same MCU or an R one though, I believe it was a bigger MCU and that’s why he made a bigger board.

I can’t remember where I found it, but I remember the files were in Github.


madias
Thu Apr 30, 2015 7:29 pm
Victor: Do you mean this one?
https://ourduino.wordpress.com/2013/03/ … ni-part-1/

victor_pv
Fri May 01, 2015 7:42 pm
That was the one. There is a github repo with a few revisions.

There are also several designs on this github, some of them for 64pin F103:
https://github.com/siy/openstm32hw


Leave a Reply

Your email address will not be published. Required fields are marked *