<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comentarios en: GPS Toy Hardware version 2</title>
	<atom:link href="http://karman.cc/blog/archives/861/feed" rel="self" type="application/rss+xml" />
	<link>http://karman.cc/blog/archives/861</link>
	<description>Lo público no tiene dominio.</description>
	<lastBuildDate>Wed, 18 May 2022 08:01:15 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Leo</title>
		<link>http://karman.cc/blog/archives/861/comment-page-1#comment-448458</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Thu, 01 Dec 2016 16:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://karman.cc/blog/?p=861#comment-448458</guid>
		<description>Hello guy. I made your project for use in my bike. It`s great. Fantastic. Congratulations.

  Regards.</description>
		<content:encoded><![CDATA[<p>Hello guy. I made your project for use in my bike. It`s great. Fantastic. Congratulations.</p>
<p>  Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: froghost</title>
		<link>http://karman.cc/blog/archives/861/comment-page-1#comment-443855</link>
		<dc:creator>froghost</dc:creator>
		<pubDate>Fri, 07 Oct 2016 10:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://karman.cc/blog/?p=861#comment-443855</guid>
		<description>hello,

i like your project, 

can you add a fonction that display the max speed after a session ? 

thanks</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>i like your project, </p>
<p>can you add a fonction that display the max speed after a session ? </p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steph02</title>
		<link>http://karman.cc/blog/archives/861/comment-page-1#comment-298057</link>
		<dc:creator>steph02</dc:creator>
		<pubDate>Fri, 10 Jul 2015 21:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://karman.cc/blog/?p=861#comment-298057</guid>
		<description>Hello,

The Arduino program error signal me in the different files.

Arduino : 1.6.5 (Windows XP), Carte : &quot;Arduino Pro or Pro Mini, ATmega328 (3.3V, 8 MHz)&quot;

