Tag Archives: Open Electronics

Open Electronics talks Adafruit’s FLORA (ATmega32u4)

Writing about wearable technology for Open Electronics, Alessio Biancalana highlights Adafruit’s FLORA, a popular platform powered by Atmel’s versatile Atmega32u4 microcontroller (MCU).

“Adafruit released more than 100 tutorials and over 25 libraries for the Arduino IDE, so they [ultimately] decided to produce their own wearable platform. The cool aspect about FLORA is that this tiny [platform] is fully compatible with Arduino, so no matter the operating system you will immediately be able to bootstrap your wearable startup,” Alessio explains.

“If you have the Arduino IDE installed on your computer, and if you know how to develop software for the original Arduino – and this is awesome, because as you know in an open ecosystem the knowledge reuse is on of the most important things.”

As Biancalana points out, FLORA boasts an on-board regulator, making the platform extremely beginner friendly.

“[It also] has four LEDs: power good, digital signal LED for bootloader feedback, data rx/tx. If we are power users, we can reprogram it all thanks to a ICSP controller; we have 14 sewing tap pads for electrical connections and attachments,” he says.

“[Makers] can expand [the] board to create even more powerful wearables, or maintain easy access to the controller so [it] can be hacked in many ways, growing a strong community around [the] hardware.”

Interested in learning more about Adafruit’s Atmel-powered FLORA? You can check out the platform’s official page on Adafruit here, read about Becky Stern’s “Make: Getting Started with Adafruit FLORA” here and browse our FLORA project archives here.

Video: Hacking a Valentine with the ATtiny85

The OpenElectronics crew has presented a project dubbed “HeartThrob” in honor of Valentine’s Day weekend.

“You [may] be inclined to think that this is the usual heart-shaped Valentine gadget,” OE’s Boris Landoni explained in a blog post detailing the project.

“In reality this is something much cooler as it’s capable to create beautiful and complex light games… Just shake HeartThrob and it will turn on and crate incredible light animations.”

HeartThrob is powered by Atmel’s versatile ATtiny85 microcontroller (MCU), as the OpenElectronics team required a compact controller that was easy to program and offered a precise balance between energy consumption and performance.

In terms of software, the HeartThrob can be modified according to the specific needs of a user, including duration, vibration detection and number of functions for those who want to add or remove lighting effects.

Interested in learning more? You can check out HeartThrob’s official project page here.

As we’ve previously discussed on Bits & PiecesAtmel’s ATtiny85 MCU is routinely tapped by both DIY Makers and professional engineers to power a wide range of projects. To be sure, quite a number of devices and platforms built around the ATtiny85 have surfaced in recent months, including the LED SMD firefly, astrophotography tracker, vibrating timepiece, ATtiny85 ISP!, and Cuboino (Digital Cuboro)

Gabriella Levine talks OSHW, Arduino and China



Simone Cicero of Open Electronics recently sat down with Gabrielle Levine, the newly appointed president of the Open Source Hardware Association (OSHWA) to discuss a wide range of topics, including the rapid evolution of the open source movement, Arduino boards and China’s key role in the hardware space.

“I believe it is becoming commercially strategic for companies to release open source hardware tools and platforms. Because tech innovation is happening so rapidly, companies have to innovate quickly,” Levine told the publication.

“As the trend of open toolkits and information becomes more mainstream, no longer will patent ownership be the driving force behind success, but success will come from the best technology that is fastest to make it to market. Releasing open source hardware is certainly commercially beneficial in some ways for companies and for consumers.”

According to Levine, OSHW allows consumers to control, modify and personalize various platforms or tools. In turn, this facilitates healthy competition within the market, while accelerating product proliferation via derivatives.

“For example, Arduino has created a market share based upon both Arduinos as well as derivatives. Additionally, open source hardware can contribute to commercial success because it puts so much emphasis on ‘the Brand.’ [Remember], Arduino became known globally due to attribution,” she explained.

“Another example is Sparkfun and Adafruit. These companies seem to survey what sensors the community is using, see what people have made and then decide to produce their own products or sensors based on what they see is popular, or even based upon the designs of some of the community.”

Levine also commented on China’s role in hardware innovation, noting that it boasts fast-paced manufacturing, along with inexpensive tools and materials.

“I believe China is going to be a huge driving force in the open source hardware landscape. There are many similarities between [the local concept of] Shanzhai and the open source hardware community,” she said.

“Both Shanzhai and open source hardware projects borrow information, tools, source code, CAD files and techniques; both improve upon other’s work to accelerate development. What differentiates Shanzhai from open source hardware projects is that it doesn’t build upon the work of others for increased innovation, but it exactly copies and prices it lower.”

Last, but certainly not least, Levine said Germany, Netherlands and Japan are at the forefront of design and innovation. As such, the trio will play a “big role” in making the open source hardware movement more mainstream.

Interested in reading more? 

The full text of the Open Electronics interview with Gabrielle Levine can be accessed here.

LEWE is an open source biometric wristband

LEWE – an open source biometric wristband – is built around the Atmel-powered Arduino Mega board (ATmega1280) and a number of shields, including Bluetooth, RTC and color LCD.

According to Boris Landoni of OpenElectronics, the goal of Project LEWE is to leverage available tech and create a low cost platform using sensors for data collection.

“Clearly this version is quite hulking, but we wanted to explain how to make the [platform],” said Landoni.

“[Ultimately, everything can be] integrated into a single board or two, in a more compact fashion that can be worn thanks to a special container with a wristband.”

The current iteration of the LEWE prototype currently supports at least five functions, including:

  • Measuring body temperature and sweat rate
  • Local display of recorded data
  • Relaying information to a smartphone app
  • Sending and storing data to the cloud
  • Organizing data in graph form for analysis

On the app side, LEWE is designed to communicates with an Android smartphone.

“The app consists of a main activity, in which the last data received from the wristband are shown, [along with] a secondary activity that displays the diagram containing all the data,” Landoni added.

“By clicking the icon of the gear, you can enter the app settings [to] connect and configure the cloud access information.”

Interested in learning more about LEWE? You can check out additional information on OpenElectronics here.