<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>SparkFun Electronics Comments</title>
<link href="https://www.sparkfun.com/"></link>
<id>urn:uuid:214d0e4e-f1b1-d287-ce26-ac5b4c9f8249</id>
<updated>2017-07-14T05:02:47-06:00</updated>
<author><name>SparkFun Electronics</name>
</author>
<link href="https://www.sparkfun.com/feeds/comments" rel="self" type="application/atom+xml"></link>
<entry>
<title>Customer #34440 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #34440</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-593eeee47e7fa855188b4567"></link>
<id>urn:uuid:67167259-e35e-1640-a0bc-e35c001bec80</id>
<updated>2017-06-12T13:43:32-06:00</updated>
<content type="html">&lt;p&gt;I downloaded the bootloader from github, but it doesn&amp;rsquo;t build with the latest (1.8.2) Arduino toolchain.  I&amp;rsquo;ve modified the paths in the Makefile but some fields in drivers/cdc_enumerate.c don&amp;rsquo;t quite match up.  It looks like you guys started with an old version of the Atmel bootloader code and then modified it.  I think I can modify your cdc_enumerate.c with the code from the latest Atmel AT07175, but it might be easier to just go back to the Arduino toolchain you originally built this with.  Do you remember which version of the toolchain you used?&lt;/p&gt;</content>
</entry>
<entry>
<title>ErieRider on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>ErieRider</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5907ecd7fa2a50402f8b4567"></link>
<id>urn:uuid:ffd7d620-9e1a-bbaf-bc04-bcd72198470a</id>
<updated>2017-05-01T20:20:07-06:00</updated>
<content type="html">&lt;p&gt;I purchased this mini-breakout for the SAMD21 to determine if I can use it as basis of a development board for my embedded systems class.  Since I want students to purchase the parts and assemble their own boards, I need them to use a Bootloader, not purchase their own Atmel ICE (they will use the department ICE once to flash the Bootloader).  I ran into a lot of problems making this happen that I want to share with you so that you might not have to struggle as I did.
&lt;em&gt;First, the SAM-BA 2.16 utility in &lt;strong&gt;its current configuration is not usable, at all&lt;/strong&gt; because it only allows you to flash .bin files starting at address 0x6000.  Meanwhile, the bootloader you flash to the SAMD21 (with your ICE) assumes that the user program starts at address 0x1000 or 0x2000 depending on which you flash.  You need to get yourself the SAM-BA 2.15 utility which Lars over at AVR freak generously uploaded &lt;a href=&quot;http://community.atmel.com/forum/sam-ba-216-samd21g16a-bootloader-issue&quot; rel=&quot;nofollow&quot; &gt;here&lt;/a&gt;.
&lt;/em&gt;Second, since the SAM-BA 2.15 utility only allows you to flash a user program starting at address 0x2000, you will need to flash the USART/USB combined bootloader onto your SAMD21 using the ICE.  This combined bootloader assumes that user program will be flashed to address 0x2000.
&lt;em&gt;Third, in Atmel Studio you will need to compile your code so that it targets address 0x2000.  To do this select Project -&gt; Options -&gt; Toolchain -&gt; ARM/GNU Linker -&gt; Miscellaneous and add: * -Wl,&amp;ndash;section-start=.text=0x2000&lt;/em&gt; at the end of the Linker Flags list.
*Fourth, you need to ground out &amp;ldquo;pin 5&amp;rdquo; on the SAMD21 breakout when pressing the reset button.  This will boot the SAMD21 into bootloader mode allowing the SAM-BA 2.15 utility to talk to the SAMD21 bootloader.
I am probably forgetting several things, but this list should save you several hours.  If you know of a version of the SAM-BA 2.15 or 2.16 utility that allows a user to flash to address 0x1000, I would be much obliged if you would provide a link.  I hate wasting the 0x1000 bytes of memory on a kludge, but I am not in the mood to recompile the SAM-BA utility.&lt;/p&gt;</content>
</entry>
<entry>
<title>TomKeddie on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>TomKeddie</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5907752af3b1a81b3f8b4567"></link>
<id>urn:uuid:05fdf322-0a45-7c9e-86a2-d171e1cc8a2c</id>
<updated>2017-05-01T11:49:30-06:00</updated>
<content type="html">&lt;p&gt;I added support to the Microsoft UF2 booloader for this board.  See https://github.com/Microsoft/uf2-samd21 and https://github.com/Microsoft/uf2-samd21/pull/17.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;This repository contains a bootloader, derived from Atmel&amp;rsquo;s SAM-BA, which in addition to the USB CDC (serial) protocol, also supports the USB MSC (mass storage).&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;You can build it with
    make BOARD=sparkfun-samd21-mini&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #131429 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #131429</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-58ee1a98f3b1a836398b4567"></link>
<id>urn:uuid:58e10295-1698-63cd-da88-4b88349e572b</id>
<updated>2017-04-12T06:16:24-06:00</updated>
<content type="html">&lt;p&gt; I tried Standby Mode using Arduino RTCZero library. I have also removed the Power LED and supplies 3.3V directly at 3.3V pin (by passing LDO). I’m getting current in range of 300uA.
Considering ATsamD21 can go down to 10uA this is too much current drawn!!&lt;/p&gt;

