comp.lang.ada
 help / color / mirror / Atom feed
From: Paul Rubin <no.email@nospam.invalid>
Subject: Re: ANN: Cortex GNAT RTS 2018-07-15
Date: Tue, 17 Jul 2018 12:46:48 -0700
Date: 2018-07-17T12:46:48-07:00	[thread overview]
Message-ID: <87fu0hprvb.fsf@nightsong.com> (raw)
In-Reply-To: lyk1pudmwi.fsf@pushface.org

Simon Wright <simon@pushface.org> writes:
>> I have two Trinket M0's
> Just a little bit too tiny for me! (8K flash, 512b ram). Candidates for
> a ZFP, I think.

8k flash is on the original Trinket with the ATTiny85.  The Trinket M0
has 256k flash and 32k ram and when you plug it into a USB port out of
the box, it's already running CircuitPython and you can type Python code
at it interactively, and you can also drag and drop files onto it since
it also presents a USB flash drive interface.  It's great.

See: https://www.adafruit.com/product/3500

There is a slightly bigger version called the Itsy Bitsy that's
basically the same board with more I/O pins and a 2MB SPI flash added:

  https://www.adafruit.com/product/3727

And a version of the Itsy Bitsy with a Cortex M4, 512k of on-chip
flash and 192k of ram, plus the SPI flash:

  https://www.adafruit.com/product/3800

There's also the even fancier Feather series, with more stuff on the M0
and M4 versions including an RTC crystal and a built-in JST connector
and lipo charger, so you can connect a lipo cell that automatically
charges whenever the board is connected to USB.  A completely no-fuss
way to make a low powered portable gadget.

Unfortunately there's no Trinket M4 in the works because the M4
processor has a bigger package that won't fit on the Trinket board.

These boards are cool as hell and they make it leagues easier to get
started with embedded programming.  You don't need any toolchain on your
PC except a text editor.  It's like an old Forth system but much nicer.


  reply	other threads:[~2018-07-17 19:46 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-15 19:41 ANN: Cortex GNAT RTS 2018-07-15 Simon Wright
2018-07-15 21:53 ` Paul Rubin
2018-07-16  8:53   ` fabien.chouteau
2018-07-16 11:56   ` Simon Wright
2018-07-27  9:07     ` Paul Rubin
2018-07-27 10:13       ` fabien.chouteau
2018-07-27 20:20       ` Simon Wright
2018-07-27 20:51         ` Paul Rubin
2018-07-28 11:18           ` Simon Wright
2018-07-16 14:56   ` Simon Wright
2018-07-17  2:14     ` Paul Rubin
2018-07-17  8:27       ` fabien.chouteau
2018-07-17  9:43         ` Paul Rubin
2018-07-17 10:21           ` fabien.chouteau
2018-07-17 13:14       ` Simon Wright
2018-07-17 19:46         ` Paul Rubin [this message]
2018-07-18  0:59           ` Paul Rubin
2018-07-18  7:27           ` Dmitry A. Kazakov
2018-07-18  8:29             ` Paul Rubin
2018-07-18 11:31         ` Tero Koskinen
2018-07-18 21:52           ` Paul Rubin
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox