mirror of
https://github.com/markqvist/unsignedio
synced 2026-08-12 17:40:37 -04:00
63 lines
4.1 KiB
HTML
63 lines
4.1 KiB
HTML
|
||
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<link rel="stylesheet" href="../css/water.css?v=19">
|
||
<link rel="shortcut icon" type="image/x-icon" href="../gfx/icon.png">
|
||
<meta charset="utf-8"/>
|
||
<title>Unduino1284p | unsigned.io</title>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
||
<meta property="og:title" content="Unduino1284p">
|
||
<meta name="description" content="Unduino1284p page at unsigned.io">
|
||
<meta property="og:description" content="Unduino1284p page at unsigned.io">
|
||
<meta property="og:image" content="https://unsigned.io/gfx/unsigned_logo.webp">
|
||
<meta property="og:url" content="https://unsigned.io/hardware/Unduino1284p.html">
|
||
<meta property="og:title" content="Unduino1284p">
|
||
<meta name="twitter:card" content="summary_large_image">
|
||
<meta property="twitter:domain" content="unsigned.io">
|
||
<meta property="twitter:url" content="https://unsigned.io/hardware/Unduino1284p.html">
|
||
<meta name="twitter:title" content="Unduino1284p">
|
||
<meta name="twitter:description" content="Unduino1284p page at unsigned.io">
|
||
<meta name="twitter:image" content="https://unsigned.io/gfx/unsigned_logo.webp">
|
||
|
||
</head>
|
||
<body>
|
||
<div id="load_overlay" style="background-color:#2a2a2f; position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:2000;"></div>
|
||
<span class="logo">unsigned.io</span>
|
||
<center>
|
||
<p><span class="menu"><a href="../index.html">Home</a> | <a href="../log.html">Log</a> | <a href="../guides.html">Guides</a> | <a href="../software/index.html">Software</a> | <a href="../hardware/index.html">Hardware</a> | <a href="https://github.com/markqvist/Reticulum/discussions">Discussions</a> | <a href="../shop.html">Shop</a> | <a href="../contact.html">Contact Me</a> | <a href="../donate.html">Donate</a></span></p>
|
||
</center><hr><h1>Unduino1284p</h1>
|
||
<p>Unduino1284p is an Arduino-compatible development, prototyping and control board featuring the powerful ATmega1284p MCU and onboard USB-to-serial converter, in a very small (but still breadboard-friendly) form-factor. The board is directly programmable from within the Arduino IDE, or using avr-gcc tools.</p>
|
||
|
||
<p><img src="../images/20180406_152450-1-1024x576.jpg"/></p>
|
||
<h3>Specifications</h3>
|
||
<ul>
|
||
<li>ATmega1284p MCU clocked at 16 MHz</li>
|
||
<li>16 KB of RAM</li>
|
||
<li>128 KB of flash</li>
|
||
<li>4KB EEPROM</li>
|
||
<li>All MCU pins broken out on board</li>
|
||
<li>On-board USB-to-serial converter (FT230XS)</li>
|
||
<li>USB Mini-B connector</li>
|
||
<li>Dimensions: 43 x 24 mm</li>
|
||
<li>3.3v output (max 50mA)</li>
|
||
</ul>
|
||
<h3>Pin Layout</h3>
|
||
<p>The Arduino core for Unduino1284p is based on <a href="https://github.com/MCUdude/MightyCore">MightyCore</a> by <a href="https://github.com/MCUdude">MCUDude</a>, and follows the same pin mapping. Native port descriptions are printed on the bottom of the board. The following pinout also displays the mapping to Arduino pins, and the most commonly used extra functions of the various pins.</p>
|
||
|
||
<p><img src="../images/Unduino_pinout-1024x1002.jpg"/></p>
|
||
<h3>Adding Unduino to the Arduino IDE</h3>
|
||
<p>I provide a board support package that automatically adds support for all Unsigned.io boards to the Arduino IDE. Please <a href="https://unsigned.io/board-support-in-arduino-ide/">read this post</a> for instructions on how to add it.</p>
|
||
<h3>Getting one</h3>
|
||
<p>You can purchase the Unduino1284p <a href="https://unsigned.io/shop/product/unduino/">from my shop</a>. I ship worldwide.</p>
|
||
<br/><hr/><span class="no_print"><center><br/><i>This website is running on a 100% solar powered server</i><br/><br/>☀️<br/><br/><i><small>Unless otherwise noted, everything here is put into the world under a <a href="../LICENSE.txt">CC BY-NC-SA 4.0</a> license.<br/>Feel free to share and remix, just remember the attribution.
|
||
</small></i></center></span>
|
||
<div class="print_only donation_block"><br/>
|
||
Contribute to keeping information on Free & Open Communications systems available for all.<br/>
|
||
You can donate directly to <b>unsigned.io</b> by using one of the following QR codes:<br/><br/>
|
||
<span class="donate_qr"><img src="../gfx/donate_xmr.png"/><br/>Monero</span>
|
||
<span class="donate_qr"><img src="../gfx/donate_btc.png"/><br/>Bitcoin</span>
|
||
<span class="donate_qr"><img src="../gfx/donate_eth.png"/><br/>Ethereum</span>
|
||
</div>
|
||
</body></html>
|