&lt;p&gt;Not sure if its due to Hardware of &lt;strong&gt;Sparkfun board&lt;/strong&gt; or the &lt;strong&gt;Arduino RTCZero Library&lt;/strong&gt;&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #131429 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #131429</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-58ee175bf3b1a85d158b4568"></link>
<id>urn:uuid:4e895f04-f6d5-32e3-e084-002a5d7e40e0</id>
<updated>2017-04-12T06:02:35-06:00</updated>
<content type="html">&lt;p&gt;Hi All,
I tried &lt;strong&gt;Standby Mode&lt;/strong&gt; using &lt;a href=&quot;https://www.arduino.cc/en/Tutorial/SleepRTCAlarm&quot; rel=&quot;nofollow&quot; &gt;this&lt;/a&gt; &lt;strong&gt;RTCZero&lt;/strong&gt; library.
I have also &lt;strong&gt;removed&lt;/strong&gt; the &lt;strong&gt;Power LED&lt;/strong&gt; and supplies &lt;strong&gt;3.3V directly at 3.3V pin&lt;/strong&gt; (by passing LDO).
I&amp;rsquo;m getting current in range of &lt;strong&gt;300uA&lt;/strong&gt; which is Okayish.. considering ATsamD21 can go down to &lt;strong&gt;10uA&lt;/strong&gt;. Can someone suggest what else I can try?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Is this due to Hardware of &lt;strong&gt;Sparkfun board&lt;/strong&gt;?&lt;/li&gt;
&lt;li&gt;Is there something can be done in &lt;strong&gt;RTCzero library&lt;/strong&gt; to decrease &lt;strong&gt;Stand by Current&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Please advice..&lt;/p&gt;</content>
</entry>
<entry>
<title>Drew Folta on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Drew Folta</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-58ea7651f3b1a8e93a8b4569"></link>
<id>urn:uuid:495b38d4-072c-c37e-4d2e-6807d5a17695</id>
<updated>2017-04-09T11:58:41-06:00</updated>
<content type="html">&lt;p&gt;The RTCZero standbyMode() actually puts the device into standby mode (also known as deep sleep). Here&amp;rsquo;s its implementation:
https://github.com/arduino-libraries/RTCZero/blob/c481302b6812a139d59eeb5da7d2a4cc4eefa73d/src/RTCZero.cpp#L133
For my project I have both TC4 and TC5 configured with RUNSTDBY so that they continue running during standby. Section 15.6.2.8 of the SAM D21 datasheet has lots of details.&lt;/p&gt;</content>
</entry>
<entry>
<title>KimLorentz on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>KimLorentz</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-58ea5f6dfa2a5065718b4567"></link>
<id>urn:uuid:3ef4b5ee-f657-a7ad-115b-9583e973f9c7</id>
<updated>2017-04-09T10:21:01-06:00</updated>
<content type="html">&lt;p&gt;Whats the code for sleep mode?
I need help for standby and sleep mode.&lt;/p&gt;</content>
</entry>
<entry>
<title>KimLorentz on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>KimLorentz</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-58ea5dd7f3b1a8203a8b4567"></link>
<id>urn:uuid:35865685-64d7-a7f5-62f9-5c6ec443ce3e</id>
<updated>2017-04-09T10:14:15-06:00</updated>
<content type="html">&lt;p&gt;Does anyone have ann code for standby and sleep mode?
I got the standby to work, but not able to og to sleep mode.&lt;/p&gt;

&lt;p&gt;My Projects needs the sleep mode current to be low.&lt;/p&gt;</content>
</entry>
<entry>
<title>Mirmathrax on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Mirmathrax</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5840ac01f3b1a803638b4567"></link>
<id>urn:uuid:16a77ee2-7ae3-ff0e-27bd-366ceeb009a8</id>
<updated>2016-12-01T16:02:25-07:00</updated>
<content type="html">&lt;p&gt;I just bought this mini breakout and I need to run 6 analog devices on it (4 gas sensors and 2 photocells).  The specifications say there are 14 ADC lines, but the board only has A0 - A3 labelled.  How do I get access to the other ADC lines?  Where are they physically on the board and how do I reference them in the Arduino IDE?  Thanks!&lt;/p&gt;</content>
</entry>
<entry>
<title>Bunk on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Bunk</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-58099461f3b1a88b6e8b4568"></link>
<id>urn:uuid:1e581eac-c052-fe0a-ac04-06ff06073470</id>
<updated>2016-10-20T22:06:57-06:00</updated>
<content type="html">&lt;p&gt;I am trying to write a program for this using atmel studio but the program never seems to start. I am uploading it by taking the .bin file atmel studio generates and using bossac. If i generate the bin file with the Arduino IDE, it works so theres some initialization I&amp;rsquo;m missing. Is there some startup code I need to setup?&lt;/p&gt;

&lt;p&gt;Here is the program I am trying to run:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;int main(void){
    SystemInit();
    REG_PORT_DIR0 |= PORT_PA17;
    REG_PORT_OUT0 |= PORT_PA17;
    while (1){}
}
&lt;/code&gt;&lt;/pre&gt;</content>
</entry>
<entry>
<title>Customer #32186 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #32186</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-57ac9dd1757b7f59318b4567"></link>
<id>urn:uuid:9ce5f198-3961-9994-7c83-10f407c1d0eb</id>
<updated>2016-08-11T09:46:25-06:00</updated>
<content type="html">&lt;p&gt;Adding a 10uF to GND on the reset pin fixes the problem.  This seems like a bit of a band-aid though, since the SAMD21 includes a fairly sophisticated power-on reset of it&amp;rsquo;s own.  I&amp;rsquo;m guessing there is something a bit funny going on in the startup code in the bootloader.  Will look into it later when we attempt to customize it.&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #32186 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #32186</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-57ac62b0ce395fb20f8b4567"></link>
<id>urn:uuid:e5398647-2580-d8d4-7df7-49776979b84c</id>
<updated>2016-08-11T05:34:08-06:00</updated>
<content type="html">&lt;p&gt;Love the board!  We&amp;rsquo;re using a bunch of them in a project for a lab here.
We&amp;rsquo;d like to customize the bootloader as we have the boards on a shared serial bus and would like to be able to add some sort of addressing scheme.&lt;/p&gt;

