New interesting Arduino platforms

Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. The microcontroller on the Arduino board is programmed using the Arduino programming language (based on Wiring and C) and the Arduino development environment (based on Processing). This combination of tools have made it a very easy to use platform for all kinds of experimenters to create many kinds of project hacks and even commercial products. Why the Arduino Won and Why It’s Here to Stay article gives you idea why the platform is so popular. Arduino and it’s tool-set started with 8-bit Atmel microcontrollers, but nowdays the tools can also be used to program also ARM based microcontrollers.

Every now and then different sources show another “Arduino-like platform”. Here are pointers to some most interesting looking new Arduino platforms (look interesting but I have not had change to personally test any of them):

EDN magazine article Coin-sized Arduino-compatible computer with Bluetooth LE wirelessly connects to smartphones, tablets tells that about the world’s first ‘Arduino’ compatible open-source micro-computer that can communicate wirelessly with any Bluetooth® v4.0 compatible smartphone or tablet. This ‘RFduino’ is based on nRF51822′s powerful on-board 32-bit ARM Cortex M0-based processor. Open Source RF claims that the overriding focus of the RFduino is on building new wireless applications. The RFduino can be powered by anything from household outlets down to a regular CR2032 coin cell (watch) battery. The RFduino 7 GPIO lines all support, Digital IO, Analog ADC, SPI, I2C, UART and PWM. The RFduino is similar to the Arduino UNO or DUE, except the RFduino is a fraction of the cost and size, in addition has wireless smartphone connectivity built-in! There are several open-source RFduino and iPhone apps which are free to use, extend, and share.

The JeeNode is a small wireless board with an 8-bit Atmel RISC microprocessor. JeeNodes are compatible with the Arduino platform and can be programmed under Windows, Mac OS X, or Linux using sketches created with the Arduino IDE. Kits include the ISM-band 868 MHz radio module as used in Europe for short range wireless communications.

The PICnDuino Review page tells about PICnDuino board. The PICnDuino is an Open Source dual microcontroller development platform built into a tiny direct to USB device. It is compatible with both Arduino (Atmega 328P) and Amicus18 (PIC18F25K20). The PICnDuino provides a fantastic opportunity to learn two programming languages in one device (Arduino which is C and Amicus18 which is Basic). You just plug it in to USB and start coding. The board has LEDss onboard and had bread-board friendly format.

CuteUino: Only use the parts of the Arduino that you need for each project article tells of a new small version of the Arduino that has a fitting within the outline of an SD card. In this design the Arduino platform is broken it up into several modules (that you can stack on top of each other) so you can choose only the components that you need for the project. For more details check Prototyping The CuteUino web page.

