Schlagwort: tech

  • Track made baskets with this Arduino/smartphone setup

    Track made baskets with this Arduino/smartphone setup

    Reading Time: 2 minutes

    Track made baskets with this Arduino/smartphone setup

    Arduino TeamAugust 6th, 2019

    Marcelo Ávila de Oliveira likes to practice basketball, and while most of us would be content to shoot and hopefully improve, he actually tracks his workouts. While figuring out the number of made baskets, misses, times, etc. is useful, it’s also quite boring and difficult, so he came up with a real-time scoreboard system to take care of this for him. 

    The device is mounted to an enclosure under the hoop, and uses an IR proximity sensor poking through Jerry West’s head to know when a ball has gone through. It also employs a vibration sensor to detect if the ball has hit the rim, and if the IR sensor isn’t triggered within three seconds, a miss is counted. 

    The setup’s Arduino Mega communicates with a custom smartphone app over Bluetooth, and displays statistics on the practice session. It even plays notification sounds for scores and misses, as shown in the video below.

    [youtube https://www.youtube.com/watch?v=B3hJERXeR7k?feature=oembed&w=500&h=281]

    Website: LINK

  • Arduino and industrial distance sensor communicate via RS-485

    Arduino and industrial distance sensor communicate via RS-485

    Reading Time: 2 minutes

    Arduino and industrial distance sensor communicate via RS-485

    Arduino TeamAugust 5th, 2019

    After obtaining an industrial distance sensor, TUENHIDIY decided to use it as the basis for an interesting visual indicator.

    The device communicates with an Arduino Uno via an RS-485 module, and outputs distance values in the form of a 9 x 14 pixel display made out of discrete LEDs soldered onto an LoL Shield.

    As shown in the video be low, it does a good job of sensing how far an object is from it on a table, and the 126 LEDs provide a nice brilliant display. 

    Code for the build can be found on GitHub if you’d like to make something similar. Seeing as though the sensor used here will set you back close to $1,000, you may want to also consider alternatives like an HC-SR04 ultrasonic module instead! 

    Website: LINK

  • Test your limit switches with this automated rig

    Test your limit switches with this automated rig

    Reading Time: < 1 minute

    Test your limit switches with this automated rig

    Arduino TeamAugust 5th, 2019

    When you buy—or even salvage—limit switches for electronics projects, you expect them to work again and again, producing normally open (NO) and normally closed (NC) signals as needed. Generally, they do work quite well, but if you want to test things for a little extra assurance, you might want to check out this project by Mr Innovative.

    The automated device spins a NEMA17 stepper motor however many times you choose with a rotary encoder, registering the NO and NC signals that are sent to its Arduino Nano controller in response. The unit then gives a pass or fail output via a small OLED screen to let you know everything is functioning properly.

    Website: LINK

  • Filling water bottles automatically with Arduino

    Filling water bottles automatically with Arduino

    Reading Time: < 1 minute

    Filling water bottles automatically with Arduino

    Arduino TeamAugust 1st, 2019

    If you need to fill a bunch of water bottles, you could do so using your hands and a sink… or you could automate the task like YouTuber Easy HomeMade Projects.

    The build is controlled by an Arduino, spinning a carousel of six bottles under a fill hose with a stepper motor and timing belt. When in position, the system’s water pump is activated, filling each bottle for a set length of time.

    [youtube https://www.youtube.com/watch?v=wkq_g18f8P8?feature=oembed&w=500&h=281]

    For alignment, the device is rotated into a starting point sensed with a small switch, and the process is started with a small pushbutton. It then cycles through six positions, beeping to indicate when each is done.

    Website: LINK

  • This monitor will let you know if your CPAP mask comes off at night

    This monitor will let you know if your CPAP mask comes off at night

    Reading Time: 2 minutes

    This monitor will let you know if your CPAP mask comes off at night

    Arduino TeamAugust 1st, 2019

    If you wear a CPAP (Continuous Positive Airway Pressure) mask to treat obstructive sleep apnea, you may wake up to find that you’ve flung the mask off during the night or adjusted it to the point that there’s a large air leak. To help with this problem, Bin Sun has developed a CPAP monitor that measures air pressure via an MPXV7002DP sensor—often also used to determine the airspeed of RC models.

    The device is controlled by an Arduino Nano, and when it detects improper pressure readings in alarm mode, it activates a small buzzer, displaying a “check mask” message. It can also be set up to run in manometer mode in order to observe pressure changes. 

    [youtube https://www.youtube.com/watch?v=26Vf83FsXjU?feature=oembed&w=500&h=281]

    More information—including required parts, print files, and code to make it run—can be found here.

    Website: LINK

  • This display reminds makerspace members to wear hearing protection

    This display reminds makerspace members to wear hearing protection

    Reading Time: 2 minutes

    This display reminds makerspace members to wear hearing protection

    Arduino TeamJuly 31st, 2019

    While members of the Oshman Engineering Design Kitchen makerspace at Rice University generally do a good job with wearing proper eye protection and gloves, hearing safety has lagged behind. In order to make it obvious when students need to apply the protective equipment, the “Ring the Decibels” team there has come up with an excellent sound display, laser cut out of wood and acrylic.

    Their system uses an analog sound sensor to detect noise passing data on to an Arduino Uno. In response, the Uno controls two LED strips, one of which indicates levels in the form of a VU meter, while the second strip flashes red under an acrylic headphones cutout when dangerous levels are present. 

    Build details are available here, and you can check out the demo below to see how it works! 

    [youtube https://www.youtube.com/watch?v=NM5pdUXI-MY?feature=oembed&w=500&h=375]

    Website: LINK

  • Mover3D is a 3D-printed moving light for your desk

    Mover3D is a 3D-printed moving light for your desk

    Reading Time: < 1 minute

    Mover3D is a 3D-printed moving light for your desk

    Arduino TeamJuly 31st, 2019

    LEDs are fun, and RGB(W)s adds a new element to things, but what if you want a light that can also move by itself? The Mover3D does just that as a pan/tilt system controlled by the DMX512 communication protocol. You simply feed instructions in via any standard lighting console, and it dances around under your commands.

    The 3D-printed device uses an Arduino Uno inside the fixture’s base to send signals to an RGBW LED, as well as control a pair of servo motors that pan and tilt the light turret. While light output is limited for now, a second version featuring a 14,000 lumen output with stepper motors and slip rings for 360° rotation is in the works, and should be quite impressive when it’s done! 

    Setup and programming instructions can be found in the project’s write-up, and needed print files are up on Thingiverse.

    Website: LINK

  • The Arduino Nano 33 BLE and BLE Sense are officially available!

    The Arduino Nano 33 BLE and BLE Sense are officially available!

    Reading Time: 2 minutes

    The Arduino Nano 33 BLE and BLE Sense are officially available!

    Arduino TeamJuly 31st, 2019

    The wait is finally over, the new Arduino Nano 33 BLE and BLE Sense are both available. The boards have been manufactured, delivered to our warehouses, and will ship starting in mid-August.

    These new boards are an exciting addition to our product line — based on the powerful Nordic nRF52840 Bluetooth SoC, a Cortex-M4F Arm processor with advanced Bluetooth capabilities.

    Together with the u-blox NINA B306 module, the BLE Sense in particular delivers a lot of value through its impressive array of onboard sensors: a 9-axis inertial measurement unit (IMU), temperature, pressure, humidity, light, color, and even gesture sensors, as well as a microphone, that are managed through our specialized libraries.

    To coincide with the launch of the new boards we’re making the official Arduino programming support for this processor available — in Arduino slang what we call a “Core.”  The ArduinoCore-nRF528x-mbedos that you will be able to add to your Arduino IDE in a few hours is based on the Arm Mbed OS Real-Time Operating System. This is an amazing addition to the Arduino software stack because now you can transparently take full advantage of a powerful RTOS while using all your existing Arduino programming knowledge. This is an significant advancement for the platform as it opens the door to creating more sophisticated and mission critical applications on the Arduino software framework.

    For a more in-depth discussion about the new Arduino Core, read the blog post written by Martino Facchin, who is in charge of the firmware development team, where explains all the details of the implementation and how we came to this decision.

    Head over to the Arduino Store to pick up your Nano 33 BLE for $19 and BLE Sense for $29.50.

    Website: LINK

  • Why we chose to build the Arduino Nano 33 BLE core on Mbed OS

    Why we chose to build the Arduino Nano 33 BLE core on Mbed OS

    Reading Time: 3 minutes

    This post is from Martino Facchin, who is in charge of the firmware development team at Arduino. Hopefully this is the first of a series of posts describing the inner workings of what we do.

    The new, shiny and tiny Nano 33 BLE and Nano 33 BLE Sense are on their way to becoming a serious threat to any hacker’s summer vacation. (I’d recommend spending a couple of days at the lake or beach anyway despite the board’s awesomeness!)

    Quoting Sir Isaac Newton (who walked the same streets of Cambridge, UK that the Arm engineers use to get to work everyday), starting from scratch is not always a clever idea. Tens of thousands of man-hours have been spent since the beginning of computer science to reinvent the wheel, sometimes with great results, other times just bringing more fragmentation and confusion.

    Since we didn’t have an official Arduino core for the Nordic nRF52840 Cortex-M4 microcontroller, which the Nano 33 BLE and Nano BLE Sense are based upon, we took a look at the various alternatives:

    • Using Nordic softdevice infrastructure
    • Writing a core from scratch
    • Using Mbed OS as a foundation

    Option one looks juicy but clashes with a cornerstone of Arduino: open-source software. In fact, softdevice’s closed source approach limits the user’s freedom.

    Option two would take a lot of burden on our shoulders for a single board, making the core not very reusable.

    So, we went to option three: basing the core on Mbed OS foundation, sharing its drivers and libraries.

    As many of you may know, Mbed is a fully preemptive RTOS (real-time operating system), meaning you can run multiple “programs” (more specifically, threads) at the same time, much like what happens in your notebook or smartphone. At Arduino, we have been looking for an RTOS to use on our more advanced boards for a long time but we never found something we liked until we started working with the Mbed OS. Programming an RTOS is usually quite complicated (every university grade course on operating systems will be full of frightening terms like ‘mutex’ and ‘starvation’), but you don’t have to worry if you just want to use it as an Arduino; setup() and loop() are in their usual place, and nobody will mess with your program while it’s running.

    But if you want to do MORE, all Mbed infrastructure is there, hidden under the mbed:: namespace. As a side effect of reusing its drivers, we can now support every Mbed board in Arduino with minimal to no effort. Plus, the structure of the core allows any Mbed developer to use Arduino functions and libraries, simply by prepending arduino:: before the actual function call.

    Mbed also supports tickless mode; in this way, every time you write delay() in your code, the board will try to go in low power modes, knowing exactly when to wake up for the next scheduled event (or any external interrupt). We are able to achieve an impressive 4.5uA of lower consumption while running a plain old Blink on the Nano 33 BLE (a minimal hardware modification is needed to obtain this value but another blog post is coming). As for Bluetooth support, you can start creating your BLE devices today using the wonderful https://github.com/arduino-libraries/ArduinoBLE but we support plain Cordio APIs as well, in case you need features not yet available in Arduino BLE.

    And of course, it’s all open-source! 

    If you just want to make awesome projects with its plethora of onboard sensors, fire up your Arduino IDE, open the board manager and search for Nano 33 BLE; one click and you are ready to go! 

    If you want to hack the core, add another Mbed board or merely take a look, your next entry point is the GitHub repo. Don’t be shy if you find a bug or have a suggestion; we love our community, and will try to be as responsive as possible. 

    Website: LINK

  • If Then Paint is a six-axis CNC painting machine

    If Then Paint is a six-axis CNC painting machine

    Reading Time: 2 minutes

    If Then Paint is a six-axis CNC painting machine

    Arduino TeamJuly 29th, 2019

    It’s easy to see that painting takes a lot of skill, but few really understand how much skill is involved like John Opsahl, who created the “If Then Paint” CNC canvas painting machine.

    In order to produce the proper paint strokes, his device implements full six-axis brush control, moving not only in the X/Y/Z coordinate system, but rotating on three axes. Movement is handled by a modified version of Grbl running on an Arduino Mega.

    If Then Paint also features the ability to change painting/art tools automatically, as well as a clever paint management system that turns a carousel of paint syringes. 

    More info on the build can be found here, and check out a few examples of how it works in the videos below.

    [youtube https://www.youtube.com/watch?v=WK_98-v60MI?feature=oembed&w=500&h=375]

    [youtube https://www.youtube.com/watch?v=kS9g_iGtq1g?feature=oembed&w=500&h=375]

    [youtube https://www.youtube.com/watch?v=XQ4hVbepsI0?feature=oembed&w=500&h=375]

    Website: LINK

  • Arduino used for USB lock prototype

    Arduino used for USB lock prototype

    Reading Time: < 1 minute

    Arduino used for USB lock prototype

    Arduino TeamJuly 29th, 2019

    Richard J. Prinz wasn’t satisfied with pickable physical locks, so he decided to see if he could instead secure physical things with his YubiKey USB security fob.

    His setup uses an Arduino Uno, along with a USB host shield, to read data from the YubiKey then compare it to a stored password or passwords. If the proper code is submitted by the fob, it then unlocks the door, vault, chain, or any other security device, here represented by a green LED.

    While the build shown is a breadboard-based prototype, it fulfills the basic goal of creating a standalone physical USB security platform. If you’d like to create something similar, or perhaps integrate the concept into an actual physical lock, code is available on GitHub[2].

    Website: LINK

  • Arduino selects Auth0 as standardized login for ecosystem

    Arduino selects Auth0 as standardized login for ecosystem

    Reading Time: 2 minutes

    Arduino selects Auth0 as standardized login for ecosystem

    Arduino TeamJuly 28th, 2019

    We are excited to announce that we’ve selected Auth0 as the identity management platform of choice for Arduino. We will replace our own Single Sign On solution with Auth0 for all public facing web properties, including Arduino Create and other apps.

    We discovered that our own homegrown authentication solution would not scale to meet the rapidly developing needs of the growing global community and decided to reach out to Auth0. In addition to Single Sign On, Arduino will take advantage of Auth0’s new Universal Login, which enables developers to completely customise their branded authentication experiences quickly, and Device Flow for browserless or input-constrained devices.

    “We wanted a robust platform to replace our SSO solution but also give us the flexibility to do cool, new things in the device authentication space. Auth0 is a brand we admire, and their API-based approach makes it easy to migrate our login data in a way that’s completely transparent for the customer. We are excited to welcome them to our global community.” – Gianluca Varisco, Arduino CISO

    We plan to leverage the power of both communities and events, and explore a technical partnership in the IoT domain. Auth0 currently secures more than 2.5 billion logins per month for 21 million users.

    “I have been using Arduino for years as the brain for my personal projects, so working with them in a business capacity is really rewarding. When you empower the developer with simple, powerful tools, the whole business benefits. We are excited by the reach of the Arduino community and aligned in our mission to help the developer in their journey to innovate.” – Eugenio Pace, Auth0 CEO and co-founder 

    Website: LINK

  • Plywood printer uses a unique mix of manufacturing methods

    Plywood printer uses a unique mix of manufacturing methods

    Reading Time: 2 minutes

    Plywood printer uses a unique mix of manufacturing methods

    Arduino TeamJuly 26th, 2019

    Sure, we’ve seen low-cost DIY 3D printers with wooden frames before, but not a 3D printer that actually ‘prints’ wood. That’s exactly what Shane Wighton and his Formlabs hackathon team have done. (Although probably more along the lines of a hybrid additive/subtractive CNC machine that makes parts out of 3/4″ particleboard.)

    The device first cuts each layer out with a router, applies glue automatically, and then feeds subsequent layers onto a stack to be cut in the same manner. The result of these combined layers is a block of wood with a very large “benchy” inside, revealed with a bit of manual cutting.

    Motion control is handled by an Arduino Due, which interfaces with a number of stepper drivers to move the router, while an off-the-shelf relay board triggers the pneumatics, lights, and even a horn to indicate when a job is complete.

    More details on the build are available in Wighton’s write-up here and you can see it in action below!

    [youtube https://www.youtube.com/watch?v=9YygcvAzGJs?feature=oembed&w=500&h=281]

    Website: LINK

  • Low-quality wireless audio transmission with Arduino

    Low-quality wireless audio transmission with Arduino

    Reading Time: 2 minutes

    Low-quality wireless audio transmission with Arduino

    Arduino TeamJuly 25th, 2019

    After considering the price of helmet-mounted headsets for motorcycle or moped use, YouTuber GreatScott! decided to try making his own. His walkie-talkie prototype consisted of two Arduino Nano boards, using nRF24L01+ transceivers and a small speaker for PWM audio output.

    After a test demonstrating wireless transmission, the design was transferred to custom PCBs, programming their ATmega328P with an Uno acting as an ISP. The audio results are, at this point, barely intelligible. Nevertheless, it’s an interesting experiment, showing that this type of communication is possible using the RF24Audio library with an Arduino-based system. 

    If you think you could do things better, or that he’s missed something obvious, the PCB design is available here, so be sure to chime in on the video’s comments if you have an idea!

    [youtube https://www.youtube.com/watch?v=SZYwvvh6m-s?feature=oembed&w=500&h=281]

    Website: LINK

  • Low-quality wireless audio transmission with Arduino

    Low-quality wireless audio transmission with Arduino

    Reading Time: 2 minutes

    Low-quality wireless audio transmission with Arduino

    Arduino TeamJuly 25th, 2019

    After considering the price of helmet-mounted headsets for motorcycle or moped use, YouTuber GreatScott! decided to try making his own. His walkie-talkie prototype consisted of two Arduino Nano boards, using nRF24L01+ transceivers and a small speaker for PWM audio output.

    After a test demonstrating wireless transmission, the design was transferred to custom PCBs, programming their ATmega328P with an Uno acting as an ISP. The audio results are, at this point, barely intelligible. Nevertheless, it’s an interesting experiment, showing that this type of communication is possible using the RF24Audio library with an Arduino-based system. 

    If you think you could do things better, or that he’s missed something obvious, the PCB design is available here, so be sure to chime in on the video’s comments if you have an idea!

    [youtube https://www.youtube.com/watch?v=SZYwvvh6m-s?feature=oembed&w=500&h=281]

    Website: LINK

  • Visualizing magnetic fields in three dimensions with an Arduino magnetometer

    Visualizing magnetic fields in three dimensions with an Arduino magnetometer

    Reading Time: < 1 minute

    Visualizing magnetic fields in three dimensions with an Arduino magnetometer

    Arduino TeamJuly 25th, 2019

    As humans, we can’t detect magnetic fields, but we take advantage of this phenomenon every day in the form of motors and various sensors. Even electrical wire produces a field when current flows through it. You can perceive magnetism with a compass, but if you want to visualize it in three dimensions, maker ‘amamitof7’ has a solution: an Arduino magnetometer.

    The device uses a trio of analog Hall effect sensors to measure the strength of the magnetic field. This data is fed to a MKR WiFi 1010 (or Uno), which generates an isometric representation of the field on a small TFT display. 

    One could see this used in a variety of diagnostic applications, or perhaps as an excellent physics teaching tool.

    Website: LINK

  • Visualizing magnetic fields in three dimensions with an Arduino magnetometer

    Visualizing magnetic fields in three dimensions with an Arduino magnetometer

    Reading Time: < 1 minute

    Visualizing magnetic fields in three dimensions with an Arduino magnetometer

    Arduino TeamJuly 25th, 2019

    As humans, we can’t detect magnetic fields, but we take advantage of this phenomenon every day in the form of motors and various sensors. Even electrical wire produces a field when current flows through it. You can perceive magnetism with a compass, but if you want to visualize it in three dimensions, maker ‘amamitof7’ has a solution: an Arduino magnetometer.

    The device uses a trio of analog Hall effect sensors to measure the strength of the magnetic field. This data is fed to a MKR WiFi 1010 (or Uno), which generates an isometric representation of the field on a small TFT display. 

    One could see this used in a variety of diagnostic applications, or perhaps as an excellent physics teaching tool.

    Website: LINK

  • Standbeest-inspired ClearCrawler robot clomps around on 8 legs

    Standbeest-inspired ClearCrawler robot clomps around on 8 legs

    Reading Time: 2 minutes

    Standbeest-inspired ClearCrawler robot clomps around on 8 legs

    Arduino TeamJuly 23rd, 2019

    When you want to build a walking robot, the normal route is to individually control each leg with a number of servos or other actuators. Maker Jeremy S. Cook, however, took a different approach with his ‘ClearCrawler,’ using only a pair of motors to power eight legs. These legs are divided up into sets of four on either side of the bot, allowing for differential control similar to a tank.

    The leg linkage design is based on Theo Jansen’s Strandbeest mechanism, and a clear head is also implemented with a pair of 8×8 MAX7219 LED matrix eyes. Onboard control is handled by an Arduino Nano and an L298N driver board, while an Uno with a joystick shield serves as the user interface. Radio transmission is via two nRF24L01 modules.

    [youtube https://www.youtube.com/watch?v=OI5D6-sAzOo?feature=oembed&w=500&h=281]

    Code for both the transmitter and receiver can be found on GitHub.

    Website: LINK

  • Standbeest-inspired ClearCrawler robot clomps around on 8 legs

    Standbeest-inspired ClearCrawler robot clomps around on 8 legs

    Reading Time: 2 minutes

    Standbeest-inspired ClearCrawler robot clomps around on 8 legs

    Arduino TeamJuly 23rd, 2019

    When you want to build a walking robot, the normal route is to individually control each leg with a number of servos or other actuators. Maker Jeremy S. Cook, however, took a different approach with his ‘ClearCrawler,’ using only a pair of motors to power eight legs. These legs are divided up into sets of four on either side of the bot, allowing for differential control similar to a tank.

    The leg linkage design is based on Theo Jansen’s Strandbeest mechanism, and a clear head is also implemented with a pair of 8×8 MAX7219 LED matrix eyes. Onboard control is handled by an Arduino Nano and an L298N driver board, while an Uno with a joystick shield serves as the user interface. Radio transmission is via two nRF24L01 modules.

    [youtube https://www.youtube.com/watch?v=OI5D6-sAzOo?feature=oembed&w=500&h=281]

    Code for both the transmitter and receiver can be found on GitHub.

    Website: LINK

  • Shower monitor helps you save water and money

    Shower monitor helps you save water and money

    Reading Time: 2 minutes

    Shower monitor helps you save water and money

    Arduino TeamJuly 23rd, 2019

    You (hopefully) take regular showers or baths, but how much water do you use each time you step into your facilities? If you don’t know the answer, then this monitor by LiamOSM could be just what you need.

    The device uses a flow sensor plumbed inline with a shower head, which transmits pulses to an Arduino Nano setup. This Nano, which resides in a nicely 3D-printed enclosure, measures these pulses and outputs the amount of water you’ve used to a 16×2 LCD screen, along with its cost calculated according to your particular utility rates. 

    Using such a monitor would likely be an eye-opening experience, and the inexpensive flow sensor used here could be a great tool for other projects as well.

    Which uses more water – a bath or a shower?

    I was recently thinking about this question, and I realized that I don’t actually know how much water is used when I shower. I know when I’m in the shower sometimes my mind wanders, thinking about a cool new projects idea or trying to decide what to have for breakfast, while water is just gushing down the drain. It would be a lot easier to reduce my water consumption if I actually knew how many litres I was using each time!

    I did a bit of research, and found that different shower heads can use anywhere from 9.5 litres (2.5 gallons) per minute to less than 6 litres (1.6 gallons) per minute, if you have a flow restrictor installed. A very old shower could use even more water. 

    I decided to design and build a device that would display the total volume of water used per shower, the cost of the water, and the flow rate. I’ve had this device installed for a few weeks, and it’s really handy to have a live readout of the amount of water being used.

    Website: LINK

  • Zeus is a humanoid that can hold a conversation

    Zeus is a humanoid that can hold a conversation

    Reading Time: 2 minutes

    Zeus is a humanoid that can hold a conversation

    Arduino TeamJuly 23rd, 2019

    As seen in the videos below, Zeus is a metallic humanoid robot capable of moving its head and arms around, featuring a pair of hand grippers that should be quite useful when the time comes. For now, creator Luis appears to be focusing on its vocal skills, with plans to eventually teach it how to walk.

    The robot can engage in conversation with its companion, whether it’s answering questions like “What’s your name?” with“My name is Zeus,” or “What’s your favorite movie?” with “I wasn’t that impressed with the special effects, also the plot was not deep.” Zeus even lets Luis know when he “has no idea what to say.”

    Zeus’ communication and movement are accomplished through a variety of hardware, including an Arduino Mega and an AAEON UP board, as well as an Intel RealSense Camera SR300 for vision. Luis is also using CMUSphinx for voice recognition, eSpeak for text-to-speech and AIML chatbot for interactive responses.

    Perhaps we’ll see this ~1/2-sized humanoid traipsing around on its own in the future, though hopefully its comment about “taking over the world” was just a joke!

    [youtube https://www.youtube.com/watch?v=FDCD4j0qNrQ?feature=oembed&w=500&h=281]

    [youtube https://www.youtube.com/watch?v=Qw-H1-Pz21Y?feature=oembed&w=500&h=281]

    Website: LINK

  • This machine bends brass wire with precision

    This machine bends brass wire with precision

    Reading Time: < 1 minute

    This machine bends brass wire with precision

    Arduino TeamJuly 22nd, 2019

    Jiri Praus enjoys using brass wire for his freeform sculptures, but isn’t a fan of making the same bends over again. To solve this problem, he designed a CNC machine to handle that task for him.

    His device features a series of rollers to straighten out the wire, with a servo-driven puller that utilizes a roller normally used with a welding machine. A second servo then precisely bends the wire into shape, creating squares, hexagons and even springs under the control of an Arduino/CNC shield. 

    You can see the project in action in the videos below, and if you want to build your own, the STL files for this mostly 3D-printed setup are up on GitHub.

    [youtube https://www.youtube.com/watch?v=eihgmoybQ6E?feature=oembed&w=500&h=281]

    [youtube https://www.youtube.com/watch?v=U4jRoeQRpb0?feature=oembed&w=500&h=281]

    Website: LINK