&lt;p&gt;I&amp;rsquo;d prefer not to buy IAR tools.  I notice the stock Arduino Zero bootloader can be built with gcc/make.  Can the customized sparkfun one be built successfully with open-source tools?  Or, is there a list of patches against the Arduino Zero one?&lt;/p&gt;

&lt;p&gt;We can sort this all out ourselves given time (and eager students) but if you guys have any suggestions it would be great.&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #32186 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #32186</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-57ab3de8ce395f755e8b4568"></link>
<id>urn:uuid:02d4a30d-b7e9-9a08-70d6-fae80dd3e855</id>
<updated>2016-08-10T08:44:56-06:00</updated>
<content type="html">&lt;p&gt;The power-up reset doesn&amp;rsquo;t seem to work.  Is this expected?
If we download a simple blinky light sketch it runs as expected if the USB cable is connected.
If we power the board using 5V on VIN the sketch doesn&amp;rsquo;t start unless the reset button is pressed.&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #817969 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #817969</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-579f4b0c757b7f835e8b4567"></link>
<id>urn:uuid:90507fb8-e776-f296-3722-67f9b8d4d7ea</id>
<updated>2016-08-01T07:13:48-06:00</updated>
<content type="html">&lt;p&gt;Hi!How can I upload an Exported bin sketch (from Arduino IDE ) to the SAMD21 mini ?&lt;/p&gt;

&lt;p&gt;I have Atmel Studio 7 and the Atmel Ice?Is there any particular setting ?&lt;/p&gt;</content>
</entry>
<entry>
<title>kapurar on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>kapurar</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-57891346757b7f0b648b4567"></link>
<id>urn:uuid:28762a4a-6fb5-c62a-41ab-2c569b3a7214</id>
<updated>2016-07-15T10:45:58-06:00</updated>
<content type="html">&lt;p&gt;FreeRTOS&lt;/p&gt;

&lt;p&gt;How easy is it to run FreeRTOS on this or the FreeRTOS port that was ported to arduino on this? Does anyone have any experience?&lt;/p&gt;</content>
</entry>
<entry>
<title>Albert van Dalen on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Albert van Dalen</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-572856d8ce395f65398b4567"></link>
<id>urn:uuid:6665c666-6e01-0734-f50d-ac114e62746b</id>
<updated>2016-05-03T01:44:24-06:00</updated>
<content type="html">&lt;p&gt;Downloading programs to the Mini Breakout was going very slowly, unlike my Arduino Zero. I&amp;rsquo;ve updated the boot loader and now the Mini Breakout downloads fast.
(I can program a boot loader into a SAM D21 myself with a modified Arduino Zero board)&lt;/p&gt;</content>
</entry>
<entry>
<title>PICDude on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>PICDude</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-572377ab757b7f552f8b4567"></link>
<id>urn:uuid:ec5010c0-9b6a-1440-505a-dd7c284a1da6</id>
<updated>2016-04-29T09:03:07-06:00</updated>
<content type="html">&lt;p&gt;Ah!  Got it, must have been looking at the wrong file&amp;hellip;&lt;/p&gt;

&lt;p&gt;Is it possible to re-map the Serial0 UART to any of the other available pins to allow two hardware UARTs and SPI/I2C? (realizing that this reduces available pins pretty far!)&lt;/p&gt;</content>
</entry>
<entry>
<title>Jimb0 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Jimb0</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-57237092757b7fa9318b4567"></link>
<id>urn:uuid:8012c377-5a2d-86c4-1466-dd1f59063b59</id>
<updated>2016-04-29T08:32:50-06:00</updated>
<content type="html">&lt;p&gt;Yup, it&amp;rsquo;s just a few-line change &lt;a href=&quot;https://github.com/sparkfun/Arduino_Boards/blob/master/sparkfun/samd/variants/SparkFun_SAMD_Mini/variant.h#L130&quot; rel=&quot;nofollow&quot; &gt;here in Variants.h&lt;/a&gt;.&lt;/p&gt;</content>
</entry>
<entry>
<title>PICDude on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>PICDude</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-57236470757b7fcb758b4567"></link>
<id>urn:uuid:8c2d40d1-0dba-ca9a-c5b8-41283a387572</id>
<updated>2016-04-29T07:41:04-06:00</updated>
<content type="html">&lt;p&gt;Cool news!&lt;/p&gt;

&lt;p&gt;I was looking though the &amp;ldquo;variant&amp;rdquo; files for the SAMD21 mini breakout and I can&amp;rsquo;t see where the re-mapping was done (it all appeared to be Zero defaults).  Can you show us how the remap was done?&lt;/p&gt;