212 Comments

  1. Tomi Engdahl says:

    ATtiny ISP Shield makes programing bare AVR ICs easy and also helps shrinkfy your arduino projects.
    http://www.htlinux.com/attiny-isp-shield-makes-programing-bare-avr-ics-easy-and-also-helps-shrinkfy-your-arduino-projects/

    ATtiny ISP Shield makes programing AVR ATtiny bare Chips easy and simple and also helps shrinkfy your arduino projects Introducing the ATtiny ISP Shield! Port your small Arduino projects to a low cost chip…

    Reply
  2. Tomi Engdahl says:

    Arduino-Compatible Spartan-6 FPGA Board
    http://store.hackaday.com/products/arduino-compatible-fpga-shield

    An FPGA development board in an Arduino compatible form factor. Hackaday developed awesomeness.
    $49.99

    Product Info

    Shield-form-factor for programming from Arduino or other SPI device
    Standalone JTAG programming for more seasoned designers
    Power rail regulates 3v3 from Arduino 5v or from external supply
    Black solder mask makes you feel awesome

    Don’t call it an Arduino Shield. This FPGA awesome-ness can function autonomously from an Arduino. So why is it in the shield form-factor?

    If you just want to dabble, connect it to your Arduino and use that to program the SPI flash that loads the FPGA. But as you get hooked on FPGA programming — and you will — you’re going to want more. At that point it’ll be easy to justify the subsequent purchase of a proper JTAG programmer.

    As for the chip in question, a Spartan-6 is the real deal. This is what you want to start off with because there’s a lot of room for your own growth. Matt did an excellent job of designing the power rails so that you can hang ever more complex hardware off of the pins (exceeding the current draw limits that come with sourcing from an Arduino’s USB rail).

    But hacking on FPGA is good brain work for those who have only tried out embedded thus far. Coding for hardware is pretty easy to get into — there’s a ton of examples out there already.

    This Arduino-Compatible FPGA Shield was developed by Matt Berggren. He has documented the entire Open Hardware adventure on his Hackaday.io project page.
    http://hackaday.io/project/38-Arduino-Compatible-FPGA-Shield

    Reply
  3. Tomi Engdahl says:

    Phoenard, A Prototyping Gadget
    http://hackaday.com/2014/11/14/phoenard-a-prototyping-gadget/

    Phoenard is a Kickstarter project the guys launched at the prize party, something they could attend as a little side trip after manning the ‘maker’ part of the Atmel booth at Electronica. They’ve come up with a tiny handheld device that can only be described as a ‘gadget’. It has a touchscreen, a battery, an MegaAVR, a few connectors, and not much else. What makes this project cool is how they’re running their applications. A bootloader sits on the AVR, but all the applications – everything from a GSM phone to an MP3 player – lives on a microSD card.

    The Phoenard guys have come up with a few expansion modules for Bluetooth LE, GSM, GPS, and all the usual cool modules.

    Phoenard : The Arduino-compatible Prototyping Gadget
    https://www.kickstarter.com/projects/2080282237/phoenard-the-arduino-compatible-prototyping-gadget

    Phoenard is an All-in-one Arduino-compatible prototyping Gadget powered by an 8-bit AVR ATMEGA2560, identical to the one you find in Arduino Mega. It is essentially a pocket-sized prototyping platform which you can use as the ‘brain’ in your projects, similar to using an Arduino. BUT, it has a lot more features built into a single case developed in such a way that you can use it as your day-to-day Gadget.

    Reply
  4. Tomi Engdahl says:

    Programmable Lithium Charger Shield for Arduino
    http://hackaday.com/2014/11/19/programmable-lithium-charger-shield-for-arduino/

    Surely you need yet another way to charge your lithium batteries—perhaps you can sate your desperation with this programmable multi (or single) cell lithium charger shield for the Arduino?!

    That said, this shield by Electro-Labs might be the perfect transition for the die-hard-’duino fanatic looking to migrate to tougher projects. The build features an LCD and four-button interface to fiddle with settings, and is based around an LT1510 constant current/constant voltage charger IC. You can find the schematic, bill of materials, code, and PCB design on the Electro-Labs webpage, as well as a brief rundown explaining how the circuit works.

    DIY Lithium Battery Charger Shield for Arduino
    http://www.electro-labs.com/diy-lithium-battery-charger-shield-arduino/

    Reply
  5. Tomi Engdahl says:

    TinyScreen Lets You Put A Tiny Screen On It
    http://techcrunch.com/2014/10/07/tinyscreen-lets-you-put-a-tiny-screen-on-it/?ncid=rss&cps=gravity

    Need to put a tiny screen on your tiny thing? Is it your life’s mission to play Flappy Bird on the smallest device possible? Do you have excellent vision? Then put a TinyScreen on it!

    This surprisingly clever little screen is about as big as a postage stamp and it works with the Tinyduino programmable board. The screen is small enough to fit into a watch casing and you can even use it to play games and get tiny notifications.

    The Akron, Ohio-based team has worked with tiny stuff before. Their own Tinyduino boards are built specifically to work with the TinyScreen. The screen costs $25 for just the display and $55 for the display, controller boards, and battery. You can even buy little kits that make gaming consoles, video players, and watches.

    TinyScreen: A color display the size of your thumb!
    https://www.kickstarter.com/projects/kenburns/tinyscreen-a-color-display-the-size-of-your-thumb

    TinyScreen is a tiny customizable display. Play games, get notifications from your phone and display useful information.

    TinyScreen is the new way to visualize your environment. With a beautiful color OLED display, TinyScreen is designed to be used to display information from the TinyDuino platform, which stack together like little electronic Lego’s.

    With TinyScreen there are several default apps that will work right out of the box – like a Smart Watch app, a Video player app and a video game app. You can use these default apps with NO PROGRAMMING AT ALL!

    Create your own smart watch using TinyScreen. The watch can be configured to use several different watch faces, and can use Bluetooth 4 (also known as Bluetooth Low Energy and Bluetooth Smart) to communicate with your smart phone (Android 4.3+ and iOS 7+).

    We have an open source app developed for both iPhone and Android that will allow you to configure the notifications that you can receive and display on the watch, like incoming phone calls, incoming texts, tweets and appointments.

    Play games on your TinyScreen, either with the four buttons along the side of the screen, or with the new Joystick TinyShield.

    We’ve written an Arduino library from scratch for the TinyScreen that is optimized for speed and performance, yet still is very easy to use.

    Reply
  6. Tomi Engdahl says:

    TinyScreen!
    A display the size of your thumb
    https://tiny-circuits.com/

    Reply
  7. Tomi Engdahl says:

    Arduino LED controller shield makes complex RGB LED lighting apps a snap
    http://www.edn.com/electronics-products/electronic-product-reviews/other/4437992/Arduino-LED-controller-shield-makes-complex-RGB-LED-lighting-applications-a-snap?elq=8c5357ffd52646b2bd2c2bb709d82f67&elqCampaignId=20759

    Infineon’s RGB LED Lighting Shield is one two of Arduino-based evaluation boards created to showcase the capabilities of its ARM-based XMC1000 MCUs in lighting and motor control applications. Unlike previous semi makers, such as Microchip and STMicro who initially focused on producing Arduino MCU boards which used their own MCUs as alternatives to the Atmel AVR, Infineon has chosen to create plug-in shields which make it easier for developers to more fully explore the processors’ capabilities. Both shields are designed to plug directly into any Arduino Uno R3 board. It is also directly compatible with the Boot Kit for Infineon’s XMC1000 series 32-bit microcontroller family, which is based on the ARM Cortex-M0 processor.

    The Arduino-compatible lighting RGB LED lighting shield reviewed here was designed to give designers a low-cost easy-to-use open-source platform for fast prototyping and inexpensive evaluation of multiple LED light engines. It is based on a XMC1202 MCU which integrates an ARM Cortex-M0 processor and a dedicated Brightness & Color Control Unit (BCCU) core. The BCCU contains 3 independent dimming engines with 9 independent Pulse Density Modulated (PDM) channels. Due to space limitations on the PCB, the shield only provides access to 1 dimming engine and 6 channels. The shield includes an I2C bus which the MCU uses to communicate with a host controller. The shield’s reference firmware supports 10 basic sets of commands which can be used alone or in combination to produce a wide range of lighting effects.

    Infineon says that the BCCU automated hardware engine provides a cost-effective, flexible tool for creating flexible high-quality LED lighting applications. The Shield is designed to be easily modified and expanded as required by a particular application. For example, the MCU’s I/O can be configured to support a DMX lighting control bus and the shield’s scratchpad area makes it easy to add additional hardware, such as a 24GHz radar sensor, commonly used for motion detection

    Reply
  8. Tomi Engdahl says:

    The Pi Watch – A Programmable, Open Source Smartwatch!
    https://www.kickstarter.com/projects/958981650/the-pi-watch-a-programmable-open-source-smartwatch/description

    The Pi (Arduino-Compatible) is a new kind of wearable. It’s a diy smartwatch with a round display, touch ring, and a powerful CPU!

    Pi is great for the beginner and the simplicity of the Arduino ecosystem makes it a fun and easy first step into the world of electronics. By the time Pi is in your hands, we will have step by step tutorials available on our website.

    The Pi will accept any 24mm watchband

    Timline:

    End of January 2015 – Pre-production Pi watches are built

    End of February 2015 – All components in house, production starts

    Mid March 2015 – Shipping commences to the first backers. In full swing, we plan to ship 25 Pi watches every weekday until complete. This is our target

    Projected retail price $199

    Reply
  9. Tomi Engdahl says:

    Arduino shields for RGB lighting and motor control from Infineon
    http://www.edn-europe.com/en/arduino-shields-for-rgb-lighting-and-motor-control-from-infineon.html?cmp_id=7&news_id=10005405&vID=1321#.VMDfQC53B-s

    Infineon Technologies has added two shields for Arduino designs; both are compatible to Arduino Uno R3 and can be combined with the XMC1100 Boot Kit which is equipped with a 32-bit microcontroller from the XMC1000family.

    All XMC1000 products use the ARM Cortex-M0 processor. The Infineon RGB LED Lighting Shield for Arduino hosts the XMC1202 microcontroller with its Brightness Colour Control Unit (BCCU) for LED lighting control. The high-current DC Motor Control Shield for Arduino contains the Infineon NovalithIC BTN8982TA, an integrated half-bridge driver for motor control.

    Reply
  10. Tomi Engdahl says:

    Review – Iteaduino Lite “nearly 100% Arduino-compatible” board
    http://tronixstuff.com/2014/01/31/review-iteaduino-lite-arduino-compatible-board/

    An established company Iteadstudio ran a successful Indiegogo campaign last December to fund their “Iteaduino Lite – Most inexpensive full-sized Arduino derivative board”. Having a spare US$5 we placed an order and patiently waited for the board. Being such a low price it was guaranteed to raise the funding – but was it worth the money? Or the effort? Possibly.

    Reply
  11. Tomi Engdahl says:

    Freetronics: Arduino-Compatible Electronics Kits & Parts
    http://www.freetronics.com.au/

    Reply
  12. Tomi Engdahl says:

    Wi-Fi equipped 32-bit Arduino board streamlines cloud-powered embedded app development
    http://www.edn.com/electronics-products/electronic-product-reviews/other/4438571/Wi-Fi-equipped-32-bit-Arduino-Board-streamlines-cloud-powered-embedded-app-development?_mc=NL_EDN_EDT_EDN_productsandtools_20150209&cid=NL_EDN_EDT_EDN_productsandtools_20150209&elq=f8074b14b2ca4e60a2d63162a311e6c5&elqCampaignId=21566

    Digilent’s chipKIT WiFire board is an awesome little beastie. Powered by Microchip’s latest 32-bit 200 MHz MCU, the Wi-Fi equipped Arduino-compatible platform has been paired with Imagination Technologies’ Flow Cloud service development tools in an effort to make creating cloud-powered embedded applications practical for the average developer. They may well succeed at this not-so-simple task which has eluded several other player in the IoT market.

    WiFire is a pin-compatible variant of an Arduino board which replaces the standard 8-bit AVR MCU with Microchip’s 200 MHz, 32-bit PIC32MZ MCU, and adds an on-board 802.11b/g Wi-Fi module (also from Microchip).

    Onward, into the cloud!
    WiFire’s primary mission is to serve as a development platform for embedded IoT applications. Microchip-powered chipKITs have been used as a remote node development platform by several cloud services including Exocite, OctoBlue, UbiDots, and Imagination Technologies’ Flow Cloud service. Microchip and ChipKit have made things even easier by partnering with Imagination Tech to make its FlowCloud services and IoT application development technology available on the WiFire platform.

    Reply
  13. Tomi Engdahl says:

    Balanduino
    http://balanduino.net/

    The Balanduino is an open source balancing robot platform that can be programmed and controlled with ease.

    The Balanduino can be controlled with the most popular game controllers, Android phones and even your Windows, Mac or Linux based computer.

    Reply
  14. Tomi Engdahl says:

    CONTROLLINO
    First Software Open-Source PLC
    ARDUINO compatible
    http://controllino.cc/

    CONTROLLINO PLC (ARDUINO compatible)
    https://www.kickstarter.com/projects/24519005/controllino-plc-arduino-compatible
    First Software Open-Source PLC (Arduino-Compatible) – CE & UL certificated – to control your Internet of Things

    Reply
  15. Tomi Engdahl says:

    Industruino is an Arduino compatible industrial controller.
    https://industruino.com/

    Our products are suitable for both businesses and individuals looking to take advantage of the flexibility of Arduino for their automation challenges.

    Our “PROTO” platform lets you take your prototyped Arduino solutions to the stage of integrated product, by housing your custom circuitry onto the enclosed prototyping area.

    Our “IND.I/O” platform is ideal in situations where you need an out of the box pre-built solution offering a range of industrial voltage level I/O. All controlled with the ease of Arduino coding.

    About Industruino

    Industruino is a fully featured Arduino Leonardo compatible board housed in a DIN-rail mountable case + prototyping area + onboard LCD + membrane panel. With this product you will be able to permanently install your Arduino application in no-time.

    Whether you use it for automation projects, data loggers or an interactive art installation, Industruino offers you ruggedness, plenty of features and low cost.

    Reply
  16. Tomi Engdahl says:

    Compact PLC
    The first Hardware Open Source for Industries
    http://www.industrialshields.com/#buy

    Arduino based PLC products

    Reply
  17. Tomi Engdahl says:

    ¼-size Arduino board packs full-size punch + on-board LiPo charge/mgmt
    http://www.edn.com/electronics-products/electronic-product-reviews/other/4438753/-size-Arduino-board-packs-full-size-punt—on-board-LiPo-charge-mgmt?_mc=NL_EDN_EDT_EDN_productsandtools_20150302&cid=NL_EDN_EDT_EDN_productsandtools_20150302&elq=19bb87e54fcc48c2bcde1889890b7eed&elqCampaignId=21870&elqaid=24554&elqat=1&elqTrackId=33aab413deeb450f8f41fad68ac1c550

    The Qduino Mini embedded processor board which made its debut on Kickstarter earlier this week will make it easier than ever for Arduino enthusiasts to design and build compact, battery-powered projects. Despite its compact 1in x 1.5in form factor, the board packs all the punch of its full-sized counterparts and throws in a turnkey battery fuel gauge and charger just for grins.

    Quin says he came up with the idea of the ¼ size full-function board while he was working on some of his own projects whose form factors had limited space for electronics and made it tough to change batteries (you can see a couple of those projects in the photo above). As a result, his Arduino Leonardo-compatible board sports an 8MHz ATmega32U4 Processor (32KB Flash, 2.5KB SRAM, 1KB EEPROM), a LiPo Battery Charger and fuel gauge (MCP73832/MAX17048), and a connector for an external LiPo cell (not included due to shipping restrictions). Now you can charge your Arduino-powered project in 1 – 2 hours (depending on battery size) on any standard micro-USB port.

    If you’re having second thoughts about buying a computer board designed by a 14-year old, you need to know that Quin hasmore successful electronic products on the market than most entrepreneurs two or three times his age.

    Quin’s venture since the early days when he developed a few accessories to make tinkering with Arduino systems faster and easier.

    Qduino Mini: Arduino Compatible + Battery Charger & Monitor
    https://www.kickstarter.com/projects/qtechknow/qduino-mini-arduino-compatible-battery-charger-and

    Reply
  18. Tomi Engdahl says:

    Arduino Zero Pro Soft Release?
    http://hackaday.com/2015/03/04/arduino-zero-pro-soft-release/

    There’s an updated product page for the Arduino Zero, now called the Arduino Zero Pro, up on Arduino.org, one of the two dueling “Arduinos”.

    We first covered the Arduino Zero in May 2014, and shortly thereafter even got to see a development prototype in the flesh. Based an Atmel’s ARM Cortex-M0+ chip, it’s built on a faster processor than the AVR Arduini, and it includes Atmel’s Embedded Debugger which serves as a USB-to-serial channel and on-chip debugging peripheral. But so far all we’ve seen is the prototype.

    Arduino Zero Pro
    http://www.arduino.org/products/arduino-zero-pro

    The Arduino Zero Pro represents a simple, yet powerful, 32-bit extension of the Arduino UNO platform. The board is powered by Atmel’s SAMD21 MCU, featuring a 32-bit ARM Cortex® M0 core.
    With the addition of the Zero board, the Arduino family becomes larger with a new member providing increased performance.
    The power of its Atmel’s core gives this board an upgraded flexibility and boosts the scope of projects one can think of and make; moreover, it makes the Zero Pro the ideal educational tool for learning about 32-bit application development.
    Atmel’s Embedded Debugger (EDBG), integrated in the board, provides a full debug interface with no need for additional hardware, making debugging much easier. EDBG additionally supports a virtual COM port for device programming and traditional Arduino boot loader functionality uses.

    Reply
  19. Tomi Engdahl says:

    http://www.printoo.pt/

    Printoo is a printed electronics prototyping platform capable of bringing everyday objects to life. In a world where computers have become an integral part of our lives, Printoo aims to give people the ability to embed computational power into everyday object and devices. Printoo also enables new ways to link the physical and the digital worlds.

    Printoo is composed by various hardware modules that can all be connected to each other. At its core is an Atmel ATmega328 microprocessor that is responsible for processing the information it gets from the environment. The platform is fully compatible and programmable with the Arduino IDE (Integrated Development Environment).

    Printoo is extremely thin, lightweight and flexible, being easily embedded in various materials, even on paper! Experiment with new materials and create amazing and innovative interactive devices.

    Reply
  20. Tomi Engdahl says:

    Is There an Arduino Debugger in the House?
    http://www.eetimes.com/author.asp?section_id=216&doc_id=1326013&

    At ESC Boston 2015, Guido Bonelli will explain how building his Arduino-based Orbis Kinetic Sculpture caused him to design Dr. Duino shield to help debug his projects.

    Reply
  21. Tomi Engdahl says:

    Dwenguino: a multi-functional, arduino compatible microcontroller board
    http://www.dwengo.org/tutorials/dwenguino/dwenguino-board

    The Dwenguino is an open, multi-functional Arduino compatible microcontroller board.

    General

    Powerful AT90USB646 microcontroller – 16 MHz
    Compatible with Arduino IDE, Ardublocks and Scratch4arduino
    The smart lay-out of the board provides a large scale of opportunities
    Universal extansion connector easily allows to extend the board with a breadboard, most Arduino shields or a self-made extension board
    Mounting holes that are compatible with LEGO building blocks for an easy integration with Lego

    Power

    Power connector suitable for 7V to 20V input voltage
    The board can be powered as well through USB

    Communication

    USB 2.0 communication build-in, not limited to a virtual serial port
    UART connector
    SPI and I2C hardware-protocol build-in
    Most IO is accessible through the expansion connector

    Display

    HD44780-based LCD display with 2×16 characters (adjustable contrast) and programmable backlight

    Input/Output

    Five push buttons placed in orderly fashion
    Eight leds, easily adjusted through one register
    One additional led on pin 13
    Four buffered outputs for driving heavy loads (motors, power leds, …) up to 1.2A for each output
    The buffered ouputs use the external power source
    Two buffered outputs usable as well as analog outputs through a build-in PWM-module
    Two servo-connectors at 5V
    Up to 8 analog inputs can be used by the expansion connector
    Interrupt pins on the expansion connector
    Possibility to reset by using the reset button or externally using the expansion connector

    The dwenguino comes with its own Dwenguino Bootloader which makes it accessible from the Arduino IDE software

    http://shop.dwengo.org/

    Reply
  22. Tomi Engdahl says:

    Cactus Micro arduino compatible plus WIFI esp8266
    https://www.tindie.com/products/AprilBrother/cactus-micro-arduino-compatible-plus-wifi-esp8266/

    Cactus Micro tiny size duino board plus WIFI chip esp8266
    What is it?

    Cactus Micro is our integrated developement board, we have mixed Arduino with WI-FI into a single board. It is targeted for makers to develop low power Internet-Of-Things (IoT) projects quickly and easily.
    What makes it special?

    Cactus Micro is tiny size Arduino compatible dev board. It’s built-in a esp8266 module (esp-11).

    Reply
  23. Tomi Engdahl says:

    Tah: Open Source BLE Arduino-compatible Board
    https://www.crowdsupply.com/revealing-hour/tah-open-ble-arduino-board

    Open source, Arduino-compatible Bluetooth Low Energy (BLE) platform for use as a beacon, microcontroller, and HID device.

    Tah is an open source development board that helps you create your own projects that can connect to your smart phone, laptop, or desktop via Bluetooth low energy. Its frugal power requirements and onboard USB open up a wide array of applications that weren’t previously possible.

    Features

    Arduino-compatible
    Bluetooth Low Energy + Beacon
    USB HID-compatible
    iOS and Android Libraries
    Open source throughout

    This powerful combination allows Arduino applications to be controlled directly using your smartphone – your phone’s built-in accelerometer, gyroscope, and other sensors can directly trigger events in the physical world!

    Tah is a LEGO block for enabling the Internet of Things.

    Tah uses an onboard ATmega 32u4, similar to the Arduino Leonardo.

    ATmega32u4 — the microcontroller at the heart of Tah — has onboard USB 2.0 support, that is used to directly program the Tah without having to use a USB-to-Serial converter.

    Each Tah board can serve as a Bluetooth beacon which tells your smartphone where exactly it is located based on the beacon’s unique identifier. This is amazing for indoor navigation (where GPS often fails), contextual notifications, and microlocalization.

    Reply
  24. Tomi Engdahl says:

    Need an ESP8266 connected to an Arduino. Arachnio has your back. Basically, it’s an Arduino Micro with an ESP8266 WiFi module. It also includes a Real Time Clock, a crypto module, and a solar battery charger. It’s available on Kickstarter, and we could think of a few sensor base station builds this would be useful for.

    Arachnio
    An Arduino Micro variant with onboard WiFi
    https://hackaday.io/project/5192-arachnio
    https://www.kickstarter.com/projects/logos-electro/arachnio

    Reply
  25. Tomi Engdahl says:

    LightBlue Bean
    A low energy Bluetooth Arduino microcontroller.
    $29.97
    http://store.hackaday.com/products/lightblue-bean

    3-axis accelerometer.
    Temperature sensor.
    RGB LED.
    CR2032 coin cell battery.
    ATmega 328p.
    8 MHz clock speed.
    3V operating voltage.
    6 digital I/O pins, 2 analog pins.
    Bluetooth LE Peripheral.
    Wireless programming.
    Support on OS X and iOS.
    Including Windows 8 support!

    Reply
  26. Tomi Engdahl says:

    The Moteino Framework
    Automation framework based on wireless Moteino nodes.
    https://hackaday.io/project/2197-the-moteino-framework

    The Moteino automation system is a decoupled framework of internet connected things designed to add convenience, monitoring, security and safety to a residence, living space and beyond. It is powered by a range of devices that are based on the Moteino wireless Arduino compatible development board. The small size and versatility enable you to build low power nodes that gather environmental data, or devices that control things in your home.

    Reply
  27. Tomi Engdahl says:

    The Moteino Framework
    Automation framework based on wireless Moteino nodes.
    https://hackaday.io/project/2197-the-moteino-framework

    Reply
  28. Tomi Engdahl says:

    There is a version of Arduino IDE supports the ESP8266 WiFi module.
    It allows you to run Arduino code in this platform.
    http://www.epanorama.net/newepa/2015/03/30/esp8266-programming-tools/

    Reply
  29. Tomi Engdahl says:

    SparkFun Digital Sandbox $74.97
    http://store.hackaday.com/products/sparkfun-digital-sandbox

    A learning platform that engages both the software and hardware worlds.

    Includes everything you need to complete the 13 circuit experiments
    No soldering required.
    No previous programming or electronics experience required.

    The Digital Sandbox is equipped with everything, on board, that you will need to complete 13 experiments including controlling an LED, measuring how loud things are, detecting what the temperature is, and more. Think of this as a SparkFun Inventor’s Kit all in one board!

    By interfacing the Sandbox to your computer via a USB cable, the Sandbox can be programmed using the popular Arduino programming environment. To further simplify the learning experience, we’ve designed the Sandbox and its guide around using a simple, “blocky”, programming add-on to Arduino called, Ardublock. Using ArduBlock – a simple, graphical version of the popular Arduino programming language

    Reply
  30. Tomi Engdahl says:

    Arduino Zero now available for purchase!
    http://blog.arduino.cc/2015/06/15/arduino-zero-now-available-for-purchase/

    One year ago Arduino and Atmel unveiled the new Arduino Zero. Today, after some months of beta-testing, we are happy to have the board finally available for purchase on the US Store.

    Arduino Zero is a simple and powerful 32-bit extension of the well-known Arduino UNO. It allows creative individuals to realize truly innovative ideas especially in areas like smart IoT devices, wearable technology, high-tech automation, and robotics. Arduino Zero acts also as a great educational tool for learning 32-bit application development.

    Powered by Atmel SAMD21 MCU, Arduino Zero features a 32-bit ARM Cortex® M0+ core. One of its “most wanted” features is the Atmel Embedded Debugger (EDBG), which provides a full debug interface without the need for additional hardware.

    Arduino Zero’s silk has an additional graphic element: the Genuino logo. Genuino is the Arduino sister brand from the Arduino founders (M. Banzi, D. Cuartielles, T. Igoe, D. Mellis), team and community. We added the Genuino logo to the Arduino Zero to stress its authenticity, and to make it easier for the Arduino community to spot original boards.

    Reply
  31. Tomi Engdahl says:

    Hackaday Prize Entry: An SD Card Arduino
    http://hackaday.com/2015/06/28/hackaday-prize-entry-an-sd-card-arduino/

    About a year ago, Intel announced they’d be launching a new platform stuffed into an SD card. Imagine – an entire computer packaged into an SD card, with nine whole pins for power and I/O. Cooler heads prevailed, the Intel Edison was launched, but the idea stuck; why can’t you fit an Arduino in an SD card?

    [kodera2t] found out there’s no real reason why you can’t put a small microcontroller inside an SD card. For his Hackaday Prize entry, he created the SDuino, and it’s exactly what it says on the tin: an ATMega328p stuffed into a microSD adapter.

    SD card sized board, let’s say “SDuino”!
    https://hackaday.io/project/6435-sd-card-sized-board-lets-say-sduino

    As shown in above image, I assigned several non-standard function to SD card interface, but I needed to be careful for VCC and GND, not to make short circuit even if my wife puts it to computer by mistake. A0 is assigned to one of GND, which will not make fatal side-effect for computer connection.

    Reply
  32. Tomi Engdahl says:

    Speech Recognizer / Synthesizer Shield for Arduino & Other MCUs
    http://www.eetimes.com/author.asp?section_id=216&doc_id=1327036&

    A Kickstarter project the just launched promises a rather interesting speech recognizer and synthesizer shield for use in hobby projects and embedded systems.

    For the last couple of years, I’ve been waffling on about how embedded vision and embedded speech capabilities are racing towards us.

    We are still in the early days with regard to the widespread use of this technology, but it’s coming — oh yes, it’s coming.

    In the case of speech recognition, one option is to perform all of the processing wirelessly, online, in the cloud. This is the way the Amazon Echo works

    An alternative cloud-based scheme is to have your speech uploaded and evaluated in the cloud, which then returns an ASCII-based text equivalent of what you said. It’s then your job — or the job of your software application — to parse this ASCII text and decide what to do with it.

    Another approach is to perform the speech recognition locally, offline. Now, as you may recall, I have a lot of Arduino-based hobby projects on the go.

    There are a number of speech-recognition shields available for the Arduino. A friend of mine recently purchased one for around $50, but he said it was pretty unintuitive and not-so-easy to use. Also he had to train it to his voice — he later decided to splash out an additional $200 to get the package that made it speaker-independent.

    All of which leads us to this Kickstarter project that just launched earlier today. This is for a standalone (offline) Arduino speech recognizer/synthesizer shield called MOVI

    This little beauty will be able to recognize hundreds of sentences of the user’s choice, where these can range from simple and generic (“Light on”) to complex and specific (“Turn on the ceiling light in the bedroom”).

    From what I’ve seen on the Kickstarter videos, MOVI really does look rather interesting.

    MOVI, a standalone speech recognizer shield for Arduino
    https://www.kickstarter.com/projects/310865303/movi-a-standalone-speech-recognizer-shield-for-ard

    Reply
  33. Tomi Engdahl says:

    $49 Arduino-compatible board features enhanced Cortex M7 MCU
    http://www.edn.com/electronics-products/electronic-product-reviews/other/4439834/-49-Arduino-compatible-board-features-enhanced-Cortex-M7-MCU–touch-screen-LCD–audio–and-more?_mc=NL_EDN_EDT_EDN_consumerelectronics_20150708&cid=NL_EDN_EDT_EDN_consumerelectronics_20150708&elq=a002b2677df348baba716c9e25cba105&elqCampaignId=23814&elqaid=26895&elqat=1&elqTrackId=f9e8e286ffaa49b49b0dbdd3e313f3d9

    STMicro’s Arduino-compatible STM32F7 Discovery Kit is an exciting development for DIY-ers interested in Internet-of-Things (IoT) applications. Although intended primarily for “mainstream” embedded developers, the board and associated development tools make it easy and affordable for the Maker/DIY-er crowd to get their hands on the STM32F7*, STM’s the latest and highest-performing Cortex-M7 core. Developers involved with Connected Lighting and other Smart Home/Smart Building applications will also find this a great way to see if STM’s most IoT-capable MCU is a candidate for their next project.

    Priced at $49.90, the Discovery Kit’s open hardware architecture provides an affordable, compact platform which includes a WQVGA touchscreen color display, stereo audio, multi-sensor support, security, and high-speed connectivity. Unlimited expansion capability is provided through the Arduino Uno connectivity support and immediate access to a large choice of specialized add-on boards.

    The STM32F7 Discovery Kit comes with ST’s STM32Cube firmware library, as well as direct support from a wide ecosystem of software-development tool partners and the ARM® mbed™ online community.

    Reply
  34. Tomi Engdahl says:

    SD card sized board, let’s say “SDuino”!
    https://hackaday.io/project/6435-sd-card-sized-board-lets-say-sduino

    Once I was excited to see Intel’s announce that they will release “SD card sized computer” but it was not true. This time I made it true!

    Once I was excited to see Intel’s announce that they will release “SD card sized (SD card shaped) computer”, but it was not true. This time I made a real SD card sized full programmable (indeed, Arduino pro compatible) small computer board!

    It consists of ATMega328P and four LEDs connected to D6 to D9. (red, blue, green, white).

    I assigned several non-standard function to SD card interface, but I needed to be careful for VCC and GND, not to make short circuit even if my wife puts it to computer by mistake.

    All the SD card are required to have mandatory lower compatibility to SPI mode. The key is, SD card interface equipped components are not responsible for that. But I naively thought some computer might talk SPI command through SD card interface… I quickly checked it!

    By the way, SDuino case, you don’t need “SDuino writer” just to run your program. Just inserting is enough

    Just pre-programming and pass it to your friend and you can ask it to work just inserting to SD card connector!

    Reply
  35. Tomi Engdahl says:

    Arduino (PCI) Express
    http://hackaday.com/2015/07/24/arduino-pci-express/

    If you ever wanted to prototype something on PCI Express, you’d usually turn to an FPGA. However, [moonpunchorg] posted a workable design for an Arduino on a mini PCI Express board. (As [imroy264] points out in the comments, the board is using the USB port present on the PCI-E connector.) The design files use KiCAD so it should be fairly easy to replicate or change. Naturally, there are pins on the edges to access I/O ports and power. You do need to use ISP to program the Arduino bootloader on the chip.

    The board appears to a host computer as a SparkFun as a Pro Micro 3.3V board, and from there you could easily add function to a computer with a PCI Express slot using nothing more than the Arduino IDE.

    Arduino on a mini-PCIe card
    https://github.com/moonpunchorg/pcieduino

    Reply
  36. Tomi Engdahl says:

    $49 Arduino-compatible board features enhanced Cortex M7 MCU
    http://www.edn.com/electronics-products/electronic-product-reviews/other/4439834/-49-Arduino-compatible-board-features-enhanced-Cortex-M7-MCU–touch-screen-LCD–audio–and-more?_mc=NL_EDN_EDT_EDN_review_20150710&cid=NL_EDN_EDT_EDN_review_20150710&elq=949a37222c604ad19afcbca6b670bbf9&elqCampaignId=23866&elqaid=26959&elqat=1&elqTrackId=ea406c01e08c44c391396af524794143

    STMicro’s Arduino-compatible STM32F7 Discovery Kit is an exciting development for DIY-ers interested in Internet-of-Things (IoT) applications. Although intended primarily for “mainstream” embedded developers, the board and associated development tools make it easy and affordable for the Maker/DIY-er crowd to get their hands on the STM32F7*, STM’s the latest and highest-performing Cortex-M7 core. Developers involved with Connected Lighting and other Smart Home/Smart Building applications will also find this a great way to see if STM’s most IoT-capable MCU is a candidate for their next project.

    The STM32F7 Discovery Kit comes with ST’s STM32Cube firmware library, as well as direct support from a wide ecosystem of software-development tool partners and the ARM® mbed™ online community. The development tools work seamlessly with the Discovery Board’s integrated ST-Link debugger/programmer (no need for a separate probe).

    32F746GDISCOVERY
    Discovery kit with STM32F746NG MCU
    http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/LN1848/PF261641?icmp=pf261641_pron_pr-massmarket_jun2015&sc=stm32f7discovery-pr

    Reply
  37. Tomi Engdahl says:

    MicroZed prototyping platform teams with Arduino
    http://www.edn.com/electronics-products/other/4440065/MicroZed-prototyping-platform-teams-with-Arduino?_mc=NL_EDN_EDT_EDN_today_20150803&cid=NL_EDN_EDT_EDN_today_20150803&elq=de1823e2c41145fc8ccf748212cf423d&elqCampaignId=24195&elqaid=27326&elqat=1&elqTrackId=af12fdbc02a549ffb0d475ef2566302e

    Prototypes developed with the Avnet MicroZed carrier card kit combine the MicroZed system-on-module (SOM) with the large ecosystem of Arduino shields for use in such applications as industrial control, remote sensing, embedded vision, and many other IoT systems. The carrier card provides an Arduino Uno R3-compatible shield interface that connects to the programmable logic I/O on the MicroZed SOM, allowing designers to custom-tailor interfaces between the shield circuits and the programmable logic.

    In addition, the carrier card includes a subset of Arduino-compatible connectors for interfacing the MicroZed SOM to a low-power MCU evaluation board. The interface not only provides connectivity between the MCU and the processing system in MicroZed’s Zilinx Zynq-7000 all-programmable SoC, but also allows the MCU to control MicroZed’s power rails. This enables use cases where power consumption can be reduced by offloading routine tasks to the MCU, while reserving Zynq SoC operation for the functions that require its unique processing capabilities.

    The Avnet-designed MicroZed carrier card kit for Arduino costs $89. The MicroZed SOM is sold separately.

    MicroZed Carrier Card Kit for Arduino
    http://zedboard.org/product/arduino-cc

    Reply
  38. Tomi Engdahl says:

    Frienduino
    A single layer all through hole PCB layout for a simple Arduino clone with USB!
    https://hackaday.io/project/3854-frienduino

    The Frienduino is an Arduino clone you can make for a friend once you have any kind of Arduino and some soldering skill. The board is easy to make (single sided) and easy to solder (only through hole components). It has everything to get started yet it is cheap and simple because it saves on stuff the novice doesn’t need

    IMHO, what made the Arduino so popular is its USB connectivity. This lowers the entry barrier to near zero. No messing around with programmers, no legacy serial port required.

    Reply
  39. Tomi Engdahl says:

    Kaboard
    A Development board for Atmega8 or Atmega328 microcontrollers
    https://hackaday.io/project/1844-kaboard

    the formfactor is not compatible.
    The fact that you can run aduino sketches on it, is more an accident that could not be prevented.

    Reply
  40. Tomi Engdahl says:

    Rainbowduino v3.0
    http://www.seeedstudio.com/wiki/Rainbowduino_v3.0

    The Rainbowduino board is an Arduino compatible controller board with professional multiplexed LED driver. It can drive an 8×8 RGB Led Matrix or a 4x4x4 RGB LED Cube in common Anode mode. Rainbowduino v3.0 uses two MY9221 chips which is a 12-channels (R/G/B x 4) constant current Adaptive Pulse Density Modulation(APDM). Rainbowduino v3.0 has provisions for cascading more such boards with I2C interface.

    Rainbowduino v3.0 is flashed with Arduino boot-loader and this makes it easy to program sketches using Arduino IDE. Unlike other LED drivers, this comes with a USB to UART (FT232RL) inbuilt for programming the sketches.

    Rgb Covered Swimming pool with rainbowduino
    https://www.youtube.com/watch?v=T_f5dAWeeKg

    This is a rgb led covered swimming pool controlled by 2 rainbowduinos + Power Mosfet`s .Each led panel glass has 400 led and are controlled separately.

    Reply
  41. Tomi Engdahl says:

    Stuffing Everything on a DIP32 Package
    http://hackaday.com/2015/08/30/stuffing-everything-on-a-dip32-package/

    Putting an full microcontroller platform in a DIP format is nothing new – the Teensy does it, the Arduino nano does it, and a dozen other boards do it. [Alex] and [Alexey] aren’t content with just a simple microcontroller breakout board so they’re adding a radio, an OLED, an SD card reader, and even more RAM to the basic Arduino platform, all in a small, easy to use package.

    The DIPDuino, as [Alex] and [Alexy] are calling it features an ATmega1284 processor. To this, they’re adding a 128×32 pixel OLED, a micro SD slot, and 1Mbit of SRAM. The microcontroller is a variant that includes a 2.4 GHz Zigbee radio that allows for wireless connections to other DIPDuinos.

    DIPDuino=(Arduino+ZigBee+OLED+SDCard+SRAM)*DIP32
    Arduino compatible, breadboard friendly DIP32 package with ATMega1284RFR2, OLED display, SD card, SRAM and ZigBee on board.
    https://hackaday.io/project/7436-dipduinoarduinozigbeeoledsdcardsramdip32

    Reply
  42. Tomi Engdahl says:

    The ESP8266 is slowly becoming a board that’s as easy to use as an Arduino. Now there’s a board that turns it into an Arduino.

    WeMos D1 WiFi uno based ESP8266 for arduino Compatible
    http://www.aliexpress.com/item/WeMos-D1-WiFi-uno-based-ESP8266-for-arduino-Compatible/32455782552.html

    Reply
  43. Tomi Engdahl says:

    MiniWear – DIY Miniature & Wearable Electronics
    Creating an open source platform for easily creating miniature and wearable electronics projects
    https://hackaday.io/project/7671-miniwear-diy-miniature-wearable-electronics

    MiniWear combines 3d printing with DIY miniature and wearable electronics, to create an open source development platform for creating projects. It is Arduino compatible, and includes a range of sensors. from heart rate to motion sensing.

    MiniWear is one the smallest open source DIY electronics platforms, and we hope it will help and support other makers in making miniature and wearable electronics projects.

    Key benfits of MiniWear are:

    Open source
    Modular Electronics
    Supporting the maker movement
    Combines 3d printing with DIY miniature and wearable electronics
    Electronics modules can be stacked, daisy chained, sown, soldered and will fit into a standard breadboard
    Sensor modules include: heart rate sensor, non contact temperature sensor, 9 axis motion sensor, and a UV, IR and light sensor.
    Some of the smallest electronics on the market, measuring less than 2cm X 2cm (0.79” X 0.79”)
    Arduino based bluetooth low energy microcontroller with ibeacon capabilities
    Can communicate with your computer, tablet or phone
    Uses I2C to communicate to modules (Only needs 4 pins: VCC, GND, SDA, SCL)

    Reply
  44. Tomi Engdahl says:

    ESP8266 is a great module.
    I suggest you this also great application: Fishino.
    Fishino is an Arduino compatible platform with WiFi, RTC and SD card, ALL in ONE.
    But Fishino uses a modified version of ESP8266 module. The firmware inside the wifi module is modified to comunicate with ATmega328 using SPI.

    More info about this project are available on
    http://www.open-electronics.org/fishino-arduino-become-wireless/
    http://fishino.it/en/

    Reply
  45. Tomi Engdahl says:

    Arduino’s Long-Awaited Improved WiFi Shield
    http://hackaday.com/2015/10/01/arduinos-long-awaited-improved-wifi-shield/

    Announced at the 2014 Maker Faire in New York, the latest Arduino WiFi shield is finally available. This shield replaces the old Arduino WiFi shield, while providing a few neat features that will come in very handy for the yet-to-be-developed Internet of Things.

    While the WiFi Shield 101 was announced a year ago, the feature set was interesting. The new WiFi shield supports 802.11n, and thanks to a few of Atmel’s crypto chip offerings, this shield is the first official Arduino offering to support SSL.

    The new Arduino WiFi Shield 101 features an Atmel ATWINC1500 module for 802.11 b/g/n WiFi connectivity. This module, like a dozen or so other WiFi modules, handles the heavy lifting of the WiFi protocol, including TCP and UDP protocols, leaving the rest of the Arduino free to do the actual work.

    Also included on the WiFi shield is an ATECC508A CryptoAuthentication chip.

    This is perhaps the most interesting improvement over the old Arduino WiFi shield, and allows for greater security for the upcoming Internet of Things. WiFi modules already in the space have their own support for SSL, including TI’s CC3200 series of modules, Particle‘s Internet of Things modules, and some support for the ESP8266.

    Arduino WiFi Shield 101 is now available in the US store!
    https://blog.arduino.cc/2015/09/30/arduino-wifi-shield-101-available-in-the-store/

    Reply
  46. Tomi Engdahl says:

    ‘Arduino on Steroids’: FPGA-based XLR8 at ESC Minneapolis
    http://www.eetimes.com/author.asp?section_id=216&doc_id=1328060&

    Even with the same clock frequency as a regular Arduino, the FPGA-based XLR8 can accelerate things like floating-point math and perform other tasks much better.

    Alorium Technology will also be at ESC Minneapolis. And the reason that’s of interest is that these little scamps have created an FPGA-based board called the XL8R (“Accelerate” — get it?) that has the same footprint and behaves just like an Arduino Uno on steroids.

    The regular Arduino Uno has a 16 MHz clock and does things in a certain way. The last thing a user wants to do is swap this out with something that runs much faster, for example, but that doesn’t work with any of that user’s existing shields. Thus, the XLR8′s FPGA has been configured to look exactly like the microcontroller (MCU) powering the Arduino Uno, down to the fact that it also employs a 16 MHz clock.

    At this point you may be saying to yourself “But if it walks exactly like an Arduino Uno, and if it talks exactly like an Arduino Uno, then why don’t I just use an Arduino Uno and have done with it?” Ah, but there’s more… there’s so much more…

    Let’s start with floating-point math, for example.

    By comparison, the XLR8 has dedicated floating-point hardware programmed directly into the FPGA’s fabric.

    And there’s more. One of the things a lot of Arduino users want to do is create robots and control servos. One of the problems is that servicing interrupts can result in “twitching” on the servos. By comparison, the XLR8 has dedicated servo functions

    Well, I just got off the phone with Jason Pecor from Alorium Technology. Jason tells me that they are planning on tackling a variety of issues people have with the regular Arduino. And for each of these solutions, the user’s programs will remain unchanged apart from swapping out an existing library call with its XLR8 counterpart. For example, since so many people are using WS2812-based LEDs — like Adafruit’s NeoPixels — this is a target that’s firmly in Alorium’s sights, which explains why I’m currently performing my happy dance (avert your eyes; it’s not a sight for the young or faint-of-heart).

    Accelerate Your Project with XLR8!
    http://www.aloriumtech.com/

    Reply
  47. Tomi Engdahl says:

    Interesting looking new board:

    WeMos D1 WiFi ESP8266 Development Board Compatible Arduino UNO Program By Arduino IDE
    http://www.banggood.com/WeMos-D1-WiFi-ESP8266-Development-Board-Compatible-Arduino-UNO-Program-By-Arduino-IDE-p-1011870.html?p=27131452996820140438

    WeMos D1 WiFi ESP8266 Development Board Compatible Arduino UNO Program By Arduino IDE

    Feature:

    based on the ESP-8266EX.
    Arduino Compatible, you can use it on Arduino IDE.
    11 Digital I/O pins
    1 Analog Input pin
    OTA — Wireless Upload (Program)
    On board switching power supply — Max 24V input, 5V 1A output

    After installing the hardware package, the direct use of Arduino IDE development, the same operation with Arduino UNO

    Installation Tutorial:

    http://www.wemos.cc/d1/Getting_Started

    Reply
  48. Tomi Engdahl says:

    TinyCircuits Arduino platform — a surprisingly broad range of Arduino modules that click together using small snap connectors in place of pin headers. The system is cool enough in its own right, and it appears to be entirely open source.

    https://www.tiny-circuits.com/

    Reply
  49. Tomi Engdahl says:

    Arduino 32-bit board offers WiFi connectivity
    http://www.edn.com/electronics-products/other/4441038/Arduino-32-bit-board-offers-WiFi-connectivity?_mc=NL_EDN_EDT_EDN_analog_20151217&cid=NL_EDN_EDT_EDN_analog_20151217&elq=d12dd8e834824a76b07718f8c0c94273&elqCampaignId=26204&elqaid=29946&elqat=1&elqTrackId=d8ce4ae2c54d4fcfbaa83da8fbbe586c

    With built-in WiFi capability, the MKR1000 development board from Arduino provides a simple way to add wireless connectivity to IoT battery-powered projects. The Arduino MKR1000, also known as the Genuino MKR1000 outside the U.S., combines the functionality of the Arduino Zero and the Arduino WiFi Shield in a tiny form factor.

    The new board is powered by an Atmel ATSAMW25 SmartConnect module, which comprises a SAMD21 32-bit ARM Cortex-M0+ MCU, an ATWINC1500 2.4-GHz IEEE 802.11 b/g/n WiFi system-on-chip, and an ATECC508 CryptoAuthentication IC. It also furnishes a single 1×1 stream PCB antenna.

    The Arduino MKR1000 runs on a 3.7-V, 700-mAh (minimum) lithium polymer battery or an external 5-V power supply. An onboard charging circuit will charge the LiPo battery while the board is running on external power, switching from one source to the other automatically.

    The MKR1000 will be available for purchase in February 2016.

    https://www.arduino.cc/en/Main/ArduinoMKR1000

    Reply

Leave a Comment

Your email address will not be published. Required fields are marked *

*

*