Schlagwort: linux
-
This DIY strain wave gearbox is strong enough to pull a car
Reading Time: 3 minutesMechanical advantage is arguably the most important engineering concept that humanity has ever learned to harness. By converting distance, like the length of a lever or rotations of a gear, into torque (and vice versa) we can overcome almost any physical challenge. But that distance can be an issue. For example, if…
-
Functional miniature hydrogen fuel cell powers RC truck
Reading Time: 2 minutesArduino Team — September 17th, 2022 Vehicles powered by hydrogen fuel cells combine the benefits of battery-powered electric vehicles and internal combustion engines (ICEs). You get the environmental and performance benefits of electricity, with the same refueling convenience as you get with ICE vehicles. But for most of us, hydrogen fuel cells…
-
Arduino Cloud extends ESP32 support to S2/S3/C3 devices
Reading Time: 2 minutesArduino Cloud is Arduino’s integrated platform to develop, deploy and manage IoT devices in an easy way. It supports a broad list of hardware including not only Arduino boards but also ESP32 and ESP8266 based boards. Arduino is committed to making this list of devices grow and as a result of this…
-
The Things Conference 2022: catch up with us and all things LoRaWAN®
Reading Time: 3 minutesArduino Team — September 16th, 2022 We are excited to announce our team will be traveling to Amsterdam for The Things Conference on September 22nd-23rd, where Arduino will be among select exhibitors. The Things Conference is the world’s largest conference about LoRaWAN®, bringing together the industry’s major players contributing to this technology’s…
-
Auto Xylophone features hand-wound solenoids
Reading Time: 2 minutesArduino Team — September 15th, 2022 A xylophone is, in addition to being one of only two known English words that start with the letter X, an instrument that most of us haven’t touched since we were toddlers. But xylophones produce a very pleasing sound and their construction is about as simple…
-
The UV Budgie shows IoT alerts in a fun way
Reading Time: 2 minutesArduino Team — September 14th, 2022 The Internet of Things (IoT) is now well-established and households around the world contain many IoT devices. Most of them were designed to blend as seamlessly as possible into their owners’ lives, which means that they tend to be unobtrusive. But “unobtrusive” is the last adjective…
-
It’s here: please welcome Arduino IDE 2.0
Reading Time: 4 minutesWe’re pleased to announce that as of today Arduino IDE 2.0 has moved to Stable and is available for download. Since the launch of the Beta version back in Spring 2021, the feedback received from the active Arduino community has enabled us to focus on what’s meaningful to the widest user-base. It…
-
Transform the way you organize your home with Arduino
Reading Time: 4 minutesOne of the wonderful things about living in the modern world is having full cupboards, pantries, and wardrobes. But this privilege also comes with downsides — managing all the various items we own can be a headache and can lead to confusion and stress. The good news is that storage doesn’t have…
-
Build your own automatic bean sprouter for superfood meals
Reading Time: 2 minutesArduino Team — September 13th, 2022 Mung bean sprouts are a very popular food throughout Asia, as they are nutritious and extremely easy to grow. While you can certainly purchase these bean sprouts at your local markets, you can also take advantage of their easy cultivation to grow your own. Doing so…
-
Simon Boak’s SB116 is a TI Programmer-inspired DIY calculator
Reading Time: 2 minutesSimon Boak’s SB116 is a TI Programmer-inspired DIY calculator Arduino Team — September 13th, 2022 Many types of calculators exist beyond those basic models that everyone used in elementary school. The most common is the scientific calculator, including the iconic Texas Instruments TI-83. Programmer’s calculators contain buttons and functionality designed to help…
-
Simon Boak’s SB116 is a TI Programmer-inspired DIY calculator
Reading Time: 2 minutesSimon Boak’s SB116 is a TI Programmer-inspired DIY calculator Arduino Team — September 13th, 2022 Many types of calculators exist beyond those basic models that everyone used in elementary school. The most common is the scientific calculator, including the iconic Texas Instruments TI-83. Programmer’s calculators contain buttons and functionality designed to help…
-
Simon Boak’s SB116 is a TI Programmer-inspired DIY calculator
Reading Time: 2 minutesSimon Boak’s SB116 is a TI Programmer-inspired DIY calculator Arduino Team — September 13th, 2022 Many types of calculators exist beyond those basic models that everyone used in elementary school. The most common is the scientific calculator, including the iconic Texas Instruments TI-83. Programmer’s calculators contain buttons and functionality designed to help…
-
tinyML device monitors packages for damage while in transit
Reading Time: 2 minutesArduino Team — September 10th, 2022 Although the advent of widespread online shopping has been a great convenience, it has also led to a sharp increase in the number of returned items. This can be blamed on a number of factors, but a large contributor to this issue is damage in shipping. Shebin…
-
This piece of art knows when it’s being photographed thanks to tinyML
Reading Time: 2 minutesThis piece of art knows when it’s being photographed thanks to tinyML Arduino Team — September 9th, 2022 Nearly all art functions in just a single direction by allowing the viewer to admire its beauty, creativity, and construction. But Estonian artist Tauno Erik has done something a bit different thanks to embedded…
-
Building an experimental wave drive tank
Reading Time: 2 minutesArduino Team — September 8th, 2022 There are many ways to make a thing ambulatory beyond simply slapping on some wheels. James Bruton often experiments with these unique drive mechanisms, whether they are practical or not. In his newest video, he built what he calls a “wave drive” to propel a tank-like…
-
Detecting and tracking worker falls with embedded ML
Reading Time: 2 minutesCertain industries rely on workers being able to reach high spaces through the use of ladders or mobile standing platforms. And because of their potential danger if a fall were to occur, Roni Bandini had the idea to create an integrated system that can detect a fall and report it automatically across a wide…
-
Mass scale with the new Arduino Cloud CLI
Reading Time: 4 minutesThe Arduino IoT Cloud enables makers, IoT enthusiasts and professionals to build easily connected projects based on a wide range of Arduino, ESP32, and ESP8266 boards. Following Arduino’s vision, it has been carefully designed to provide the most user-friendly and intuitive experience, abstracting the complex tasks that create barriers for users who…
-
This wrapping machine makes wire harness creation a breeze
Reading Time: 2 minutesArduino Team — September 5th, 2022 Many products require the use of wire harnesses, which are essentially bundles of cabling that connect one subsystem to another, such as a car engine’s sensors to the ECU. DIY projects can also find themselves needing one, but having to manage the wiring without tangles or…
-
Automating precise welds with an Arduino
Reading Time: 2 minutesArduino Team — September 5th, 2022 Welding is a skill that takes years to perfect, and yet consistently placing a TIG welder in exactly the right spot many times over is nearly impossible. To assist with this process, a few of element14 Presents host Kaleb Clark and his company’s clients had constructed two rigs…
-
40+ Ideas For Your Next Home Automation Project with Arduino Cloud
Reading Time: 3 minutesArduino Team — September 2nd, 2022 Home automation has increasingly become a need in our lives. Without even noticing it we have been adding connected elements to our homes and buildings to make our lives easier and nowadays we are surrounded by electronic devices that monitor our environment, control our lighting systems…
-
Arduino improves the compilation terms for the free plan in the online IDE
Reading Time: 3 minutesOnline interactive development environments (IDE) have taken off during the recent years. Traditionally, local IDEs were considered the best tools for programming as they were usually faster than their online counterparts. But the arrival of new web programming frameworks and the standardisation of high-speed internet connections have improved the user experience of…
-
Convert an old telephone into a MIDI instrument
Reading Time: 2 minutesArduino Team — September 1st, 2022 MIDI (Musical Instrument Digital Interface) is a fantastic standard because it is versatile enough to encompass almost all instruments, but simple enough to work with using low-power digital hardware. A typical MIDI message contains three bytes. The first is a status byte that describes the action…