&lt;p&gt;Maybe I&amp;rsquo;m looking at the wrong package&amp;hellip;&lt;/p&gt;</content>
</entry>
<entry>
<title>Drew Folta on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Drew Folta</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56d5e419ce395fd1538b4567"></link>
<id>urn:uuid:079371fb-11aa-ab85-b2a9-bf9f27460af8</id>
<updated>2016-03-01T11:48:57-07:00</updated>
<content type="html">&lt;p&gt;Makes sense. The trick with this product is that it&amp;rsquo;s not an arduino zero clone (the pins and sercoms are slightly different) so platformio might have a little trouble incorporating it. Regardless, it&amp;rsquo;s up to them to figure this out :) (Hopefully they have a tool to generate their configs from the arduino boards json.)&lt;/p&gt;</content>
</entry>
<entry>
<title>M-Short on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>M-Short</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56d5bd53757b7f8b728b4567"></link>
<id>urn:uuid:6566a147-37c1-56b4-4a3d-4f6693c6cac9</id>
<updated>2016-03-01T09:03:31-07:00</updated>
<content type="html">&lt;p&gt;As far as I know we&amp;rsquo;ve never worked with these guys or heard of them, so any additions will not be coming from us.  That being said, their site says it supports both Arduino and Atmel Sam chips.  I haven&amp;rsquo;t dug deep into that to figure out exactly what that means, but this is basically an Arduino Zero and uses an Atmel SamD21 chip, so you might be able to get it to work as is.&lt;/p&gt;</content>
</entry>
<entry>
<title>Drew Folta on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Drew Folta</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56d4fe0cce395fbe2a8b4567"></link>
<id>urn:uuid:ec2ad9db-eb8f-ba99-8a4a-33a337674f9a</id>
<updated>2016-02-29T19:27:24-07:00</updated>
<content type="html">&lt;p&gt;Is there any plan to add this to platformio? It looks like the following file will need to be updated:
https://github.com/platformio/platformio/blob/develop/platformio/boards/sparkfun.json
(Hmmm&amp;hellip; it&amp;rsquo;s probably more complicated than just updating that file&amp;hellip;)&lt;/p&gt;</content>
</entry>
<entry>
<title>arzaman on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>arzaman</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56ba6aec757b7feb3a8b4567"></link>
<id>urn:uuid:fe68ba64-d005-205b-496a-76ef05eceb59</id>
<updated>2016-02-09T15:40:44-07:00</updated>
<content type="html">&lt;p&gt;does anyone working with this mini breakout or arduino zero succeed in interfacing with low cost 0,96&quot; or 1,3&quot; OLED display in any combination of driver SSD1306 or SH1106 and with any graphic libraries&lt;/p&gt;

&lt;p&gt;thanks
Davide&lt;/p&gt;</content>
</entry>
<entry>
<title>arzaman on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>arzaman</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56b3d319757b7f24098b4567"></link>
<id>urn:uuid:38b19374-b857-9212-bbf3-b7fc97bf03a7</id>
<updated>2016-02-04T15:39:21-07:00</updated>
<content type="html">&lt;p&gt;Thanks for suggestion but I was looking more to a library components for eagle schematic and footprint for pcb
I&amp;rsquo;m integrating breakout in a circuit and eagle library of the breakout helps me&lt;/p&gt;</content>
</entry>
<entry>
<title>Toni_K on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Toni_K</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56b22d82757b7f80508b4567"></link>
<id>urn:uuid:926978fe-fde5-8e82-94fb-0a91f1172ab2</id>
<updated>2016-02-03T09:40:34-07:00</updated>
<content type="html">&lt;p&gt;You can actually find all of the Eagle parts for this board in the temp library in the product repository &lt;a href=&quot;https://github.com/sparkfun/SAMD21_Mini_Breakout/tree/master/Hardware&quot; rel=&quot;nofollow&quot; &gt;here&lt;/a&gt;.&lt;/p&gt;</content>
</entry>
<entry>
<title>arzaman on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>arzaman</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56b1ea4c757b7fe9688b4567"></link>
<id>urn:uuid:37aaf398-6558-5129-1d83-6f95206b67ef</id>
<updated>2016-02-03T04:53:48-07:00</updated>
<content type="html">&lt;p&gt;Does anyone has a good  Eagle library (.lbr) file for this nice breakout ?
thanks
Davide&lt;/p&gt;</content>
</entry>
<entry>
<title>KimLorentz on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>KimLorentz</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56892316ce395f64208b4567"></link>
<id>urn:uuid:e4a85a24-2c01-aae5-2e39-6f9a60fedbe4</id>
<updated>2016-01-03T06:33:10-07:00</updated>
<content type="html">&lt;p&gt;This mini breakout board is small and powerfull. Love using it.&lt;/p&gt;

&lt;p&gt;As a note I edit the variant files on the sparkfun board to give me Serial 2 and Serial 3. Dont need them right now but good to have. I have tested these Serials and thay are working.&lt;/p&gt;

&lt;p&gt;All info can be found on Sparkfun Forum. Link: https://forum.sparkfun.com/viewtopic.php?f=32&amp;amp;t=42698&amp;amp;p=186984&amp;amp;hilit=SAMD21+Serial2#p186984&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #230150 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #230150</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5669d29ace395fed448b4567"></link>
<id>urn:uuid:340e9ad7-f9c2-5cc1-bf79-3cce110830fd</id>
<updated>2015-12-10T12:29:30-07:00</updated>
<content type="html">&lt;p&gt;Nice little board but, increasingly, I find that such low pin count devices are becoming less and less useful for my projects especially with all the pin sharing current microcontrollers do.  By the time you use a few of the on-board peripherals you end up with very few/no GPIOs. Teensy 3.2, the Pro Mini, this board all fall into this category.  I love Teensy because of it&amp;rsquo;s M4 processor but the board layout/pinout is a challenge.&lt;/p&gt;

