<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl-pl">
<link rel="self" type="application/atom+xml" href="https://forum.atnel.pl/feed.php?f=8&amp;t=14470&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2016-02-09T12:48:08+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=8&amp;t=14470&amp;mode</id>
<entry>
<author><name><![CDATA[drezzill]]></name></author>
<updated>2016-02-09T12:48:08+01:00</updated>
<published>2016-02-09T12:48:08+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=14470&amp;p=153158#p153158</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=14470&amp;p=153158#p153158"/>
<title type="html"><![CDATA[Re: Problem z połączeniem atmegi32 i SIM800]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=14470&amp;p=153158#p153158"><![CDATA[
Przeczytałem instrukcję jeszcze przed pierwszą próbą. Problem już się sam rozwiązał, zawinił konwerter poziomów. Już wszystko działa.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=5694">drezzill</a> — 9 lut 2016, o 12:48</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[SunRiver]]></name></author>
<updated>2016-02-09T12:34:47+01:00</updated>
<published>2016-02-09T12:34:47+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=14470&amp;p=153156#p153156</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=14470&amp;p=153156#p153156"/>
<title type="html"><![CDATA[Re: Problem z połączeniem atmegi32 i SIM800]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=14470&amp;p=153156#p153156"><![CDATA[
oczywiście przeczytał kolega instrukcję modułu ??<br /><br /><div class="quotetitle"><b>Quote:</b></div><div class="quotecontent"><br />How to enter into AT mode ?<br /><br />1 Preparation<br />Steps<br /><br />------ Insert SIM800H module onto Arduino UNO or any other Arduino card;<br />------ Connect UNO with computer through USB cable<br />------ Connect UNO power jack with an external power supply, 6-12V @ &gt;500mA.  ----- Trochę potrzebuje zasilania <br />------ Set the swith to USB.<br /><br />2 Boot SIM800H in two ways, anyone of them will work. <br />Press the button boot for 2 seconds<br />Upload the sketch below.<br /><br />    void setup(){<br />        //Set pin 12 as output <br />        pinMode(12,OUTPUT);<br />        //GSM power on sequence<br />        digitalWrite(12,HIGH);<br />        delay(2000);<br />        digitalWrite(12,LOW); <br />    }<br />    void loop(){ <br />    }<br /></div><br />------------------------    Warto zwrócić uwagę że  pin D12 z arduino steruje pinem ENABLE dla modułu SIM <br />------------------------    Ważne są też informacje o potrzebach energetycznych <br /><div class="quotetitle"><b>Quote:</b></div><div class="quotecontent"><br />3 Choosing the right board and Serial port at arduino IDE menu bar. Open the serial monitor or other Serial Assistant software. Choosig&quot;Both NL &amp; CR&quot;. Wait for the NET led to blink as finding net, then you could send some AT commands. Otherwise please check the external power supply/ SIM card/ switch choosing /NET led if it's on and Reset/ Reboot module.<br /></div><br /><br />Jak więc kolega widzi dopiero należy wysyłac komendy AT+   wraz z CR / LF    9600 bps <br /><br /><!-- m --><a class="postlink" href="http://www.dfrobot.com/wiki/index.php?title=(_SKU:TEL0089_" >http://www.dfrobot.com/wiki/index.php?t ... U:TEL0089_</a><!-- m -->)_SIM800H_GPRS_Shield_V1.0_Communication_Module<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=58">SunRiver</a> — 9 lut 2016, o 12:34</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[drezzill]]></name></author>
<updated>2016-02-09T12:22:44+01:00</updated>
<published>2016-02-09T12:22:44+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=14470&amp;p=153155#p153155</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=14470&amp;p=153155#p153155"/>
<title type="html"><![CDATA[Problem z połączeniem atmegi32 i SIM800]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=14470&amp;p=153155#p153155"><![CDATA[
Mój problem jest bardziej związany z SIM800. Kupiłem niedawno <!-- m --><a class="postlink" href="http://botland.com.pl/arduino-shield-komunikacja/4284-dfrobot-shield-gprs-sim800h-dla-arduino.html" >http://botland.com.pl/arduino-shield-ko ... duino.html</a><!-- m --><br />i chciałem podłączyć do atmegi i przetestować.<br /><br />Atmege mam włożoną w płytkę ATB v1.04 i podłączoną do PC przez USB.<br />Płytkę z SIM800 mam podłączoną do zasilacza i połączone z atmegą 3 przewodami RX, TX, GND.<br /><br />Poczekałem na połączenie z siecią i wysłałem polecenie &quot;AT&quot;, jednak nie było żadnej reakcji. Podobnie, gdy wyciągnąłem procek i stosowałem płytke ATB jako zwykłą przejściówkę pisząc w terminalu. Jedyne co odbieram to po połączeniu z siecią masę zer i na końcu E0 (hex).<br /><br />Jak skomunikować się z tym modułem?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=5694">drezzill</a> — 9 lut 2016, o 12:22</p><hr />
]]></content>
</entry>
</feed>