<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: minimum requirements for maple-compatible boards?</title>
		<link>http://forums.leaflabs.com/topic.php?id=530</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:09:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=530" rel="self" type="application/rss+xml" />

		<item>
			<title>gbulmer on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530&amp;page=2#post-3450</link>
			<pubDate>Mon, 24 Jan 2011 19:07:34 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">3450@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Thse Sagrad modules look lovely, but the development kit I saw at Future was $340 !-(&#60;br /&#62;
The modules at $30+ are more reasonable.&#60;/p&#62;
&#60;p&#62;Please keep us posted on your progress.&#60;/p&#62;
&#60;p&#62;I have an Atmel WiFi SD card, but it is too expensive, so we are intending to work on 802.15.4 for a while.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>soundcyst on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530&amp;page=2#post-3447</link>
			<pubDate>Mon, 24 Jan 2011 18:23:01 +0000</pubDate>
			<dc:creator>soundcyst</dc:creator>
			<guid isPermaLink="false">3447@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.soundcyst.com/news/2011/01/24/blinking-lights-and-bumble-boards/&#34;&#62;bumble b boards have arrived from dorkbotPDX!&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;board population will be in the next couple of weeks.  i still have to put an order into digikey to get all of the parts.  &#60;/p&#62;
&#60;p&#62;i had a brief look at sagrad's &#60;a href=&#34;http://www.sagrad.com/index.php?option=com_content&#38;amp;view=article&#38;amp;id=105&#38;amp;Itemid=113&#34;&#62;wifi offerings&#60;/a&#62;, and they seem &#60;a href=&#34;http://www.sagrad.com/index.php?option=com_content&#38;amp;view=article&#38;amp;id=77&#38;amp;Itemid=87&#34;&#62;promising&#60;/a&#62;.  the issues i've seen with the wishields over on async's forums, on the other hand, don't really, though i'm inclined to think they're software related issues rather than hardware related.&#60;/p&#62;
&#60;p&#62;in any event, i'll be testing with the zerog to start, trying to get async's libraries ported, glitches and all..  once that works, i'll start considering other modules (depending on headaches incurred ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Adam on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530#post-3129</link>
			<pubDate>Tue, 14 Dec 2010 23:13:46 +0000</pubDate>
			<dc:creator>Adam</dc:creator>
			<guid isPermaLink="false">3129@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;soundcyst,&#60;/p&#62;
&#60;p&#62;I need streaming data via wifi, not to an SD card. 802.11b should be fast enough for now. I have done some performance tests on uIP and it is much slower than the link rate, and looking at the code, you can see it is meant for systems with much slower processor and much less RAM. So I think LWIP will speed things up enough.&#60;/p&#62;
&#60;p&#62;And also, hopefully microchip or someone will offer a faster wifi module.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>soundcyst on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530#post-3121</link>
			<pubDate>Tue, 14 Dec 2010 14:54:23 +0000</pubDate>
			<dc:creator>soundcyst</dc:creator>
			<guid isPermaLink="false">3121@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;@okie, thanks.&#60;/p&#62;
