<?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>Comments on: Interfacing Arduino with a Telit GM862</title>
	<atom:link href="http://tinkerlog.com/2009/05/15/interfacing-arduino-with-a-telit-gm862/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinkerlog.com/2009/05/15/interfacing-arduino-with-a-telit-gm862/</link>
	<description>Alex' blog</description>
	<lastBuildDate>Wed, 10 Mar 2010 23:29:18 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://tinkerlog.com/2009/05/15/interfacing-arduino-with-a-telit-gm862/comment-page-1/#comment-96637</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 25 Feb 2010 22:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://tinkerlog.com/?p=704#comment-96637</guid>
		<description>All V+ lines are connected to pin 21 of the Telit module. VCC is connected to a 3.8 V power supply (lipo cell).
For the CREG problem, is the network available if you put the SIM into your mobile?</description>
		<content:encoded><![CDATA[<p>All V+ lines are connected to pin 21 of the Telit module. VCC is connected to a 3.8 V power supply (lipo cell).<br />
For the CREG problem, is the network available if you put the SIM into your mobile?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donato</title>
		<link>http://tinkerlog.com/2009/05/15/interfacing-arduino-with-a-telit-gm862/comment-page-1/#comment-96629</link>
		<dc:creator>Donato</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://tinkerlog.com/?p=704#comment-96629</guid>
		<description>Hi, i am not able to connect my arduino mega to GM82. Could you explaine me the difference between V+ and Vcc because i receive always
checking network ...
AT+CREG?
-&gt;buf: AT+CREG?
+CREG: 0,2
OK
done

checking network ...
AT+CREG?
-&gt;buf: AT+CREG?
+CREG: 0,2
OK
done

I don&#039;t understand what the problem is.</description>
		<content:encoded><![CDATA[<p>Hi, i am not able to connect my arduino mega to GM82. Could you explaine me the difference between V+ and Vcc because i receive always<br />
checking network &#8230;<br />
AT+CREG?<br />
-&gt;buf: AT+CREG?<br />
+CREG: 0,2<br />
OK<br />
done</p>
<p>checking network &#8230;<br />
AT+CREG?<br />
-&gt;buf: AT+CREG?<br />
+CREG: 0,2<br />
OK<br />
done</p>
<p>I don&#8217;t understand what the problem is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jpizarro</title>
		<link>http://tinkerlog.com/2009/05/15/interfacing-arduino-with-a-telit-gm862/comment-page-1/#comment-96405</link>
		<dc:creator>jpizarro</dc:creator>
		<pubDate>Mon, 22 Feb 2010 23:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://tinkerlog.com/?p=704#comment-96405</guid>
		<description>Hi, great work.
what are V+ and Vcc in the diagram.
I don`t know to wich power source must connected.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi, great work.<br />
what are V+ and Vcc in the diagram.<br />
I don`t know to wich power source must connected.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://tinkerlog.com/2009/05/15/interfacing-arduino-with-a-telit-gm862/comment-page-1/#comment-94665</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 25 Jan 2010 23:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://tinkerlog.com/?p=704#comment-94665</guid>
		<description>Hi Franck,
I think I know what went wrong. Although this looks like a lib, it is not. Well, it could be.
Please place all files in another directory (not in /arduino/hardware/libraries) and it should compile fine.
Maybe, if I find some time, I will make it a real library.
Cheers,
Alex</description>
		<content:encoded><![CDATA[<p>Hi Franck,<br />
I think I know what went wrong. Although this looks like a lib, it is not. Well, it could be.<br />
Please place all files in another directory (not in /arduino/hardware/libraries) and it should compile fine.<br />
Maybe, if I find some time, I will make it a real library.<br />
Cheers,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franck</title>
		<link>http://tinkerlog.com/2009/05/15/interfacing-arduino-with-a-telit-gm862/comment-page-1/#comment-94624</link>
		<dc:creator>Franck</dc:creator>
		<pubDate>Mon, 25 Jan 2010 11:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://tinkerlog.com/?p=704#comment-94624</guid>
		<description>Hi Alex,
Same that Peter, I &#039;m trying  the code (I use arduino 0017) I get this: o: In function `GM862::isOn()’:
multiple definition of `GM862::isOn() /tmp/build6991673787891400230.tmp/test_gm862/GM862.cpp.o:/home/me/Desktop/arduino-0017/hardware/libraries/test_gm862/GM862.cpp:12: first defined here

Any idea what went wrong? 
I&#039;m using too an Arduino mega and a telit gm862 gps.

Thanks for your help.

Franck</description>
		<content:encoded><![CDATA[<p>Hi Alex,<br />
Same that Peter, I &#8216;m trying  the code (I use arduino 0017) I get this: o: In function `GM862::isOn()’:<br />
multiple definition of `GM862::isOn() /tmp/build6991673787891400230.tmp/test_gm862/GM862.cpp.o:/home/me/Desktop/arduino-0017/hardware/libraries/test_gm862/GM862.cpp:12: first defined here</p>
<p>Any idea what went wrong?<br />
I&#8217;m using too an Arduino mega and a telit gm862 gps.</p>
<p>Thanks for your help.</p>
<p>Franck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donato Colantonio</title>
		<link>http://tinkerlog.com/2009/05/15/interfacing-arduino-with-a-telit-gm862/comment-page-1/#comment-93891</link>
		<dc:creator>Donato Colantonio</dc:creator>
		<pubDate>Mon, 11 Jan 2010 07:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://tinkerlog.com/?p=704#comment-93891</guid>
		<description>Hi , could i use an Arduino duemilanove with this scheme? I have to change serial3 with serial , it is right or i am costrettoforced to use an Arduino mega?thanks Donato</description>
		<content:encoded><![CDATA[<p>Hi , could i use an Arduino duemilanove with this scheme? I have to change serial3 with serial , it is right or i am costrettoforced to use an Arduino mega?thanks Donato</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://tinkerlog.com/2009/05/15/interfacing-arduino-with-a-telit-gm862/comment-page-1/#comment-93697</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 08 Jan 2010 11:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://tinkerlog.com/?p=704#comment-93697</guid>
		<description>Hi 3dotter,
no, I&#039;m sorry, haven&#039;t tried that yet.
Cheers,
Alex</description>
		<content:encoded><![CDATA[<p>Hi 3dotter,<br />
no, I&#8217;m sorry, haven&#8217;t tried that yet.<br />
Cheers,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3dotter</title>
		<link>http://tinkerlog.com/2009/05/15/interfacing-arduino-with-a-telit-gm862/comment-page-1/#comment-93646</link>
		<dc:creator>3dotter</dc:creator>
		<pubDate>Thu, 07 Jan 2010 13:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://tinkerlog.com/?p=704#comment-93646</guid>
		<description>Hi Alex,

Did you already try the same with the newest NewSoftSerial library (instead of 2 hardware serial ports)? Would be very interesting! What changes are necessary in your code when using this?

Best wishes,
3dotter</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>Did you already try the same with the newest NewSoftSerial library (instead of 2 hardware serial ports)? Would be very interesting! What changes are necessary in your code when using this?</p>
<p>Best wishes,<br />
3dotter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://tinkerlog.com/2009/05/15/interfacing-arduino-with-a-telit-gm862/comment-page-1/#comment-92104</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 17 Dec 2009 10:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://tinkerlog.com/?p=704#comment-92104</guid>
		<description>Hi Peter,
works for me, just re-verified (on OSX).
Maybe accidently mangled one of the include lines?
And yes, it should be possible to use a Duemilanove, but then you have to rewire your setup for every upload.
Cheers,
Alex</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
works for me, just re-verified (on OSX).<br />
Maybe accidently mangled one of the include lines?<br />
And yes, it should be possible to use a Duemilanove, but then you have to rewire your setup for every upload.<br />
Cheers,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://tinkerlog.com/2009/05/15/interfacing-arduino-with-a-telit-gm862/comment-page-1/#comment-92101</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 17 Dec 2009 10:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://tinkerlog.com/?p=704#comment-92101</guid>
		<description>Hi,
I wanted to try this code (I use arduino 0017) but I can&#039;t compile it? I get this:

o: In function `GM862::isOn()&#039;:
multiple definition of `GM862::isOn()

Any idea what went wrong? By the way, if I don&#039;t want to use serial &quot;feedback&quot;, can I write the responds to a LCD so I don&#039;t need arduino mega?

Regards,
Peter</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I wanted to try this code (I use arduino 0017) but I can&#8217;t compile it? I get this:</p>
<p>o: In function `GM862::isOn()&#8217;:<br />
multiple definition of `GM862::isOn()</p>
<p>Any idea what went wrong? By the way, if I don&#8217;t want to use serial &#8220;feedback&#8221;, can I write the responds to a LCD so I don&#8217;t need arduino mega?</p>
<p>Regards,<br />
Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>
