- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 3 weeks ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 3 weeks ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 3 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 4 months ago
- Building a 3D Digital Clock with ArduinoPosted 9 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 10 months ago
- Snowflake with ArduinoPosted 10 months ago
- Holographic Christmas TreePosted 11 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 11 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 12 months ago
Programming the Pi Using Arduino Sketches
Massimo Banzi, the co-founder of the Arduino Project, last week announced that if you know how to write programs to control hardware using Arduino boards you can now use the same language to control hardware attached to the Pi.
Thanks to a new feature in the cloud-based Arduino Create service is possible to compile Arduino Sketches – a simplified version of the C++ programming language with a lot of pre-built code for common tasks – into a form that can be run on a Raspberry Pi.
This Arduino Create’s new feature makes possible to interact with sensors, motors, electronic boards and other hardware attached to the Pi’s GPIO pins.
“The idea is that it’s going to make it very easy for people to use devices like Raspberry Pi, BeagleBone and a bunch of Intel-based, single-board computers. It will become very easy to use and to program at the edge,” said Banzi.
In fact, as with the Raspberry Pi, is possible to compile Arduino Sketches for other single boards like the BeagleBone and some intel-based boards.
“Once a board had been added to Arduino Create, the service can be used to manage these boards remotely via a control panel, allowing the user to carry out tasks such as triggering Arduino programs, installing software packages and configuring Wi-Fi networks.”
You can read more on TechRepublic.com