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

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2017-11-28T12:45:26+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=47&amp;t=19612&amp;mode</id>
<entry>
<author><name><![CDATA[reverse26]]></name></author>
<updated>2017-11-28T12:45:26+01:00</updated>
<published>2017-11-28T12:45:26+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199666#p199666</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199666#p199666"/>
<title type="html"><![CDATA[Re: Bootloader arduino]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199666#p199666"><![CDATA[
Czyli tak w arduino pisze program, tworze plik hex i przy pomocy np mkbootloader wgrywam hex na atmege i tyle?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=8223">reverse26</a> — 28 lis 2017, o 12:45</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[micky]]></name></author>
<updated>2017-11-16T18:16:08+01:00</updated>
<published>2017-11-16T18:16:08+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199058#p199058</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199058#p199058"/>
<title type="html"><![CDATA[Re: Bootloader arduino]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199058#p199058"><![CDATA[
Gwoli ścisłości to timeout dla bootloadera jest rzędu sekund (z reguły 1-3) a nie milisekund(przynajmniej tak bylo na Uno v3). Czyli, jeśli nic po resecie nie przyjdzie UARTem to po tym czasie zostanie uruchomiony Twoj program. Stąd też czasami się z bootloadera rezygnuje. Oczywiście bootloader to świetna sprawa a po WiFi wrecz rewelacja i super wygoda. Można też użyć takiego bootloadera, że po resecie sprawdza stan jednego z pinów i jak będzie np w stanie niskim to wtedy wejdzie w tryb bootloader'a. Zaleta szybkosc startu docelowej aplikacji, wada to potrzebny dodatkowy port i button/zworka.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1546">micky</a> — 16 lis 2017, o 18:16</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Marhef]]></name></author>
<updated>2017-11-16T12:38:56+01:00</updated>
<published>2017-11-16T12:38:56+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199045#p199045</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199045#p199045"/>
<title type="html"><![CDATA[Re: Bootloader arduino]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199045#p199045"><![CDATA[
<div class="quotetitle">reverse26 napisał(a):</div><div class="quotecontent"><br />To po go jest ten bootloadera?<br /></div>Bootloader jest po to, żebyś mógł programy wgrywać po UART. Jeżeli w arduino ide wciśniesz &quot;Wgraj&quot;, to układ do komunikacji UART (albo na drugiej atmedze albo na układzie CH340) resetuje głównego procka. W procku uruchamia się bootloader, który czeka na komunikację po UART, właśnie za pośrednictwem tego układu. Jeżeli po jakimś czasie tej komunikacji nie będzie, to uruchomi się napisany przez Ciebie program. Ten czas jest rzędu milisekund, nie zauważysz nawet.<br />Jeżeli programujesz przez programator (np. USBASP), to kasujesz wgrany wcześniej bootloader. Wtedy kolejne programy możesz wgrywać już tylko przez USBASP. Ale zostaje Ci układ do komunikacji UART (czyli nadal możesz sobie wyświetlać w monitorze portu szeregowego informacje używając poleceń Serial.print(&quot;Tekst&quot;);)<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=12752">Marhef</a> — 16 lis 2017, o 12:38</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[micky]]></name></author>
<updated>2017-11-15T22:27:39+01:00</updated>
<published>2017-11-15T22:27:39+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199031#p199031</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199031#p199031"/>
<title type="html"><![CDATA[Re: Bootloader arduino]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199031#p199031"><![CDATA[
Bo w arduino nie masz wbudowanego USB-ASP. A na ATB 1.05 jest. Poza tym zestaw ATB jest bardzo uniwersalny - można rzec multiplatform. Sam z niego nagminnie korzystam do różnych dziwnych rzeczy.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1546">micky</a> — 15 lis 2017, o 22:27</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[reverse26]]></name></author>
<updated>2017-11-15T21:07:15+01:00</updated>
<published>2017-11-15T21:07:15+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199021#p199021</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199021#p199021"/>
<title type="html"><![CDATA[Re: Bootloader arduino]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=199021#p199021"><![CDATA[
To po go jest ten bootloadera? Skoro można w arduino ide bez niego robić?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=8223">reverse26</a> — 15 lis 2017, o 21:07</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Marhef]]></name></author>
<updated>2017-11-15T17:50:06+01:00</updated>
<published>2017-11-15T17:50:06+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198993#p198993</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198993#p198993"/>
<title type="html"><![CDATA[Re: Bootloader arduino]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198993#p198993"><![CDATA[
<div class="quotetitle">reverse26 napisał(a):</div><div class="quotecontent"><br />Programować w arduino przy pomocy arduino ide <img src="https://forum.atnel.pl/images/smilies/icon_e_smile.gif" alt=":)" title="Szczęśliwy" /> sporo łatwiej niż w czystym c i dużo szybciej<br /></div>Ale przecież możesz programować przez USBASP na przykład, bez użycia bootloadera<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=12752">Marhef</a> — 15 lis 2017, o 17:50</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[raczyk]]></name></author>
<updated>2017-11-15T16:30:55+01:00</updated>
<published>2017-11-15T16:30:55+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198990#p198990</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198990#p198990"/>
<title type="html"><![CDATA[Re: Bootloader arduino]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198990#p198990"><![CDATA[
Ja mam zestaw ATB 1.05a i po przeczytaniu tego co podał w linku adamBo, dodałem do ArduinoIDE płytkę atmega32 oraz plik z pinami.<br />Napisałem programik migającej diody i za pomocą Szkic-&gt; Weryfikuj/Kompiluj utworzył mi się pięknie plik hex dla atmegi32 16Mhz, który następnie MKBootloderem wgrałem na zestaw. Wszystko działa bez żadnych problemów. Całość trwało niecałe 5 minut.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=8571">raczyk</a> — 15 lis 2017, o 16:30</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[reverse26]]></name></author>
<updated>2017-11-15T09:46:34+01:00</updated>
<published>2017-11-15T09:46:34+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198973#p198973</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198973#p198973"/>
<title type="html"><![CDATA[Re: Bootloader arduino]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198973#p198973"><![CDATA[
Programować w arduino przy pomocy arduino ide <img src="https://forum.atnel.pl/images/smilies/icon_e_smile.gif" alt=":)" title="Szczęśliwy" /> sporo łatwiej niż w czystym c i dużo szybciej<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=8223">reverse26</a> — 15 lis 2017, o 09:46</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[raczyk]]></name></author>
<updated>2017-11-14T19:51:05+01:00</updated>
<published>2017-11-14T19:51:05+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198943#p198943</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198943#p198943"/>
<title type="html"><![CDATA[Re: Bootloader arduino]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198943#p198943"><![CDATA[
A po co chcesz ten bootloader arduino - w jakim celu potrzebujesz go na tej ATMega32? <br />W Twoim profilu jest informacja, że masz MKBootloader, czy on Ci nie wystarcza? Masz z nim jakiś problem, że chcesz przejść na Bootloader arduino?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=8571">raczyk</a> — 14 lis 2017, o 19:51</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[adamBo]]></name></author>
<updated>2017-11-14T18:27:03+01:00</updated>
<published>2017-11-14T18:27:03+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198935#p198935</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198935#p198935"/>
<title type="html"><![CDATA[Re: Bootloader arduino]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198935#p198935"><![CDATA[
Witam. Poczytaj to <!-- m --><a class="postlink" href="http://www.instructables.com/id/Using-Atmega32-with-Arduino-IDE/" >http://www.instructables.com/id/Using-A ... duino-IDE/</a><!-- m --><br />Pozdrawiam<br /><br />Wysłane z mojego HTC One_M8 przy użyciu Tapatalka<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=9051">adamBo</a> — 14 lis 2017, o 18:27</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[reverse26]]></name></author>
<updated>2017-11-14T18:17:08+01:00</updated>
<published>2017-11-14T18:17:08+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198932#p198932</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198932#p198932"/>
<title type="html"><![CDATA[Re: Bootloader arduino]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198932#p198932"><![CDATA[
Z tego co wiem maja atmega328, ale widziałem już paczki pod atmege32, niestety u mnie nie działają, dlatego pytam.  Więc zostaje mi kupić Atmega328P-AU czyli taka z arduino lub Atmega328<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=8223">reverse26</a> — 14 lis 2017, o 18:17</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Marhef]]></name></author>
<updated>2017-11-14T17:31:01+01:00</updated>
<published>2017-11-14T17:31:01+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198930#p198930</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198930#p198930"/>
<title type="html"><![CDATA[Re: Bootloader arduino]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198930#p198930"><![CDATA[
A jest arduino, które ma na pokładzie procesor ATMega32?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=12752">Marhef</a> — 14 lis 2017, o 17:31</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[reverse26]]></name></author>
<updated>2017-11-14T17:02:12+01:00</updated>
<published>2017-11-14T17:02:12+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198927#p198927</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198927#p198927"/>
<title type="html"><![CDATA[Bootloader arduino]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=19612&amp;p=198927#p198927"><![CDATA[
Hej <img src="https://forum.atnel.pl/images/smilies/icon_e_smile.gif" alt=":)" title="Szczęśliwy" /><br />Ma ktoś pomysł jak wgrać bootloader arduino do atmega32? Próbuję poprzez arduino ide w tym usbasp oraz przez ft232, czy jak to się tam nazywa i w ogóle nie wchodzi. Przy usbasp wywala brak podłączonego programatora pod usb chociaż mkavr bez problemu go znajduje, a poprzez ft232 wgrywa bez końca, a na końcu błąd. Posiadam taki zestaw tyle, że z atmega32 gotronik<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=8223">reverse26</a> — 14 lis 2017, o 17:02</p><hr />
]]></content>
</entry>
</feed>