Posts with «open source» label

Wiring was Arduino before Arduino

Hernando Barragán is the grandfather of Arduino of whom you’ve never heard. And after years now of being basically silent on the issue of attribution, he’s decided to get some of his grudges off his chest and clear the air around Wiring and Arduino. It’s a long read, and at times a little bitter, but if you’ve been following the development of the Arduino vs Arduino debacle, it’s an important piece in the puzzle.

Wiring, in case you don’t know, is where digitalWrite() and company come from. Maybe even more importantly, Wiring basically incubated the idea of building a microcontroller-based hardware controller platform that was simple enough to program that it could be used by artists. Indeed, it was intended to be the physical counterpart to Processing, a visual programming language for art. We’ve always wondered about the relationship between Wiring and Arduino, and it’s good to hear the Wiring side of the story. (We actually interviewed Barragán earlier this year, and he asked that we hold off until he published his side of things on the web.)

The short version is that Arduino was basically a fork of the Wiring software, re-branded and running on a physical platform that borrowed a lot from the Wiring boards. Whether or not this is legal or even moral is not an issue — Wiring was developed fully open-source, both software and hardware, so it was Massimo Banzi’s to copy as much as anyone else’s. But given that Arduino started off as essentially a re-branded Wiring (with code ported to a trivially different microcontroller), you’d be forgiven for thinking that somewhat more acknowledgement than “derives from Wiring” was appropriate.

See what we mean?

The story of Arduino, from Barragán’s perspective, is actually a classic tragedy: student comes up with a really big idea, and one of his professors takes credit for it and runs with it.

This story begins in 2003 as Barragán was a Masters student at the Interaction Design Institute Ivrea (IDII) in Italy. He was advised and heavily influenced by Casey Reas, one of the two authors of Processing.

At the same time, Massimo Banzi is teaching a class in essentially microcontrollers-for-designers at Ivrea using a PIC-based board called the Programma2003 and a curious language that you’ve never heard of, “JAL: Just Another Language“. At the time, there was no GCC support for the PIC, so the choices for open-source development were few. Worse, most of the design students are using Macs, and JAL only compiles on Windows. It wasn’t user friendly.

Barragán’s thesis is a must-read if you want to know where Arduino comes from. The summary is everything you know now: it’d be revolutionary if one could make a hardware / software platform that were easy enough that artists and non-microcontroller-nerds could get into. This is exactly the revolution that was underway in the computer graphics front, powered by Processing. Make it open source and freely available, and you’ll take over the world. So he turned to the Atmel AVR chips, which had the GCC open-source toolchain behind it.

From Wiring to Arduino

So by 2004, Barragán had a few prototypes of Wiring boards out, and he and his fellow students were using them informally for projects. The GUI will look ridiculously familiar if you’ve used Processing or Arduino. Since the students were already familiar with Processing, it made a lot of sense to just clone it — with Casey Reas’ blessing of course. Barragán wrote a little program that maybe you’ve heard of: Blink.

Now Barragán needed a faculty advisor at Ivrea, and his interests clearly aligned best with Massimo Banzi. So with his thesis work well underway and Reas’ backing, Barragán took on Banzi as his advisor. With Banzi and three other faculty members, the Wiring platform got its first real test-run, the “Strangely Familiar” workshop and show (PDF). It was a stunning success — in the space of only four weeks students actually made stuff.

Massimo Banzi teaching class with Wiring

Barragán graduated in 2004 and moved back to Colombia. The success of “Strangely Familiar” lead Massimo Banzi to drop Programma2003 like a hot potato and teach his physical design classes using Wiring.

Work began on the Arduino project, according to Banzi, because he wanted a board that was cheaper to make than the Wiring board. So he replaced the ATmega128 microcontroller for a cheaper, smaller version, and chopped off everything that wasn’t “essential” from the Wiring board, like the power LED. This became the “Wiring Lite” board — and eventually the first Arduino prototype.

Giving Arduino its Due

It is not the case that Arduino doesn’t acknowledge Wiring at all. They do. There are a few sentences in the first paragraph of the Credits section of the website, as mentioned above. That and $4.50 will buy you a Grande, Quad, Nonfat, One-Pump, No-Whip, Mocha, but how much more can one ask for?

The Arduino project has been marketed with extreme savvy, something that cannot be said of Wiring. Banzi hooked up with influential people in the US, eventually friend-of-a-friending himself into contact with Dale Dougherty, who invented not just “Web 2.0” but also the “Maker Movement” and Make Magazine. Arduino and Make was a match made in heaven, and the rest is history.

But as mentioned at the top of the article, this is a classic tale of woe. Banzi had better connections and more marketing drive and skill. He pushed the exact same project — rebranded — a lot harder, better, and further than Barragán did, or probably could. Arduino is a household name simply for that reason. If Massimo Banzi hadn’t been behind the wheel, it’s unlikely that you’d be complaining about how many Wiring-based projects we feature.

And, being open-source software and hardware, Barragán gave away the shop. He probably (naïvely) expected to get more credit from his former advisor, or even get invited along on the ride. He asks why Arduino forked Wiring instead of continuing to work with him, and the answer is absolutely clear — Arduino was taking it for their own. And they could. It’s not nice, but that’s business.

Still, we feel Barragán’s pain. So we’re glad, after a decade of silence, that Barragán is speaking out on behalf of himself and Wiring, because it sets the record straight and because his project really was “Arduino” before there was an Arduino.


Filed under: Arduino Hacks, Featured, news

The next steps of the Arduino Create Betatesting

A few months have passed from the launch of the internal betatesting of Arduino Create. We are finally ready to open up the number of people who can use and experiment with this online platform. Today each betatester currently in the program has received 5 invites to get other Arduino tinkerers on board, we have also added about 100 people who tried the platform during Maker Faires and other events, or expressed interest online.

Most importantly we have a public waiting list for anyone who wants to try Arduino Create before hand and give us feedback.
You can SIGN UP herethe first 100 people will receive an invite right away, we will add the other subscribers as the betatesting unfolds.

What’s new?

The Arduino Create Editor has most of the Arduino Desktop IDE features, it is a fully functional Editor, and you can start developing your projects on it right away. We are really close on having everything delivered in HTTPS, we are working hard to add the Library Manager and support for all the Certified and AtHeart boards. Next in our roadmap is including a Sharing feature and a Chrome OS plugin.
As already said in the past, we are always going to provide our community with a offline solution, so don’t worry

When you use Arduino Create for the first time you will be prompted to install a plugin (agent). While your Sketchbook and the apps are hosted in the Cloud, the plugin will locally check the USB ports on your computer. The plugin detects if any board has been connected, if you are uploading a sketch, or you are using the Serial Monitor. The Arduino Create agent is open-source, and available for Mac, Windows and Linux! If you find it interesting you can contribute to it or fork it to use it in your projects.

We are currently working on a brand-new tutorial platform, Arduino Create Projects, in collaboration with Hackster.io. We are planning to release it at the beginning of 2016. Arduino users will finally have a place where they can share their own projects and include step by step guides, schematics and layout references, pictures, videos, the code they wrote, and useful links and comments. We can’t wait to share it with you all so stay tuned!

 

 

 

 

Arduino IDE 1.6.6 released and available for download

Today we are very proud to release Arduino IDE 1.6.6 and updated cores for all supported platforms (AVR 1.6.9, SAM 1.6.5, SAMD 1.6.2)

This update brings an impressive 723 closed issues and 147 pull requests merged.

Most intriguing features are:

  • Long-awaited new arduino-builder: this is a pure command-line tool which takes care of mangling the code, resolving library dependencies and setting up the compilation units. It can also be used as a standalone program in a continuous-integration environment
  • Pluggable USB core: your Arduino can finally act as a lot of different USB devices without any need to change the core, thanks to the new modular architecture. Libraries based on the new subsystem are already being developed!
  • Serial plotter: you can now plot your data in realtime, as easy as writing Serial.println(analogRead(A0)) inside your loop

 

  • New goodies for library developers, like unlocked examples while developing and optional linkage into an archive
  • ArduinoISP example has been improved a lot and now you can flash your AVR chip using ANY other board (including third-party ones )
  • Both Libraries and Boards managers notify if a library/core can be updated with a simple popup – no more outdated code floating around!
  • A LOT of bug fixes, adjustments, documentation refinement thanks to our tireless users and contributors. The complete list of fixes and credits is available here.

Don’t forget to report any issue you find, either on Github or on the Arduino forum: your help is very much appreciated. It doesn’t matter if you are not a tech specialist: every feedback adds value.

Happy coding!

 

A DIY Seizure Alarm based on Arduino Micro

Chad Herbert’s son Daniel was diagnosed with Benign Rolandic Epilepsy in 2014. It’s a type of epilepsy the Epilepsy Foundation says accounts for about 15 percent of all Epilepsies in children and the good news is that most children grow out of it.

The bad news is that Daniel’s most affected by his condition at night or early morning while he sleeps. That’s why Chad invested in a sleep monitor/alarm for his bed that detects when he’s having a full tonic-clonic seizure.

At the same time though, he decided to work on a DIY version of a seizure alarm  running on Arduino Micro. The starting point was Arduino’s “Knock” example project with the sketch code originally created in 2007 by David Cuartielles and modified by Tom Igoe in 2011:

While shopping around for the exact type of monitor/alarm my wife and I wanted, I found out a few things:

  • They are hard to find. I believe the one we ended up with was manufactured by a company in Great Britain.
  • They are expensive. The one we ended up getting cost in the $400-$500 range.
  • The one we have isn’t totally cumbersome, but it’s not easy to pack up and take with you somewhere.

Figuring these things out, I decided to search for a way to build a simple seizure alam that’s both relatively inexpensive and easy to transport. I’m sure there are people out there who have children that suffer from seizures that simply cannot afford equipment such as this even though they truly need it. Thanks to the folks in the Arduino community, I was able to accomplish both things I was setting out to do.

Discover how it was made on his blog.

 

Arduino and Seeedstudio announce partnership in Shenzhen

Today, June 20th, 2015, Massimo Banzi, Co-founder of Arduino, and Eric Pan, founder and CEO of Seeedstudio announced at Maker Faire Shenzhen 2015 a strategic partnership between Arduino LLC and Seeedstudio.

Seeedstudio will manufacture and distribute Arduino LLC products using the new Genuino brand in China and other Asian markets.

The new Genuino name certifies the authenticity of boards, in line with the open hardware and open source philosophy that has always characterized Arduino. Genuino is Arduino LLC new sister-brand created by co-founders Massimo Banzi, David Cuartielles, Tom Igoe and David Mellis for markets outside of the USA.

“We are very excited to partner with SeeedStudio to manufacture our products in China. We’ve known and appreciated Seeed for years, we share the same values and I think they are one of the most forward looking companies in China” said Massimo Banzi.

And he also explained about Genuino: “Arduino is very popular in China but the brand is used heavily without permission. Genuino allows the market to clearly identify which products are contributing to the Open Source Hardware process. With Genuino, the Arduino.cc community will easily be able to recognize the partners who are contributing to support the development of the platform.”

Eric Pan, founder of Seeedstudio, explained: “Arduino is becoming a global language of making, we are proud to help provide Genuino branded localized products to carry on the conversation in China. Here we already have a huge Arduino user base and growing, it’s time to get us involved deeper with global ecosystem. “

Genuino-branded products will be sold on Seeed’s store on Taobao and soon on http://www.genuino.cc.

The partnership between Arduino LLC and Seeedstudio is a bold new step of a global development plan by Arduino LLC. Arduino LLC has recently launched the Genuino brand and is already working with market-leading, innovative manufacturers/distributors in Asia, Europe, South America, Canada and Africa.

Arduino and Seeedstudio announce partnership in Shenzhen

Today, June 20th, 2015, Massimo Banzi, Co-founder of Arduino, and Eric Pan, founder and CEO of Seeedstudio announced at Maker Faire Shenzhen 2015 a strategic partnership between Arduino LLC and Seeedstudio.

Seeedstudio will manufacture and distribute Arduino LLC products using the new Genuino brand in China and other Asian markets.

The new Genuino name certifies the authenticity of boards, in line with the open hardware and open source philosophy that has always characterized Arduino. Genuino is Arduino LLC new sister-brand created by co-founders Massimo Banzi, David Cuartielles, Tom Igoe and David Mellis for markets outside of the USA.

“We are very excited to partner with SeeedStudio to manufacture our products in China. We’ve known and appreciated Seeed for years, we share the same values and I think they are one of the most forward looking companies in China” said Massimo Banzi.

And he also explained about Genuino: “Arduino is very popular in China but the brand is used heavily without permission. Genuino allows the market to clearly identify which products are contributing to the Open Source Hardware process. With Genuino, the Arduino.cc community will easily be able to recognize the partners who are contributing to support the development of the platform.”

Eric Pan, founder of Seeedstudio, explained: “Arduino is becoming a global language of making, we are proud to help provide Genuino branded localized products to carry on the conversation in China. Here we already have a huge Arduino user base and growing, it’s time to get us involved deeper with global ecosystem. “

Genuino-branded products will be sold on Seeed’s store on Taobao and soon on http://www.genuino.cc.

The partnership between Arduino LLC and Seeedstudio is a bold new step of a global development plan by Arduino LLC. Arduino LLC has recently launched the Genuino brand and is already working with market-leading, innovative manufacturers/distributors in Asia, Europe, South America, Canada and Africa.

Watch Massimo Banzi’s presentation at Computer History Museum

Last month Massimo Banzi gave a lecture at the Computer History Museum in Mountain View (California, US). It was titled The Arduino Experience and covered the historical origins of Arduino, including a explanation of the process of designing tools which make digital technology accessible to people who are not experts, and the essential role of the larger Arduino ecosystem that supports it. After the keynote Len Shustek, chairman of the board of the Museum, curated a session of Q&A. If you didn’t have the chance to be there, the recorded video is online and you can watch it now:

 


Watch Massimo Banzi’s talk at the Computer History Museum

Last month Massimo Banzi gave a lecture at the Computer History Museum in Mountain View (California, US). It was titled The Arduino Experience and covered the historical origins of Arduino, including a explanation of the process of designing tools which make digital technology accessible to people who are not experts, and the essential role of the larger Arduino ecosystem that supports it. After the keynote Len Shustek, chairman of the board of the Museum, curated a session of Q&A. If you didn’t have the chance to be there, the recorded video is online and you can watch it now:


Certifying open-source hardware? OSHWA seeking feedback

The Open Source Hardware Association (OSHWA) is seeking feedback on a proposal for the certification of open-source hardware. The certification would provide a more formal means of verifying the compliance of a particular project or organization with the practices of open-source hardware, as understood by the community. There are, however, many different ways in which such a certification process could work, e.g. whether it should include a single standard for open-source hardware or recognize multiple levels of openness; whether people should be able to self-certify or if OSHWA would need to pre-approve certifications; etc. OSHWA is seeking feedback from the broader open-source hardware community in order to help refine the certification proposal.

You can see the full proposal here and provide feedback on the OSHWA forums.

Open Hardware Summit 2015: call for speakers and attendees

The Open Hardware Summit 2015 will be held September 19th in Philadelphia, PA (USA). This event brings together the open hardware community for a day of talks on all aspects of open-source hardware. It’s an inspiring event and a great chance to connect with other open hardware practitioners. The summit is organized by the Open Source Hardware Association.

If you’d like to speak at the Summit, check out the call for submissions. You have until July 2nd to submit your proposal. Decisions on the schedule will be made by July 31st.

You can get your tickets for the Summit. Past years have sold out, so you may want to get them early.

If you’d like to sponsor the Summit, see the sponsorship details.

Arduino Blog 09 Jun 18:00