&lt;p&gt;Anyway I&amp;rsquo;d find this board much more attractive if it used a ATSAMD21J18  and was lengthened to accommodate the additional pins (8 per side). The 16 additional I/O&amp;rsquo;s would make it much more flexible and useful for a larger number of projects. Is there a marketing reason backed up by actual data that says you have to stick to so close to the Pro Micro /Teensy form factor ?&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #749535 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #749535</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5668da7ece395f98648b4568"></link>
<id>urn:uuid:ac39824d-2c0d-38a4-832d-ae4037ec0119</id>
<updated>2015-12-09T18:50:54-07:00</updated>
<content type="html">&lt;p&gt;Including the LiPo charger would be great! +1 to that suggestion :)&lt;/p&gt;</content>
</entry>
<entry>
<title>Pathogen-David on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Pathogen-David</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-565c8e1ece395fc4528b4567"></link>
<id>urn:uuid:a68d4be6-0a41-541e-8e7e-9df86d2024f5</id>
<updated>2015-11-30T10:57:50-07:00</updated>
<content type="html">&lt;p&gt;In the graphical datasheet, PA14 is marked as I2C-capable. However, the Atmel datasheet does not mark this pin as I2C-capable. (It seems no PAD2 or PAD3 pins are I2C capable, actually.)&lt;/p&gt;</content>
</entry>
<entry>
<title>Drew Folta on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Drew Folta</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56592c1bce395ff2578b4567"></link>
<id>urn:uuid:f6fc5112-9c38-c592-0438-c82e73017408</id>
<updated>2015-11-27T21:22:51-07:00</updated>
<content type="html">&lt;p&gt;I did some playing around. With the power LED, &lt;code&gt;SerialUSB.begin(9600)&lt;/code&gt;, and &lt;code&gt;attachInterrupt(9, cb, HIGH)&lt;/code&gt; I saw about 17.1mA. When I then use that interrupt handler to turn on the builtin LED (arduino pin 13) I saw about 20.3mA.&lt;/p&gt;

&lt;p&gt;I then added &lt;code&gt;EIC-&amp;gt;WAKEUP.bit.WAKEUPEN7 = 1&lt;/code&gt; so that arduino pin 9 could wake the device from deepsleep. I also used a copy of &lt;code&gt;standbyMode()&lt;/code&gt; from RTCZero library for putting the device to sleep. With all that I got the device to sleep then wakeup when pin 9 went high. Otherwise same setup as above, and with the builtin LED off I saw about 8.3mA and about 11.6mA with it on.&lt;/p&gt;

&lt;p&gt;Then I cut SJ1 on the back to disconnect the power LED. While sleeping, I saw about 1.3mA with the builtin LED off and about 4.8mA with it on.&lt;/p&gt;

&lt;p&gt;Interpretations. Looks like the builtin LED uses about 3.2mA and the power LED uses about 7mA. Looking at the SAM-D21 datasheet it looks like deepsleep could be made more efficient by turning off or slowing down the peripheral clocks, but at 1.3mA I&amp;rsquo;m super happy and likely won&amp;rsquo;t bother with that.&lt;/p&gt;

&lt;p&gt;Major caveats: I&amp;rsquo;m a beginner. My multimeter is cheap and likely not very accurate. BTW, I had trouble waking the device from sleep to program it, so I wired in a second digital pin to disable sleep :)&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #225064 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #225064</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5656b3d0757b7f5f0a8b4567"></link>
<id>urn:uuid:db164b6b-a88f-1d4f-df3f-4bff420b9fe9</id>
<updated>2015-11-26T00:25:04-07:00</updated>
<content type="html">&lt;p&gt;The correct form is: analogReference(AR_EXTERNAL);
There needs to be an AR_ prefix attached to the various analog reference modes.&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #225064 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #225064</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-565667d0757b7f7b288b4567"></link>
<id>urn:uuid:ee39c4bf-e816-714e-5914-17f07dc06d61</id>
<updated>2015-11-25T19:00:48-07:00</updated>
<content type="html">&lt;p&gt;Does this board support an external analog reference when using the Arduino IDE? When I try the following: analogReference(EXTERNAL);
I get an error: &amp;ldquo;invalid conversion from &amp;lsquo;int&amp;rsquo; to &amp;lsquo;eAnalogReference&amp;rdquo;&lt;/p&gt;</content>
</entry>
<entry>
<title>Jimb0 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Jimb0</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5655dea9ce395f97668b4567"></link>
<id>urn:uuid:72889c03-f64d-5783-a662-a39f16fd282a</id>
<updated>2015-11-25T09:15:37-07:00</updated>
<content type="html">&lt;p&gt;Correct on all fronts. This board doesn&amp;rsquo;t break out the default Arduino SPI pins (those on what would be the ICSP header of an Arduino Uno). Instead the SPI port is mapped to pins 10-13 (SS, MOSI, MISO, and SCK, respectively).&lt;/p&gt;

&lt;p&gt;PB22 and PB23 are also not available, and the pin 0/1 RX and TX are assigned to the &lt;code&gt;Serial1&lt;/code&gt; object.&lt;/p&gt;</content>
</entry>
<entry>
<title>PICDude on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>PICDude</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5655d978757b7f933d8b4567"></link>
<id>urn:uuid:46b6c435-8f6f-39a0-4323-859da126fe48</id>
<updated>2015-11-25T08:53:28-07:00</updated>
<content type="html">&lt;p&gt;Ordered two of these, and although I&amp;rsquo;m not 100% sure, it looks like the SPI port that is implemented is not the default one that is used by the Arduino IDE.&lt;/p&gt;

&lt;p&gt;The Zero schematic suggests that the SPI port on pins: PB10, PB11 and PA12 is the default.  Perhaps someone can confirm?&lt;/p&gt;

