Skip to content
Snippets Groups Projects
Commit f7960d5c authored by Adrián Torres's avatar Adrián Torres
Browse files

samd_xiao

parent e6cfa8ec
No related branches found
No related tags found
No related merge requests found
Pipeline #361076 passed
docs/assignments/samdino/Xiao_SMD_board_interior.png

2.35 KiB

docs/assignments/samdino/Xiao_SMD_board_traces.png

2.99 KiB

docs/images/samdino/s_44.jpg

136 KiB

docs/images/samdino/s_45.jpg

239 KiB

...@@ -79,9 +79,10 @@ ...@@ -79,9 +79,10 @@
<ul class="actions"><li><a href="#programming" class="button primary">Programming</a></li> <ul class="actions"><li><a href="#programming" class="button primary">Programming</a></li>
<li><a href="#swd" class="button primary">SAMD11C SWD</a></li> <li><a href="#swd" class="button primary">SAMD11C SWD</a></li>
<li><a href="#serial" class="button primary">SAMD11C Serial</a></li> <li><a href="#serial" class="button primary">SAMD11C Serial</a></li>
<li><a href="#errors" class="button primary">Programming Errors</a></li></ul> <li><a href="#seeeduino" class="button primary">Burn bootloader with XIAO SAMD 21</a></li></ul>
<ul class="actions"><li><a href="#bom" class="button primary">BOM and Schematic</a></li> <ul class="actions"><li><a href="#errors" class="button primary">Programming Errors</a></li>
<li><a href="#bom" class="button primary">BOM and Schematic</a></li>
<li><a href="#board" class="button primary">Board design</a></li></ul> <li><a href="#board" class="button primary">Board design</a></li></ul>
...@@ -343,7 +344,32 @@ ...@@ -343,7 +344,32 @@
<span class="image main"><img src="images/samdino/s_33.jpg" alt="" /></span> <span class="image main"><img src="images/samdino/s_33.jpg" alt="" /></span>
<h1><a id="seeeduino"></a>Burn bootloader with XIAO SAMD 21.</h1>
<p>During the <a href="https://bali.fabevent.org/"><b>Bali Fab Fest,</b></a> instructor <a href="http://archive.fabacademy.org/fabacademy2017/fablabkamakura/students/44/"><b>Yuichi Tamiya</b></a> from Fab Lab Kannai held a workshop to explain how to upload the bootloader to the SAMDs using the <a href="https://www.seeedstudio.com/Seeeduino-XIAO-Arduino-Microcontroller-SAMD21-Cortex-M0+-p-4426.html"><b>Xiao SAMD21</b></a> from Seeed Studio. <b>Thank you Yuichi 🤗</b></p>
<p>To do this, you will find everything you need in the following <a href="https://fabacademy.org/2022/labs/kannai/Bali_Fab_Fest_WS/"><b> documentation.</b></a></p>
<p>Several recommendations.</p>
<ul><li><a href="https://www.arduino.cc/en/software"><b>Install the latest Arduino IDE 2.0.0 for this to work.</b></a></li>
<li><a href="https://fabacademy.org/2022/labs/kannai/Bali_Fab_Fest_WS/codes/simple_daplink_xiao.uf2"><b>Download the simple_daplink_xiao.uf2 files</b></a></li>
<li><a href="https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json"><b>Package Seeeduino boards</b></a></li>
<li>The connections.</li></ul>
<p><img src="images/samdino/s_44.jpg" width="50%"; max-width="700" /></p>
<p>Also Yuichi, designed a board to be able to connect the Xiao SAMD21 and load the bootloader to the SAMD's. Here are the designs.</p>
<ul><li><a href="assignments/samdino/Xiao_SMD_board_traces.png"><b>Xiao SMD traces PNG</b></a></li>
<li><a href="assignments/samdino/Xiao_SMD_board_interior.png"><b>Xiao SMD interior PNG</b></a></li></ul>
<p>The materials are pin headers and a 0 ohm resistor. When uploading the bootloader, remember to power the other board.</p>
<span class="image main"><img src="images/samdino/s_45.jpg" alt="" /></span>
<h1><a id="errors"></a>Programming Errors.</h1> <h1><a id="errors"></a>Programming Errors.</h1>
<p>During the programming of the SAMD's, sometimes we can get a series of errors in the terminal that we do not understand. Many are errors of poor connection of the programmer or <b>soldering failures</b> of the new board. Like for example this one.</p> <p>During the programming of the SAMD's, sometimes we can get a series of errors in the terminal that we do not understand. Many are errors of poor connection of the programmer or <b>soldering failures</b> of the new board. Like for example this one.</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment