Posts with «arduino zero» label

Salvaged Arduino powers animated House Party

What can you do with items that are destined for the dump? As seen here, if you’re Neil Mendoza, you transform furniture, an old TV, art, and even an Arduino Zero that somehow ended up in the trash into a musical installation.

His resulting “House Party” features decorations and control components that according to the project’s write-up are entirely salvaged. A MIDI interface, software written in openFrameworks, and a JSON file are used to coordinate sound and movements, which include spinning picture frames and flowers, tapping shoes, and a television that loops through a rather dreary weather report snippet. 

House Party is a musical installation that explores prized possessions in their native habitat. All the materials used to create this artwork, from the furniture to the computers, were scavenged from the discarded trash. The music is a mix of mechanical and synthesized sounds. The piece was created while an artist in residence at Recology SF.

The actuators in the installation are controlled by an Arduino Zero (also found in the trash) and each screen is connected to a computer running custom software written in openFrameworks (OF). Composition was done in Logic where a MIDI environment was set up to send MIDI data to the Arduino and an OF control program. The control program then sent the data to the other computers over ethernet as OSC. For the final installation, the control program read the data from a JSON file, triggered the screens and Arduino and played the synthesized parts of the music.

Be sure to see all the zany action in the video below!

Hack to the future: Win $1000 Prize and Arduino Zeros in NYC

Hackster is a hardware creation community and since last february has been organizing Hardware Weekends with hackathons all over US. On Saturday and Sunday June 26th and 27th  it’s  coming back to New York City for the last time in 2015.  This hackathon is focused on open source hardware and the maker communities across America: all ages and skill levels are welcome (Children under 16 should be accompanied by an adult.)

Here’s a short video from their event taking place at Kickstarter offices last month and some pictures past events.

Hackster is providing all the food, tools, soldering stations, 3D printers, workshops and gear (Arduinos, Particle, LinkItOne, Intel Edison, Pebble, Smart Things, and software from Autodesk, Azure and more!)

$1000 Grand Prize from Microsoft and Arduino Zeros from Hackster!

Register your participation here.  It’s going to be a lot of fun!

 

 

Hack to the future: Win $1000 Prize and Arduino Zeros in NYC

Hackster is a hardware creation community and since last february has been organizing Hardware Weekends with hackathons all over US. On Saturday and Sunday June 26th and 27th  it’s  coming back to New York City for the last time in 2015.  This hackathon is focused on open source hardware and the maker communities across America: all ages and skill levels are welcome (Children under 16 should be accompanied by an adult.)

Here’s a short video from their event taking place at Kickstarter offices last month and some pictures past events.

Hackster is providing all the food, tools, soldering stations, 3D printers, workshops and gear (Arduinos, Particle, LinkItOne, Intel Edison, Pebble, Smart Things, and software from Autodesk, Azure and more!)

$1000 Grand Prize from Microsoft and Arduino Zeros from Hackster!

Register your participation here.  It’s going to be a lot of fun!

 

 

The Arduino Zero is Now Shipping in the US

Announced over a year ago now during Maker Faire, the Arduino Zero is now finally available for purchase in the United States.

Read more on MAKE

The post The Arduino Zero is Now Shipping in the US appeared first on Make:.

The Arduino Zero is Now Shipping in the US

Announced over a year ago now during Maker Faire, the Arduino Zero is now finally available for purchase in the United States.

Read more on MAKE

The post The Arduino Zero is Now Shipping in the US appeared first on Make: DIY Projects, How-Tos, Electronics, Crafts and Ideas for Makers.

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. We are going to include this logo to all genuine Arduino boards from now on.

To start using the board you need to download the latest version of the IDE (1.6.5), which comes with a set of great improvements:

  • a new modern editor (thanks @ricardojlrufino)
  • serial monitor stays open while you upload a new sketch (thanks @avishorp and @Wackerbarth)
  • File > Open Recent menu shows the last 5 opened sketches
  • Tons of fixes and improvements: the list is available here. They are 470 issues closed since previous version, 1.6.4: massive!

Learn more about the Arduino Zero and get started with it at the following links:

Updated Arduino Zero product page

Getting Started Page

Github repository

Interact in the Arduino Forum

And if you are one of the lucky ones and have Arduino Zero in your hands, start practicing its features with the following tutorials:

- Arduino Zero Low Power Overview