&lt;p&gt;Also, the RX/TX map to what is essentially the &amp;ldquo;second&amp;rdquo; serial port; SERIAL1.  PB22 and PB23 are the default SERIAL0. The schematic suggests that SERIAL0 is connected to the EDBG header, but it&amp;rsquo;s not clear which pins would be used.&lt;/p&gt;</content>
</entry>
<entry>
<title>Jimb0 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Jimb0</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5654b3b2ce395fff288b4569"></link>
<id>urn:uuid:b50d86e2-cd5c-5677-198d-7f05d66a1304</id>
<updated>2015-11-24T12:00:02-07:00</updated>
<content type="html">&lt;p&gt;Our Arduino board definition for the Mini Breakout assigns SPI to pins 10-13 &amp;ndash; similar to the signal pinout on ATmega328-based Arduinos (10=SS, 11=MOSI, 12=MISO, 13=SCK).&lt;/p&gt;</content>
</entry>
<entry>
<title>Jimb0 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Jimb0</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56549db5757b7fce138b4567"></link>
<id>urn:uuid:33e64fc1-c04a-f6e2-24e7-fe8122293352</id>
<updated>2015-11-24T10:26:13-07:00</updated>
<content type="html">&lt;p&gt;The SPI port doesn&amp;rsquo;t default to pins 10-13 on the SAMD Mini like it does on the Arduino Pro Mini &amp;ndash; that&amp;rsquo;s probably what&amp;rsquo;s causing the issues. Luckily there is an unused SERCOM port on those pins, so we should be able to make it work.&lt;/p&gt;

&lt;p&gt;We&amp;rsquo;ve released an updated Arduino board package which adds an additional board definition for the Mini boards, equipping them with SPI on pins 10-13. If you go to your Arduino Board Manager, and click &amp;ldquo;Update&amp;rdquo; on the &amp;ldquo;SparkFun SAMD Boards&amp;rdquo; package (you may have to open and close the Board Manager twice), that should add the extra &amp;ldquo;SparkFun SAMD21 Mini Breakout&amp;rdquo; option on the boards menu. Try uploading with that board selected &amp;ndash; seems to be working for me with an SD card.&lt;/p&gt;</content>
</entry>
<entry>
<title>Jimb0 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Jimb0</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5653582a757b7f81408b4567"></link>
<id>urn:uuid:fbcd13be-e1d9-905f-09c9-277dd55df5bc</id>
<updated>2015-11-23T11:17:14-07:00</updated>
<content type="html">&lt;p&gt;The debug header is 0.05&quot;-pitch. &lt;a href=&quot;https://learn.sparkfun.com/tutorials/samd21-minidev-breakout-hookup-guide/samd21-mini-breakout-overview#debug&quot; rel=&quot;nofollow&quot; &gt;This section&lt;/a&gt; of the Hookup Guide has a bit more info on the connector and recommends a header.&lt;/p&gt;</content>
</entry>
<entry>
<title>Chibi on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Chibi</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-565349c4ce395f6c628b4567"></link>
<id>urn:uuid:c83e7c9f-7b46-8592-f229-bf066775b289</id>
<updated>2015-11-23T10:15:48-07:00</updated>
<content type="html">&lt;p&gt;What spacing are the 5x2 header pins? What is the part number for Break Away Headers for the 5x2 pins?&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Note: The breakout does NOT have headers installed and will need to purchased and soldered on yourself. Check the Recommended Products section below for the type of headers we use in the Hookup Guide!&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;All the headers in the referenced document are .1 inch spacing and the 5x2 arrays appear much smaller than .1 spacing.&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #286247 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #286247</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5650c52c757b7f02458b4567"></link>
<id>urn:uuid:5f4690e7-2fff-394b-c2c2-3cff4a39bbdb</id>
<updated>2015-11-21T12:25:32-07:00</updated>
<content type="html">&lt;p&gt;I have the SD card connected with pin 9 as the chip select.  Sam won&amp;rsquo;t initialize the card.  All I did was pop out the pro mini 3.3v and popped this in the board.  Code compiles and downloads but won&amp;rsquo;t initialize card.  The pro mini had no issues with the SD on my board.&lt;/p&gt;</content>
</entry>
<entry>
<title>M-Short on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>M-Short</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-564f45cbce395f0e518b4568"></link>
<id>urn:uuid:9aebee9a-413f-28e6-8994-1fc4182a543a</id>
<updated>2015-11-20T09:09:47-07:00</updated>
<content type="html">&lt;p&gt;The regulator we use on this is the &lt;a href=&quot;http://www.diodes.com/_files/datasheets/AP2112.pdf&quot; rel=&quot;nofollow&quot; &gt;ap2112k&lt;/a&gt;.  I&amp;rsquo;m not sure what setup the Zero uses, but its probably not going to be exactly the same.  Feel free to check out the schematic (in the documents section) or the datasheet for &lt;a href=&quot;http://www.diodes.com/_files/datasheets/AP2112.pdf&quot; rel=&quot;nofollow&quot; &gt;ap2112k&lt;/a&gt;.&lt;/p&gt;</content>
</entry>
<entry>
<title>Drew Folta on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Drew Folta</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-564ea063ce395fdf498b4567"></link>
<id>urn:uuid:ff04e17f-fbdc-970f-557a-ccd446ff0def</id>
<updated>2015-11-19T21:24:03-07:00</updated>
<content type="html">&lt;p&gt;I&amp;rsquo;m curious about the overhead/efficiency of the power regulation on board. Will this work if I plug a lipo (3.7-4.2v) into VIN? Does it have the same DC-DC converter and LDO voltage regulator pair that the Zero has?&lt;/p&gt;

