New workflow for Arduino library submissions
Arduino library submissions have a new, easier and more transparent workflow that lets the community contribute more, and to do it quickly.
Arduino library submissions have a new, easier and more transparent workflow that lets the community contribute more, and to do it quickly.
This post is from Sandeep Mistry, Senior Software Engineer at Arduino. Today, we are pleased to announce BLE (Bluetooth Low Energy) central support in v1.1.0 of the ArduinoBLE library. This major feature addition allows your Arduino board to scan for and connect to BLE peripheral devices. With one simple library, you can now use BLE […]
Libraries are files written in C or C++ which provide sketches with extra functionality, for example the ability to control an LED matrix, read an encoder, connect to a sensor, display, or module, etc. They are very useful to lower the barriers for creating amazing interactive projects and use a wide range of components. Libraries […]
With the new (experimental) Arduino extension for Scratch, you can create visual programs to control sensors and actuators connected to Arduino boards. Try it on the new ScratchX site. Scratch allows kids (and everyone) to create their own games, interactive stories, and animations using a visual programming environment. Scratch is made by the Lifelong Kindergarten […]
A new version of the Arduino IDE (1.6.1) is available at the download page! A month ago we released the version 1.6.0 of the Arduino IDE. We then received lots of feedback: issues on Github, emails on the developers mailing list and, most important, forum messages. We fixed a lot of issues, here is a brief list: […]
[srejbi] shares a new, programming-free, API-based way to programming Arduino: the APDuino project (minimum hw requirements: Arduino Mega 2560 + W5100 EtherShield). The Apduino relates to a peculiar approach towards Arduino that I noticed in the last years: using Arduino and making things without coding. This is a good thing for people that can’t […]
We are proud to show you a tutorial about using an Arduino Motor Shield with the Arduino Due. This example shows the simplest thing you can do: driving a DC motor forward and backwards. Read on the [tutorial]
Nice Grasshopper-to-Arduino plotter hack from FablabTorino maker Pietro Leoni, a collabotator at Carlo Ratti Associati studio in Turin. We’d love to see code & sketches online soon, as much as a second edition of the plotter.
In his blog, Charalampos describes his experience with SeeedStudio’s Grove Ear-clip Heart Rate sensor and Cosm (former Pachube) cloud service. The employed sensor is quite cheap and can detect heart pulses from the ear lobe, by measuring the infra-red light reflected by the tissue and by checking for intensity variations. By connecting this sensor with an ADK board […]
[Carlo Denaro] is sharing a smart solution to save digital pins while controlling an LCD, using Shift Register 74HC595. A simple yet useful project with skecth&libraries, datasheets and Fritzing schematics. via [grayhats.org]