In file included from GPS_Cube.ino:41:0:
data.h:7: error: &#039;prog_uchar&#039; does not name a type
 prog_uchar logo [] PROGMEM = {
 ^
data.h:75: error: &#039;prog_uchar&#039; does not name a type
 prog_uchar bigNumbers [][96] PROGMEM = {
 ^
data.h:155: error: &#039;prog_uchar&#039; does not name a type
 prog_uchar minus [] PROGMEM = {
 ^
data.h:165: error: &#039;prog_uchar&#039; does not name a type
 prog_uchar kmh [] PROGMEM = {
 ^
data.h:177: error: &#039;prog_uchar&#039; does not name a type
 prog_uchar myDregree [8] PROGMEM = {
 ^
data.h:183: error: &#039;prog_uchar&#039; does not name a type
 prog_uchar myFont[] [8] PROGMEM = {
 ^
In file included from C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:28:0,
                 from EEPROMAnything.h:7,
                 from GPS_Cube.ino:28:
GPS_Cube.ino: In function &#039;void loop()&#039;:
GPS_Cube:198: error: &#039;logo&#039; was not declared in this scope
GPS_Cube.ino: In function &#039;void printCourse(TinyGPS&amp;)&#039;:
GPS_Cube:576: error: &#039;myDregree&#039; was not declared in this scope
GPS_Cube.ino: In function &#039;void printKmh_unit()&#039;:
GPS_Cube:904: error: &#039;kmh&#039; was not declared in this scope
GPS_Cube.ino: In function &#039;void print_timezone(int)&#039;:
GPS_Cube:1013: error: &#039;minus&#039; was not declared in this scope
GPS_Cube.ino: In function &#039;void printBigNumber(char, int, int)&#039;:
GPS_Cube:1050: error: &#039;bigNumbers&#039; was not declared in this scope
GPS_Cube.ino: In function &#039;void sendCharXY(unsigned char, int, int)&#039;:
GPS_Cube:1090: error: &#039;myFont&#039; was not declared in this scope
GPS_Cube.ino: In function &#039;void sendStr(unsigned char*)&#039;:
GPS_Cube:1125: error: &#039;myFont&#039; was not declared in this scope
GPS_Cube.ino: In function &#039;void sendStrXY(char*, int, int)&#039;:
GPS_Cube:1142: error: &#039;myFont&#039; was not declared in this scope
GPS_Cube.ino: In function &#039;void printTemp(int, int)&#039;:
GPS_Cube:1159: error: &#039;myDregree&#039; was not declared in this scope
GPS_Cube.ino: In function &#039;void init_OLED()&#039;:
GPS_Cube:1239: error: &#039;logo&#039; was not declared in this scope
&#039;prog_uchar&#039; does not name a type

Do you have a solution to my problem ?

Another question, will give you GPS board for sale ?

Thanks
Stéphane</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>The Arduino program error signal me in the different files.</p>
<p>Arduino : 1.6.5 (Windows XP), Carte : &#8220;Arduino Pro or Pro Mini, ATmega328 (3.3V, 8 MHz)&#8221;</p>
<p>In file included from GPS_Cube.ino:41:0:<br />
data.h:7: error: &#8216;prog_uchar&#8217; does not name a type<br />
 prog_uchar logo [] PROGMEM = {<br />
 ^<br />
data.h:75: error: &#8216;prog_uchar&#8217; does not name a type<br />
 prog_uchar bigNumbers [][96] PROGMEM = {<br />
 ^<br />
data.h:155: error: &#8216;prog_uchar&#8217; does not name a type<br />
 prog_uchar minus [] PROGMEM = {<br />
 ^<br />
data.h:165: error: &#8216;prog_uchar&#8217; does not name a type<br />
 prog_uchar kmh [] PROGMEM = {<br />
 ^<br />
data.h:177: error: &#8216;prog_uchar&#8217; does not name a type<br />
 prog_uchar myDregree [8] PROGMEM = {<br />
 ^<br />
data.h:183: error: &#8216;prog_uchar&#8217; does not name a type<br />
 prog_uchar myFont[] [8] PROGMEM = {<br />
 ^<br />
In file included from C:\Program Files\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:28:0,<br />
                 from EEPROMAnything.h:7,<br />
                 from GPS_Cube.ino:28:<br />
GPS_Cube.ino: In function &#8216;void loop()&#8217;:<br />
GPS_Cube:198: error: &#8216;logo&#8217; was not declared in this scope<br />
GPS_Cube.ino: In function &#8216;void printCourse(TinyGPS&amp;)&#8217;:<br />
GPS_Cube:576: error: &#8216;myDregree&#8217; was not declared in this scope<br />
GPS_Cube.ino: In function &#8216;void printKmh_unit()&#8217;:<br />
GPS_Cube:904: error: &#8216;kmh&#8217; was not declared in this scope<br />
GPS_Cube.ino: In function &#8216;void print_timezone(int)&#8217;:<br />
GPS_Cube:1013: error: &#8216;minus&#8217; was not declared in this scope<br />
GPS_Cube.ino: In function &#8216;void printBigNumber(char, int, int)&#8217;:<br />
GPS_Cube:1050: error: &#8216;bigNumbers&#8217; was not declared in this scope<br />
GPS_Cube.ino: In function &#8216;void sendCharXY(unsigned char, int, int)&#8217;:<br />
GPS_Cube:1090: error: &#8216;myFont&#8217; was not declared in this scope<br />
GPS_Cube.ino: In function &#8216;void sendStr(unsigned char*)&#8217;:<br />
GPS_Cube:1125: error: &#8216;myFont&#8217; was not declared in this scope<br />
GPS_Cube.ino: In function &#8216;void sendStrXY(char*, int, int)&#8217;:<br />
GPS_Cube:1142: error: &#8216;myFont&#8217; was not declared in this scope<br />
GPS_Cube.ino: In function &#8216;void printTemp(int, int)&#8217;:<br />
GPS_Cube:1159: error: &#8216;myDregree&#8217; was not declared in this scope<br />
GPS_Cube.ino: In function &#8216;void init_OLED()&#8217;:<br />
GPS_Cube:1239: error: &#8216;logo&#8217; was not declared in this scope<br />
&#8216;prog_uchar&#8217; does not name a type</p>
<p>Do you have a solution to my problem ?</p>
<p>Another question, will give you GPS board for sale ?</p>
<p>Thanks<br />
Stéphane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KaR]V[aN</title>
		<link>http://karman.cc/blog/archives/861/comment-page-1#comment-218001</link>
		<dc:creator>KaR]V[aN</dc:creator>
		<pubDate>Tue, 22 Jul 2014 08:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://karman.cc/blog/?p=861#comment-218001</guid>
		<description>Basically, using windows paint and drawing pixel by pixel. Then I used an application to convert the bmp to an array. You can read about here: http://forum.arduino.cc/index.php/topic,4405.0.html</description>
		<content:encoded><![CDATA[<p>Basically, using windows paint and drawing pixel by pixel. Then I used an application to convert the bmp to an array. You can read about here: <a href="http://forum.arduino.cc/index.php/topic,4405.0.html" rel="nofollow">http://forum.arduino.cc/index.php/topic,4405.0.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://karman.cc/blog/archives/861/comment-page-1#comment-213544</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 04 Jul 2014 04:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://karman.cc/blog/?p=861#comment-213544</guid>
		<description>how did you generate your fonts (the &#039;km/h&#039;, minus symbol, etc.)?</description>
		<content:encoded><![CDATA[<p>how did you generate your fonts (the &#8216;km/h&#8217;, minus symbol, etc.)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