&lt;p&gt;Basically I want to run this for 7 days from a 2500mAh lipo, which I think works out to an average current of 13mA. I&amp;rsquo;m hoping to make heavy use of standby mode to accomplish this, but I&amp;rsquo;m worried about &amp;ldquo;station keeping&amp;rdquo; components such as the regulator(s).&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #160179 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #160179</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-564adc19ce395f5a298b4567"></link>
<id>urn:uuid:4a4b7286-c5dd-ccd8-181c-d5c7c9cd1052</id>
<updated>2015-11-17T00:49:45-07:00</updated>
<content type="html">&lt;p&gt;Great. SparkFun is awesome! Thank you.&lt;/p&gt;</content>
</entry>
<entry>
<title>bentwookiee on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>bentwookiee</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-564a00f8757b7f2f028b4567"></link>
<id>urn:uuid:cc883377-f4dc-3fdc-0854-aa55aca093fa</id>
<updated>2015-11-16T09:14:48-07:00</updated>
<content type="html">&lt;p&gt;If anyone is looking for a debug header, part# 20021111-00010T4LF from FCI looks like a good candidate.  Also, I highly recommend the Atmel-ICE debugger, for those going beyond the Arduino IDE.&lt;/p&gt;</content>
</entry>
<entry>
<title>Jimb0 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Jimb0</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5649fa7f757b7f617b8b4567"></link>
<id>urn:uuid:5f06a6a5-249e-f112-5601-a9af914cc982</id>
<updated>2015-11-16T08:47:11-07:00</updated>
<content type="html">&lt;p&gt;We could probably find a better home for it. For now it&amp;rsquo;s in our &lt;a href=&quot;https://github.com/sparkfun/Arduino_Boards/tree/master/sparkfun/samd/bootloaders/zero&quot; rel=&quot;nofollow&quot; &gt;Arduino_Boards&lt;/a&gt; repo. I&amp;rsquo;ll see about getting it in the individual boards' repo&amp;rsquo;s.&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #160179 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #160179</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5648ea6bce395fee398b4567"></link>
<id>urn:uuid:c39f3410-b9a4-395d-34fe-041fa6c23c72</id>
<updated>2015-11-15T13:26:19-07:00</updated>
<content type="html">&lt;p&gt;Yes, but&amp;hellip;Is it opensource? Where can I find it? I&amp;rsquo;ve been checked the Git repository, but without luck.&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #736640 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #736640</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56476b26ce395f6f7f8b4567"></link>
<id>urn:uuid:c691a4c4-8fa5-6342-3130-032ca40888e2</id>
<updated>2015-11-14T10:11:02-07:00</updated>
<content type="html">&lt;p&gt;Unfortunately, the SparkFun SAMD21 Mini Breakout doesn&amp;rsquo;t breakout the SPI header, used by the arduino SPI library&amp;hellip;.  :-(
What about that ?&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #496669 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #496669</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5646f007757b7f500c8b4567"></link>
<id>urn:uuid:84166504-f72a-5233-3166-f34b2ade6ba4</id>
<updated>2015-11-14T01:25:43-07:00</updated>
<content type="html">&lt;p&gt;I wish I had known about this a couple of months ago! :) I am totally going to start using this Micro in all of my projects, especially since it has 256K of storage space and hardware serial on different pins.&lt;/p&gt;</content>
</entry>
<entry>
<title>tetsujin on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>tetsujin</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5646e33c757b7f2b788b4567"></link>
<id>urn:uuid:d6ec52bd-6a11-0d14-2090-c42ed4e60df2</id>
<updated>2015-11-14T00:31:08-07:00</updated>
<content type="html">&lt;p&gt;Hrm, I was hoping this would be a step up from the Teensy 3.2, but it seems to fall a bit short instead. Mainly in terms of RAM (half) and CPU speed (2/3)&lt;/p&gt;</content>
</entry>
<entry>
<title>qzjake on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>qzjake</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56466be8757b7fda438b4567"></link>
<id>urn:uuid:b8d6988a-d4bf-7a6b-6546-bd17cd8a66d5</id>
<updated>2015-11-13T16:02:00-07:00</updated>
<content type="html">&lt;p&gt;I have faith in the Sparkfun people.  I look forward to the version with a built in lipo charger :D&lt;/p&gt;</content>
</entry>
<entry>
<title>qzjake on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>qzjake</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56466b9cce395f2f1e8b456a"></link>
<id>urn:uuid:77b5d3b7-f135-7233-422b-97739aadede9</id>
<updated>2015-11-13T16:00:44-07:00</updated>
<content type="html">&lt;p&gt;what kind of current does it pull?  How well does it sleep?&lt;/p&gt;</content>
</entry>
<entry>
<title>bentwookiee on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>bentwookiee</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5646477cce395fa2648b4567"></link>
<id>urn:uuid:fa47239c-4425-96ee-246b-030e9ad72a51</id>
<updated>2015-11-13T13:26:36-07:00</updated>
<content type="html">&lt;p&gt;There are no parts on the back, but I see plenty of traces.  There really isn&amp;rsquo;t a ton of room left on there.&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #161873 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #161873</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56463a68757b7ff1238b4567"></link>
<id>urn:uuid:45c574ed-f5d7-2a66-f1db-bb65cfc996a3</id>
<updated>2015-11-13T12:30:48-07:00</updated>
<content type="html">&lt;p&gt;You can update the description but today&amp;rsquo;s email from SF made the claim, so let the heads roll.&lt;/p&gt;</content>
</entry>
<entry>
<title>Xuth on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Xuth</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-564630c6ce395f756c8b456b"></link>
<id>urn:uuid:7cd9292f-22db-46ff-fb2c-5aca8fe368bb</id>
<updated>2015-11-13T11:49:42-07:00</updated>
<content type="html">&lt;p&gt;This would be an awesome board to have a one or two 5V outputs (similar to the Teensy LC, but the 8k ram is too limiting for many of my needs), so that you don&amp;rsquo;t need separate level shifters when using 5V hardware like WS2811 LEDs.&lt;/p&gt;</content>
</entry>
<entry>
<title>McSarge on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>McSarge</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56462e0d757b7f33568b4567"></link>
<id>urn:uuid:6c4925bd-83ed-13a8-01a6-b0ff78267493</id>
<updated>2015-11-13T11:38:05-07:00</updated>
<content type="html">&lt;p&gt;There is nothing on the back! Just put some pads on there to hook up the LiPo charger!&lt;/p&gt;</content>
</entry>
<entry>
<title>Jimb0 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Jimb0</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-564628b6ce395f04398b4567"></link>
<id>urn:uuid:cc39e5b9-2791-9873-5982-085f9dbfcf61</id>
<updated>2015-11-13T11:15:18-07:00</updated>
<content type="html">&lt;p&gt;We program a bootloader on it here, when we build the board. All you need to program it is a USB cable!&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #160179 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #160179</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5646220dce395f24578b4568"></link>
<id>urn:uuid:d1970197-8568-84e0-af04-26d1dfc6673a</id>
<updated>2015-11-13T10:46:53-07:00</updated>
<content type="html">&lt;p&gt;It&amp;rsquo;s really cool. What about the bootloader? Is it necessary upload a previous bootloader to the ATSAMD21G18?  Thanks!&lt;/p&gt;</content>
</entry>
<entry>
<title>JopieK on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>JopieK</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-564621d7ce395ff6568b456b"></link>
<id>urn:uuid:63e1aaa7-9399-c7c7-afde-9970ecdcb645</id>
<updated>2015-11-13T10:45:59-07:00</updated>
<content type="html">&lt;p&gt;Very interesting, this will really help in creating one&amp;rsquo;s own ARM solutions and provides a solid base to build  those on. Thanks SFE!&lt;/p&gt;</content>
</entry>
<entry>
<title>TECH GEEK on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>TECH GEEK</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-5646218b757b7fd1618b4567"></link>
<id>urn:uuid:0211feb1-f2b9-b7c8-331d-7a5361b9a372</id>
<updated>2015-11-13T10:44:43-07:00</updated>
<content type="html">&lt;p&gt;What about putting pads (underpopulated?) for the ic and stuff on the bottom near the usb? Also why are you stuck with the current board size? I mean I honestly passed by this when I first saw it thinking it was a &amp;ldquo;RedBoard mini&amp;rdquo;. SFE should try to make every product unique looking in my opinion.&lt;/p&gt;

