<?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; User Favorites: kohlrak</title>
		<link><a href='http://forums.leaflabs.com/profile.php?id=4267'>4267</a></link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:14:47 +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?profile=4267" rel="self" type="application/rss+xml" />

		<item>
			<title>kohlrak on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=3#post-10076</link>
			<pubDate>Tue, 03 Apr 2012 05:03:59 +0000</pubDate>
			<dc:creator>kohlrak</dc:creator>
			<guid isPermaLink="false">10076@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;We have no problem with interfacing it with the FSMC. The TFT actually works right now here (using their example code, but i'll talk to you personally about that and what that means [since i almost have it working using mine]). What i need more than anything right now is real documentation on the screen itself. After it's setup with the FSMC, what the heck are each of those commands i'm sending to it? Unfortunately, the docs on the TFT (a totally different TFT) are in chinese.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kb113400 on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=2#post-10074</link>
			<pubDate>Mon, 02 Apr 2012 23:57:31 +0000</pubDate>
			<dc:creator>kb113400</dc:creator>
			<guid isPermaLink="false">10074@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;St has an application note related to the ili9320: &#60;a href=&#34;http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/APPLICATION_NOTE/CD00201397.pdf&#34; rel=&#34;nofollow&#34;&#62;http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/APPLICATION_NOTE/CD00201397.pdf&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;on page 15 is a specific reference to a tft display, 320x240, driven by an ili9320. page 15 or in the index :Interfacing the Ampire AM-240320L8TNQW00H TFT LCD with the FSMC.&#60;/p&#62;
&#60;p&#62;It makes for interesting reading. I've just leafed through it, but it appears to hold relevant info.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kb113400 on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=2#post-10059</link>
			<pubDate>Mon, 02 Apr 2012 02:37:32 +0000</pubDate>
			<dc:creator>kb113400</dc:creator>
			<guid isPermaLink="false">10059@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Thank you for the nudge in the right direction. I'm still having difficulty reading the example programs (too bad I can't understand the Chinese comments), but I'm slowly muddling my way through the example sketches.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kohlrak on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=2#post-10033</link>
			<pubDate>Fri, 30 Mar 2012 03:56:20 +0000</pubDate>
			<dc:creator>kohlrak</dc:creator>
			<guid isPermaLink="false">10033@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://kohlrak.sytes.net&#34; rel=&#34;nofollow&#34;&#62;http://kohlrak.sytes.net&#60;/a&#62; has some of my contact information if you'd like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kohlrak on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=2#post-10032</link>
			<pubDate>Fri, 30 Mar 2012 03:55:40 +0000</pubDate>
			<dc:creator>kohlrak</dc:creator>
			<guid isPermaLink="false">10032@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.cplusplus.com/doc/tutorial/pointers/&#34; rel=&#34;nofollow&#34;&#62;http://www.cplusplus.com/doc/tutorial/pointers/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Read that for now, and perhaps we could find a way to contact each other outside of this slow forum so i could hand you some of the information on things like the LCD a step at a time (most of the stuff you want, though, there is a pdf manual for).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kohlrak on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=2#post-10031</link>
			<pubDate>Fri, 30 Mar 2012 03:51:25 +0000</pubDate>
			<dc:creator>kohlrak</dc:creator>
			<guid isPermaLink="false">10031@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I'm afraid you're on your own for some of that, but learn how to do pointers in C/C++ (simple really, but you'll want practice [make regular programs]) before you try to actually use it. In reality all the hardware is controlled by memory mapped registers, so understanding pointers allows you do what you want once you know the memory locations.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kb113400 on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=2#post-10030</link>
			<pubDate>Fri, 30 Mar 2012 02:13:01 +0000</pubDate>
			<dc:creator>kb113400</dc:creator>
			<guid isPermaLink="false">10030@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;If you have any useful links I would really appreciate it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kb113400 on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=2#post-10029</link>
			<pubDate>Fri, 30 Mar 2012 01:51:22 +0000</pubDate>
			<dc:creator>kb113400</dc:creator>
			<guid isPermaLink="false">10029@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Yeah, I've just realized how over my head most of this is. I know nothing of programming, other than editing values in prewritten code. I am such a noob. how did you load their example code onto the spruce? &#60;/p&#62;
&#60;p&#62;I set up eclipse after much trial and error (the latest version of gnuarm gcc did not want to load on Helios, had to go with the previous release)just got it working today, but the debug says the example code is full of errors.&#60;/p&#62;
&#60;p&#62;I'm relying on solid's tutorials, but they are woefully lacking in detail.&#60;br /&#62;
in the spruce ide i can write simple sketches to adjust the blink of the onboard led. I got it to read the sw1 button, and a few big arcade microswitch buttons attached to gpio. I now need to learn how to interface i2c sensors, and a mosfet driver shield. went kinda crazy and bought a bunch of stuff from sparkfun. &#60;a href=&#34;http://www.sparkfun.com/wish_lists/38724&#34; rel=&#34;nofollow&#34;&#62;http://www.sparkfun.com/wish_lists/38724&#60;/a&#62; is the list of my sensors and the driver.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kohlrak on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=2#post-9872</link>
			<pubDate>Sat, 24 Mar 2012 05:42:16 +0000</pubDate>
			<dc:creator>kohlrak</dc:creator>
			<guid isPermaLink="false">9872@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Update: doing some weird changes in the projects default configuration, i have managed to get the touchscreen and such working with their example code. My next step is to either find a way to get their lcd code (touchscreen is really too much for me as a beginner in embedded archs to chew at one time) or to break down the touchscreen code into something managable for converting to a binary outside of uVision4.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kohlrak on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=2#post-9871</link>
			<pubDate>Sat, 24 Mar 2012 04:47:21 +0000</pubDate>
			<dc:creator>kohlrak</dc:creator>
			<guid isPermaLink="false">9871@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;mikep, it's not eclipse but uvision. I'm having trouble getting the latest version to run all of the code, but it's compiling some of it. Even worse, i'm having trouble getting uvision to detect my jlink device.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=2#post-9835</link>
			<pubDate>Mon, 19 Mar 2012 16:22:21 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">9835@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;kohlrak : no worries ( &#60;a href=&#34;http://leaflabs.com/docs/unix-toolchain.html&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/docs/unix-toolchain.html&#60;/a&#62; )
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kohlrak on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=2#post-9810</link>
			<pubDate>Sun, 18 Mar 2012 07:13:30 +0000</pubDate>
			<dc:creator>kohlrak</dc:creator>
			<guid isPermaLink="false">9810@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Well, if you're using C/C++ (i think you can within their IDE), you'll want to make sure you have a grasp on pointers. I'll see what i can do when i get there, but for the most part i might just recommend you use C++ to begin with and ditch their IDE (no offence, leaflabs), as i've had nothing but trouble with it. Maybe you'll give me that excuse to write a short textbook on the basics of C++ necessary to do 90% of the coding you'll ever do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kb113400 on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=2#post-9808</link>
			<pubDate>Sat, 17 Mar 2012 22:31:29 +0000</pubDate>
			<dc:creator>kb113400</dc:creator>
			<guid isPermaLink="false">9808@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Yeah, assembly might be a bit beyond my scope, I'm kind of a noob when it comes to coding. I worked with a trs-80 and the H.e.r.o. 1 kit when I was in high school, but that was mostly hex code, and I had teachers helping me. I've re-purposed the odd disposable piece of tech (built a mame cabinet and wired up a couple of buttons to an old usb controller breadboard). As of right now my main goal for this project is to have a interactive monitoring panel for a few analog sensors. I have 3 capacitive liquid level sensors, one voltmeter, one ammeter, and a temperature probe. I,need to write a menu and a few simple graphic readouts, as well as a way to use the micro sd to log data.&#60;br /&#62;
I'm replacing the sensor board in my motorhome, and I wanted it to be smarter than the average box on wheels. The average rv monitoring panel is a simple led readout and it costs $200. I can do better. I figure I need a voltage divider to bring the input down to acceptable levels (most of the existing sensors run at 5v, the voltmeter has a 20v range, the ammeter is a shunt over the positive line).&#60;/p&#62;
&#60;p&#62; Most of my experience tends to be from the analog side of life, so the smart circuitry is somewhat challenging for me right now. I'm slowly getting a grasp on the language, but I'm no codemonkey. &#60;/p&#62;
&#60;p&#62;Yeah, I kind of got the brushoff until I started mentioning returning or exchanging the board, then they got helpful. I'll admit I'm probably over my head here, but I want to learn embedded tech, and I'm willing to sacrifice $70 to do that.&#60;/p&#62;
&#60;p&#62;A bit disorganized, me. I'm working on it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kohlrak on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=2#post-9003</link>
			<pubDate>Sat, 17 Mar 2012 00:51:18 +0000</pubDate>
			<dc:creator>kohlrak</dc:creator>
			<guid isPermaLink="false">9003@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;There's some projects that come with their own bootloaders and stuff that you can use, too. since i'm not afraid of assembly, i'll be taking advantage of this. It wouldn't be too hard, though, to take the assembly and learn from it. Right now, their technician is looking into why the vga example isn't compiling (the touchscreen example is compiling, though). I'm surprised they're actually working with me on this (very slowly hoping i go away though).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kb113400 on "&#34;LeafLabs&#34; Spruce?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1236&amp;page=2#post-8807</link>
			<pubDate>Fri, 16 Mar 2012 21:27:11 +0000</pubDate>
			<dc:creator>kb113400</dc:creator>
			<guid isPermaLink="false">8807@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;add banana no.3 I was a fool and saw all the specs+a shiny tft touch display and bought it. After dealing with the &#34;wonderful&#34; people at linksprite/soliddigi/cutedigi, for a week or so, I finally bought an rs232 to usb cable and flashed on a bootloader Let me know what the latest is on the touchscreen please. I would very much like to get that running on maple.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