&#60;p&#62;@adam, awesome!&#60;/p&#62;
&#60;p&#62;i wrote a little &#60;a href=&#34;http://www.soundcyst.com/news/2010/12/05/bumble-b-prototyping/&#34;&#62;blog post&#60;/a&#62; about the prototype, but basically, i'm using the same WiFi chip that the folks over at async labs use in their WiShield, YellowJacket, and BlackWidow boards.  It's a (MicroChip) ZeroG2100, which has hardware AES and TKIP accelerators, but doesn't implement the network stack.&#60;/p&#62;
&#60;p&#62;i picked up a YellowJacket for software prototyping so that I can try to get a very proto-faked version of my software running before i put it on the right board.  i haven't gotten too far with it, though, as the YellowJacket is particularly unfriendly to networks running any form of security.  i tried posting to async's forum, but an administrator needed to approve me to post, and it's been a few days.. they acknowledge that it's a part time gig for them, but still, it would be nice to be able to use their forum..&#60;/p&#62;
&#60;p&#62;the good news is that the issue is likely in the networking software, rather than in the chip, so if lwIP fixes that, i'd be very inclined to use it.  another issue with the yellowjackets is that they're finicky about which base stations they'll talk to, which also seems to be software-related.  ideally, the bumble-b wouldn't have this issue, and would connect to any wifi network at all, regardless of the base station.&#60;/p&#62;
&#60;p&#62;regarding speed, the ZeroG2100 only does 802.11b, so depending on your required bandwidth, that may be more of a limiting factor than any software.&#60;/p&#62;
&#60;p&#62;but, if you're not gathering a constant data stream, the uSD card is wired to take advantage of the 4 data bits in SDIO, so logging there should be faster on a bumble-b than on any SPI-based uSD boards.  perhaps logging to the uSD, then doing some quick encryption could lighten the packet load..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Adam on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530#post-3118</link>
			<pubDate>Mon, 13 Dec 2010 22:40:42 +0000</pubDate>
			<dc:creator>Adam</dc:creator>
			<guid isPermaLink="false">3118@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;soundcyst:&#60;/p&#62;
&#60;p&#62;I am very interested in the Bumble-B. If there's any way I can help, let me know.&#60;/p&#62;
&#60;p&#62;In the meanwhile, I am working to port LWIP to the Maple+ZG2100. I would really like to have a Maple-compatible board that has wifi and a high-density STM32 chip in it, as the extra RAM would really help - running LWIP and an application is tight on the medium density devices. I am interested in streaming sensor data over wifi and uIP isn't fast enough.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>okie on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530#post-3116</link>
			<pubDate>Mon, 13 Dec 2010 18:01:52 +0000</pubDate>
			<dc:creator>okie</dc:creator>
			<guid isPermaLink="false">3116@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;soundcyst:&#60;/p&#62;
&#60;p&#62;yes, R15 and R16 can be removed without affecting compatibility with the bootloader, libmaple, and the IDE.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530#post-3093</link>
			<pubDate>Sun, 12 Dec 2010 02:08:59 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">3093@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;soundcyst: while i don't feel confident enough to answer your question myself, i've forwarded the question on to our hardware people.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>josheeg on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530#post-3063</link>
			<pubDate>Thu, 09 Dec 2010 15:05:59 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">3063@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;if you wanted to use kicad a free and open source soluiton over eagle cad you can look at my dr-brog-arm board heavly fallowing maple r3-5
&#60;/p&#62;</description>
		</item>
		<item>
			<title>soundcyst on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530#post-3053</link>
			<pubDate>Wed, 08 Dec 2010 14:16:30 +0000</pubDate>
			<dc:creator>soundcyst</dc:creator>
			<guid isPermaLink="false">3053@http://forums.leaflabs.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;USB_P is not used.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;does this mean R15 and R16 can be remvoved?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>soundcyst on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530#post-2958</link>
			<pubDate>Fri, 03 Dec 2010 19:06:29 +0000</pubDate>
			<dc:creator>soundcyst</dc:creator>
			<guid isPermaLink="false">2958@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;oh, one or two ;)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://github.com/soundcyst/maple/blob/master/maplish-bbuino/bumble-b.png&#34; rel=&#34;nofollow&#34;&#62;https://github.com/soundcyst/maple/blob/master/maplish-bbuino/bumble-b.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530#post-2894</link>
			<pubDate>Tue, 30 Nov 2010 18:45:44 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">2894@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;the bootloader wants USB_DISC, an LED, and a button.  USB_DISC is necessary, but you can fake the last two/move them around (in fact, we did just that in the mini-boot bootloader branch).&#60;/p&#62;