&lt;p&gt;You could also have it on a break-away part of the board at the end (near button). That would also allow users who snap the optional pcb off to get an additional lipo charging board for other projects!&lt;/p&gt;</content>
</entry>
<entry>
<title>LightManCA on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>LightManCA</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56461f42ce395fc34e8b4567"></link>
<id>urn:uuid:51d3a77f-3722-7aa5-32a0-6f1c35adc2cf</id>
<updated>2015-11-13T10:34:58-07:00</updated>
<content type="html">&lt;p&gt;This is awesome!  Would have loved to have had this for a project I was working on a few years ago.&lt;/p&gt;</content>
</entry>
<entry>
<title>M-Short on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>M-Short</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56461ecece395fbe528b4567"></link>
<id>urn:uuid:8af70e69-62b6-c8c8-1876-a757d4ba2dc5</id>
<updated>2015-11-13T10:33:02-07:00</updated>
<content type="html">&lt;p&gt;Honestly I have no idea where we&amp;rsquo;d put it.  That is a pretty tight little board and is already 4 layers.  I&amp;rsquo;ll pass on the suggestion though.&lt;/p&gt;</content>
</entry>
<entry>
<title>TECH GEEK on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>TECH GEEK</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56461cb7757b7f82178b4567"></link>
<id>urn:uuid:ccd6af30-19ea-d6ef-0595-e18ea95b4c56</id>
<updated>2015-11-13T10:24:07-07:00</updated>
<content type="html">&lt;p&gt;How hard would it be to have RevB include a lipo charger?&lt;/p&gt;</content>
</entry>
<entry>
<title>M-Short on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>M-Short</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56461c5bce395fbf4e8b4568"></link>
<id>urn:uuid:d890291f-5ab0-92fe-249a-2bea3b010409</id>
<updated>2015-11-13T10:22:35-07:00</updated>
<content type="html">&lt;p&gt;Hate to rain on your parade, this board doesn&amp;rsquo;t have the Lipo charger (just the full sized version).  We&amp;rsquo;re updating the description now.&lt;/p&gt;</content>
</entry>
<entry>
<title>Customer #516348 on DEV-13664 - SparkFun SAMD21 Mini Breakout</title>
<author><name>Customer #516348</name>
</author>
<link href="https://www.sparkfun.com/products/13664#comment-56461a1e757b7f67208b4567"></link>
<id>urn:uuid:57ad1094-0358-34c9-8b2e-8ea9c4e776ce</id>
<updated>2015-11-13T10:13:02-07:00</updated>
<content type="html">&lt;p&gt;The integrated Lipo charger might make me use this rather than the Teensy LC/3.1/3.2 on my next project - but I so do love the teensy. It would be interesting to see them benchmarked/compared. Come on Sparkfun, how about it??&lt;/p&gt;</content>
</entry>
</feed>