It shows the low power characteristics of the Arduino Zero thanks to a low power microcontroller using the 32 bit ARM Cortex M0+ architecture.

Simple Audio Feature

It shows how to experiment with sound starting to play a wave file stored on the SD card.

 

 

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. We are going to include this logo to all genuine Arduino boards from now on.

To start using the board you need to download the latest version of the IDE (1.6.5), which comes with a set of great improvements:

  • a new modern editor (thanks @ricardojlrufino)
  • serial monitor stays open while you upload a new sketch (thanks @avishorp and @Wackerbarth)
  • File > Open Recent menu shows the last 5 opened sketches
  • Tons of fixes and improvements: the list is available here. They are 470 issues closed since previous version, 1.6.4: massive!

Learn more about the Arduino Zero and get started with it at the following links:

Updated Arduino Zero product page

Getting Started Page

Github repository

Interact in the Arduino Forum

And if you are one of the lucky ones and have Arduino Zero in your hands, start practicing its features with the following tutorials:

- Arduino Zero Low Power Overview

It shows the low power characteristics of the Arduino Zero thanks to a low power microcontroller using the 32 bit ARM Cortex M0+ architecture.

Simple Audio Feature

It shows how to experiment with sound starting to play a wave file stored on the SD card.

 

 

Two New Dev Boards That Won’t Make Your Wallet Hurt-So-Good

If you’ve been keeping up with the hobbyist FPGA community, you’ll recognize the DE0 Nano as “that small form-factor FPGA” with a deep history of projects from Oldland cpu cores to synthesizable Parallax Propeller processors. After more than four years in the field though, it’s about time for a reboot.

Its successor, the DE0 Nano SoC, is a complete redesign from multiples perspectives while doing it’s best to preserve the bite-size form factor and price that made the first model so appealing. First, the dev board boasts a Cyclone V with 40,000 logical elements (up from the DE0’s 22K) and an integrated dual-core Arm Cortex A9 Processor. The PCB layout also brings us  3.3V Arduino shield compatibility via female headers, 1 Gig of external DDR3 SDRAM and gigabit ethernet support via two onboard ASICs to handle the protocol. The folks at Terasic also seem to be tipping their hats towards the “Duino-Pi” hobbyist community, given that they’ve kindly provided both Linux and Arduino images to get you started a few steps above your classic finite-state machines and everyday combinational logic.

And while the new SoC model sports a slightly larger form factor at 68.59mm x 96mm (as opposed to the original’s 49mm x 75.2mm), we’d say it’s a small price to pay in footprint for a whirlwind of new possibilities on the logic level. The board hits online shelves now at a respectable $100.

Next, as a heads-up, the aforementioned Arduino Zero finally makes it’s release on June 15. If you’ve ever considered taking the leap from an 8-bit to a 32-bit processor without having to hassle through the setup of an ARM toolchain, now might be a great time to get started.

via [the Arduino Blog]


Filed under: hardware, Microcontrollers

Arduino Zero available for purchase in US on June 15th

We’ve been waiting for this moment for months and today we confirm that Arduino Zero will be available for purchase from the Arduino Store in US on Monday June 15th at  $49.90.

At the same time we are going to release Arduino IDE 1.6.5 with a bunch of new features and the support for the Arduino Zero. The new IDE keeps the serial monitor open while uploading, lists the last 5 opened sketches in the “Open Recent” menu, and many other features you’ll discover next week.

Our team stumbled upon a last minute software bug which moved the launch date by a bit  but everything is almost ready, they really worked hard to ensure the best experience of use.

We love this product as it shows our great collaboration with Atmel, and we know a lot of people in the Arduino community are looking forward to put their hands on it.

Stay tuned!

Arduino Zero available for purchase in US on June 15th

We’ve been waiting for this moment for months and today we confirm that Arduino Zero will be available for purchase from the Arduino Store in US on Monday June 15th at  $49.90.

At the same time we are going to release Arduino IDE 1.6.5 with a bunch of new features and the support for the Arduino Zero. The new IDE keeps the serial monitor open while uploading, lists the last 5 opened sketches in the “Open Recent” menu, and many other features you’ll discover next week.

Our team stumbled upon a last minute software bug which moved the launch date by a bit  but everything is almost ready, they really worked hard to ensure the best experience of use.

We love this product as it shows our great collaboration with Atmel, and we know a lot of people in the Arduino community are looking forward to put their hands on it.

Stay tuned!