&#60;p&#62;the LED is just a status indicator; the button is just a way to signal perpetual bootloader mode. (&#34;ok, i'm blinking fast to see if you want me to enter perpetual bootloader mode&#34;; &#34;ok, you pressed the button, so i'll just wait for new code forever...&#34;).  if you can live without those, we could refactor things so those steps would be omitted.&#60;/p&#62;
&#60;p&#62;USB_P is not used.&#60;/p&#62;
&#60;p&#62;the diff between the maple-bootloader master and mini-boot branches is likely a solid predictor of the work necessary to get the current bootloader up on your device.  once that plays nice, you're likely golden as far as libmaple is concerned.&#60;/p&#62;
&#60;p&#62;the IDE relies on serial-over-usb to request the chip to reset itself.  this (of course) remains true in the upcoming serial bootloader.  if you want IDE compatibility, you should preserve that.  the short story is that we do a little DTR/RTS toggling to transfer control to the bootloader, then conduct the remainder of the transaction over the data lines.&#60;/p&#62;
&#60;p&#62;the connections made at PC 9, 11, and 12 can be #defined to go somewhere else.  in general, if you don't feel like breaking something out, then don't, and make your own BOARD_xxx entry (PIN_MAP, etc.) to reflect that; see boards.h:&#60;br /&#62;
&#60;a href=&#34;https://github.com/leaflabs/libmaple/blob/master/wirish/boards.h&#34; rel=&#34;nofollow&#34;&#62;https://github.com/leaflabs/libmaple/blob/master/wirish/boards.h&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;so far, that's all we've had to do to make libmaple play nice with our maple mini prototypes.  i'm just finishing that up right now; a git push will occur sometime tonight.&#60;/p&#62;
&#60;p&#62;we expect libmaple to grow more device-agnostic over time as we add more boards to the line.  right now the bootloader situation is a bit of a mess, though.  since many things are behind schedule as it is, that mess is likely to remain for a while.&#60;/p&#62;
&#60;p&#62;in any case, we probably won't mind merging your changes in; in fact, patches are usually welcome, and it seems like you've got a cool project brewing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>soundcyst on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530#post-2891</link>
			<pubDate>Tue, 30 Nov 2010 13:54:02 +0000</pubDate>
			<dc:creator>soundcyst</dc:creator>
			<guid isPermaLink="false">2891@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;any &#34;official&#34; words on this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>soundcyst on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530#post-2743</link>
			<pubDate>Thu, 18 Nov 2010 22:58:57 +0000</pubDate>
			<dc:creator>soundcyst</dc:creator>
			<guid isPermaLink="false">2743@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;yeah, jtag or swd..  and not necessarily even a bootloader.  i have iar and a jlink for work, so for the first rev, i'll probably just use that, but i'd like to make this and other designs maple compatible in the future, so i thought i'd ask the question..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530#post-2733</link>
			<pubDate>Thu, 18 Nov 2010 20:52:10 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">2733@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I have a similar-sounding design.&#60;br /&#62;
IIRC the only option was to move the pins to get at the peripheral.&#60;/p&#62;
&#60;p&#62;You can initially boot those high-density chips and load using the USART, not USB. Are you using JTAG to blow a bootloader?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>soundcyst on "minimum requirements for maple-compatible boards?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=530#post-2720</link>
			<pubDate>Thu, 18 Nov 2010 17:20:51 +0000</pubDate>
			<dc:creator>soundcyst</dc:creator>
			<guid isPermaLink="false">2720@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;i had trouble understanding most of that..&#60;/p&#62;
&#60;p&#62;i suppose i should clarify what i'm trying to design.&#60;/p&#62;
&#60;p&#62;an analogy should help.&#60;br /&#62;
&#60;a href=&#34;http://sanguino.cc/&#34;&#62;sanguino&#60;/a&#62; is to arduino, as the board i am designing is to maple.&#60;/p&#62;
&#60;p&#62;it's slightly different hardware, but runs the same software libraries and uses the same bootloader and IDE.&#60;/p&#62;
&#60;p&#62;sanguino is used in the reprap and makerbot 3d printers.  &#60;a href=&#34;http://diydrones.com/notes/ArduPilot&#34;&#62;ardupilot&#60;/a&#62; is another example for UAVs.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
