INTRODUCTION
Beetle is a extremely the smallest Arduino leonardo board. It derives its core notion from minimalism without compromising functionality.
It comes with Atmel AtMega32u4 (datasheet) @16MHz clock time and has expanded amounts of interfaces: 10 digital pins, 5 analog pins and 4 pwn pins. To further make it user-friendly, it is compatible with Micro USB so that direct programming and testing is no longer a headache. Select "Arduino Leonardo (tools >board > Arduino Leonardo in Arduino IDE), the ATmega32U4 comes preburned with a bootloader that allows you to upload any new code that is applicable to Arduino Leonardo.
As the smallest Arduino Leonardo, it enjoys similar powerful functionalities. Beetle aims to solve problems of low-cost controller, ease-of-using properly, and to provide a low cost solution for disposable projects, such as DIY projects, workshops, gift projects, E-Textiles and educational. For students and makers who can not afford too much on hardware purchasing, Beetle can be a great solution for them.
FEATURES
- 20mm X 22mm compact size
- Direct downloading and testing via Micro USB
- V-shaped large-size gold-plated IO ports make it convenient for the user to twist wires upon, and can also be directly sewn on clothes with conductive thread.
- Two honeycomb shape gold-plated power interface
- Magic light blue soft BLINK indicator
SPECIFICATION
- Microcontroller:ATmega32u4
- Clock Speed:16 MHz
- Operating Voltage:5V DC
- Digital I/O Pins:10
- PWM Channels:4
- Analog Input Channels:5
- UART:1
- I2C:1
- Micro USB:1
- Power Ports:2
- Flash Memory: 32 KB of which 4KB used by bootloader
- SRAM: 2.5 KB
- EEPROM: 1 KB
DOCUMENTS
- Wiki (Beetle - The Smallest Arduino)
- Schematic
- Review by One Mans Anthology
- Adafruit's Trinket vs KDRobotKit's Beetle - Review and Comparision (Video)
- Beetle: Minimize Your Arduino Projects (Instructables)
PACKING LIST
- Beetle x1
PROJECTS
6. A Wristband Pedometer Based on BMI160 Motion Sensor
Recently I bought a 6-Axis Inertial Motion Sensor from KDRobotKit. So it occurs to me that why not make a wristband pedometer to calculate my physical strength.
The material you may need:
Gravity: I2C BMI160 6-Axis Inertial Motion Sensor ×1
Beetle - The Smallest Arduino ×1
Gravity I2C OLED-2864 Display ×1
3.7V Mini-Lithium Battery ×1
Button ×2
Toggle Switch ×1
Watchband ×1
- Lightsabers by Makefun Workshop
TUTORIAL
- How to Make an Obstacle Avoiding Robot with MiniQ 2WD
- 3D Printing, Self-Defined Animation Badge
REVIEW
- Gravity: Beetle Shield$2.90
- Gravity: Bluno Beetle Shield$3.90
- FTDI Basic Breakout 3.3/5V (Arduino Compatible)$12.90
- Solar Lipo Charger (3.7V)$4.90
- DC Barrel Jack Adapter - Female$1.90
- Gravity IO Expansion Shield for Arduino V7.1$8.90
- DHT22 Temperature and Humidity Sensor$9.50
- Gravity: Digital Water Flow Sensor For Arduino - 1/8"$8.90
var disqus_shortname = 'dfrobot';
var disqus_disable_mobile = true;
var disqus_identifier = 'prod-1075';
(function() document.getElementsByTagName('body')[0]).appendChild(dsq);
)();
Please enable JavaScript to view the comments powered by Disqus.
REVIEW
var google_tag_params =
ecomm_prodid: "1075",
ecomm_pagetype:"product",
ecomm_totalvalue: "$7.90",
;
/* */
(function(e, a)
if(!a.__SV)
var b = window;
try catch(m)
var k, h;
window.mixpanel = a;
a._i = [];
a.init = function(b, c, f)
function e(b, a)
var c = a.split(".");
2 == c.length && (b = b[c[0]], a = c[1]);
b[a] = function()
b.push([a].concat(Array.prototype.slice.call(arguments,
0)))
var d = a;
"undefined" !== typeof f ? d = a[f] = [] : f = "mixpanel";
d.people = d.people ;
a.__SV = 1.2;
b = e.createElement("script");
b.type = "text/javascript";
b.async = !0;
b.src = "undefined" !== typeof MIXPANEL_CUSTOM_LIB_URL ? MIXPANEL_CUSTOM_LIB_URL : "file:" === e.location.protocol && "//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^///) ? "https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js" : "//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";
c = e.getElementsByTagName("script")[0];
c.parentNode.insertBefore(b, c)
)(document, window.mixpanel || []);
mixpanel.init("60397c3ecb5c7285a67b750ed8abc0e8");
SPECIFICATION
- Microcontroller:ATmega32u4
- Clock Speed:16 MHz
- Operating Voltage:5V DC
- Digital I/O Pins:10
- PWM Channels:4
- Analog Input Channels:5
- UART:1
- I2C:1
- Micro USB:1
- Power Ports:2
- Flash Memory: 32 KB of which 4KB used by bootloader
- SRAM: 2.5 KB
- EEPROM: 1 KB
FEATURES
- 20mm X 22mm compact size
- Direct downloading and testing via Micro USB
- V-shaped large-size gold-plated IO ports make it convenient for the user to twist wires upon, and can also be directly sewn on clothes with conductive thread.
- Two honeycomb shape gold-plated power interface
- Magic light blue soft BLINK indicator
SPECIFICATION
- Microcontroller:ATmega32u4
- Clock Speed:16 MHz
- Operating Voltage:5V DC
- Digital I/O Pins:10
- PWM Channels:4
- Analog Input Channels:5
- UART:1
- I2C:1
- Micro USB:1
- Power Ports:2
- Flash Memory: 32 KB of which 4KB used by bootloader
- SRAM: 2.5 KB
- EEPROM: 1 KB
DOCUMENTS
- Wiki (Beetle - The Smallest Arduino)
- Schematic
- Review by One Mans Anthology
- Adafruit's Trinket vs KDRobotKit's Beetle - Review and Comparision (Video)
- Beetle: Minimize Your Arduino Projects (Instructables)
PACKING LIST
- Beetle x1
PROJECTS
6. A Wristband Pedometer Based on BMI160 Motion Sensor
Recently I bought a 6-Axis Inertial Motion Sensor from KDRobotKit. So it occurs to me that why not make a wristband pedometer to calculate my physical strength.
The material you may need:
Gravity: I2C BMI160 6-Axis Inertial Motion Sensor ×1
Beetle - The Smallest Arduino ×1
Gravity I2C OLED-2864 Display ×1
3.7V Mini-Lithium Battery ×1
Button ×2
Toggle Switch ×1
Watchband ×1
- Lightsabers by Makefun Workshop
TUTORIAL
- How to Make an Obstacle Avoiding Robot with MiniQ 2WD
- 3D Printing, Self-Defined Animation Badge
REVIEW
- Gravity: Beetle Shield$2.90
- Gravity: Bluno Beetle Shield$3.90
- FTDI Basic Breakout 3.3/5V (Arduino Compatible)$12.90
- Solar Lipo Charger (3.7V)$4.90
- DC Barrel Jack Adapter - Female$1.90
- Gravity IO Expansion Shield for Arduino V7.1$8.90
- DHT22 Temperature and Humidity Sensor$9.50
- Gravity: Digital Water Flow Sensor For Arduino - 1/8"$8.90
var disqus_shortname = 'dfrobot';
var disqus_disable_mobile = true;
var disqus_identifier = 'prod-1075';
(function() document.getElementsByTagName('body')[0]).appendChild(dsq);
)();
Please enable JavaScript to view the comments powered by Disqus.
REVIEW
var google_tag_params =
ecomm_prodid: "1075",
ecomm_pagetype:"product",
ecomm_totalvalue: "$7.90",
;
/* */
(function(e, a)
if(!a.__SV)
var b = window;
try catch(m)
var k, h;
window.mixpanel = a;
a._i = [];
a.init = function(b, c, f)
function e(b, a)
var c = a.split(".");
2 == c.length && (b = b[c[0]], a = c[1]);
b[a] = function()
b.push([a].concat(Array.prototype.slice.call(arguments,
0)))
var d = a;
"undefined" !== typeof f ? d = a[f] = [] : f = "mixpanel";
d.people = d.people ;
a.__SV = 1.2;
b = e.createElement("script");
b.type = "text/javascript";
b.async = !0;
b.src = "undefined" !== typeof MIXPANEL_CUSTOM_LIB_URL ? MIXPANEL_CUSTOM_LIB_URL : "file:" === e.location.protocol && "//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^///) ? "https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js" : "//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";
c = e.getElementsByTagName("script")[0];
c.parentNode.insertBefore(b, c)
)(document, window.mixpanel || []);
mixpanel.init("60397c3ecb5c7285a67b750ed8abc0e8");
PACKING LIST
- Beetle x1
DOCUMENTS
- Wiki (Beetle - The Smallest Arduino)
- Schematic
- Review by One Mans Anthology
- Adafruit's Trinket vs KDRobotKit's Beetle - Review and Comparision (Video)
- Beetle: Minimize Your Arduino Projects (Instructables)
COUNTRIES WE SHIP TO
Antigua & Barbuda, Bulgaria, Bangladesh, Thailand, Malawi, China - Hong Kong / Macau, Nepal, Bhutan, Guinea-Bissau, Angola, Lithuania, Chad, Albania, Libya, Paraguay, Algeria, Myanmar/Burma, Poland, Bahamas, French Guiana, Zimbabwe, Mongolia, Congo, Democratic Republic of (DRC), Honduras, Korea, Republic of (South Korea), Eritrea, Croatia, Malaysia, Cyprus, Brazil, Guinea, Ghana, Sri Lanka, Greece, Belgium, Malta, Cayman Islands, Austria, Saudi Arabia, Russian Federation, Central African Republic, United States of America (USA), Iceland, Latvia, Morocco, Cambodia, Armenia, Montserrat, Suriname, El Salvador, New Zealand, Dominica, Bermuda, Gabon, Belize, Trinidad & Tobago, Germany, Burkina Faso, Uruguay, Liechtenstein, Chile, Gambia, Mozambique, Comoros, Japan, Afghanistan, Barbados, Anguilla, Grenada, Nicaragua, Burundi, Turkmenistan, Sudan, Kazakhstan, Bosnia & Herzegovina, Uganda, Kyrgyz Republic (Kyrgyzstan), Bahrain, Togo, Azerbaijan, Philippines, Turkey, Martinique, Swaziland, Pacific Islands, Yemen, Puerto Rico, Macedonia, Republic of, Timor Leste, Botswana, Moldova, Republic of, Solomon Islands, Rwanda, Reunion, Cape Verde, Portugal, Uzbekistan, Saint Kitts and Nevis, United Arab Emirates, Great Britain, China, Iran, Laos, Namibia, Turks & Caicos Islands, Luxembourg, Virgin Islands (UK), Ethiopia, Niger, Hungary, Peru, Bolivia, Seychelles, Guatemala, Benin, Saint Vincent and the Grenadines, Romania, Qatar, Oman, South Sudan, Montenegro, Spain, South Africa, Vietnam, Australia, Equatorial Guinea, Maldives, Korea, Democratic Republic of (North Korea), France, Sweden, Andorra, Lesotho, Iraq, Venezuela, Samoa, Mexico, Mali, Colombia, Fiji, Syria, Argentina, Senegal, Kosovo, Mauritania, Slovenia, Haiti, Panama, Papua New Guinea, Belarus, Switzerland, Denmark, Georgia, Singapore, Serbia, Slovak Republic (Slovakia), Egypt, Czech Republic, Kuwait, Tunisia, Jordan, Norway, Sao Tome and Principe, Sierra Leone, Canada, Mayotte, Finland, Guadeloupe, Kenya, Dominican Republic, Congo, Pakistan, Ivory Coast (Cote d'Ivoire), Madagascar, Nigeria, Virgin Islands (US), Saint Lucia, Tajikistan, Brunei Darussalam, Liberia, Somalia, Ukraine, Jamaica, India, Israel and the Occupied Territories, Mauritius, Costa Rica, Netherlands, Ecuador, Djibouti, Italy, Lebanon, Zambia, Estonia, Tanzania, Cuba, Guyana, Cameroon, Monaco, Indonesia
https://kdrobotkit.com/product/beetle-the-smallest-arduino/
No comments:
Post a Comment