<?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=47&amp;t=9818&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2014-12-24T08:03:39+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=47&amp;t=9818&amp;mode</id>
<entry>
<author><name><![CDATA[DamCos]]></name></author>
<updated>2014-12-24T08:03:39+01:00</updated>
<published>2014-12-24T08:03:39+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=9818&amp;p=110228#p110228</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=9818&amp;p=110228#p110228"/>
<title type="html"><![CDATA[Re: Błąd przy programowaniu ATmega328P]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=9818&amp;p=110228#p110228"><![CDATA[
ATmegę328P programuję za pomocą USBASP, taki programator mam ustawiony w Arduino IDE, działa(ła) bez bootloadera.<br />Kod:<br /><br />[syntax=cpp]#include &lt;IRremote.h&gt;<br />#define irPin 11<br />IRrecv irrecv(irPin);<br />decode_results results;<br /><br />boolean stan=0;<br />void setup() {<br /><br />  <br />  pinMode(13, OUTPUT);<br />  Serial.begin(9600);<br />  irrecv.enableIRIn();<br />  <br />}<br /><br />void loop() {<br /><br />  if (irrecv.decode(&amp;results)) {<br />   <br />    switch (results.value) {<br />         case 0xA26409C9:<br />         digitalWrite(13, HIGH);<br />            break;<br /> <br />         <br />         }<br /> <br />   irrecv.resume();<br />      <br />    <br />      <br />    <br />      <br />  }<br />}[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=3947">DamCos</a> — 24 gru 2014, o 08:03</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[MikieMan]]></name></author>
<updated>2014-12-23T17:51:07+01:00</updated>
<published>2014-12-23T17:51:07+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=9818&amp;p=110143#p110143</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=9818&amp;p=110143#p110143"/>
<title type="html"><![CDATA[Re: Błąd przy programowaniu ATmega328P]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=9818&amp;p=110143#p110143"><![CDATA[
Nie wiem czy dobrze rozumiem, bo oszczędnie bardzo opisałeś sytuację, ale jeśli wsadziłeś do Arduino nowego procka to oczywistym jest, że nie zadziała.<br />Dla Arduino musisz mieć odpowiednio ustawione fusebity procka i wgrany bootloader Arduino.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=3503">MikieMan</a> — 23 gru 2014, o 17:51</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[piotrekwoj1]]></name></author>
<updated>2014-12-23T17:44:24+01:00</updated>
<published>2014-12-23T17:44:24+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=9818&amp;p=110141#p110141</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=9818&amp;p=110141#p110141"/>
<title type="html"><![CDATA[Re: Błąd przy programowaniu ATmega328P]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=9818&amp;p=110141#p110141"><![CDATA[
Wklej swój kod będzie prościej prześledzić.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=3730">piotrekwoj1</a> — 23 gru 2014, o 17:44</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DamCos]]></name></author>
<updated>2014-12-23T14:12:58+01:00</updated>
<published>2014-12-23T14:12:58+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=9818&amp;p=110118#p110118</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=9818&amp;p=110118#p110118"/>
<title type="html"><![CDATA[Błąd przy programowaniu ATmega328P]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=9818&amp;p=110118#p110118"><![CDATA[
Witam,<br /><br />Jak chcę zaprogramować w Arduino Atmegę328P to wyświetla się taki błąd:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">avrdude: verification error, first mismatch at byte 0x0001<br />         0xff != 0x00<br />avrdude: verification error; content mismatch</div><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=3947">DamCos</a> — 23 gru 2014, o 14:12</p><hr />
]]></content>
</entry>
</feed>