• Nixie Shot Timer Adds Useful Elegance to Espresso Machine

    Updated: 2021-03-26 20:00:45
    Skip to content Hackaday Primary Menu Home Blog Hackaday.io Tindie Hackaday Prize Submit About Search : for March 26, 2021 Nixie Shot Timer Adds Useful Elegance To Espresso Machine 2 Comments : by Kristina Panos March 26, 2021 Once you’ve ground the beans and tamped the grounds just so , pulling the perfect shot of espresso comes down to timing . Ideally , the extraction should last 20-30 seconds , from the first dark drips to the tan and tiger-striped crema on top that gives the espresso a full . aftertaste Marco has a beautiful espresso machine that was only missing one thing : an equally beautiful shot timer with a Nixie tube display Instead of messing with the wiring , Marco took the non-invasive approach and is using a DIY coil to detect the magnetic field of the espresso machine’s

  • Raspberry Pi Pico: 10 Project Ideas!

    Updated: 2021-03-26 03:22:45
    The Raspberry Pi Pico microcontroller unit (MCU) is the latest addition to the Raspberry Pi The post Raspberry Pi Pico: 10 Project Ideas! appeared first on Latest open tech from seeed studio.

  • Happy ArduinoDay2021. Free Trial of Arduino Sensor Kit or Grove Beginner Kit for Arduino when you share your cool projects!

    Updated: 2021-03-26 02:14:49
    Hi our lovely seeeders, happy Arduino Day 2021! Now we are inviting seeeders to get The post Happy ArduinoDay2021. Free Trial of Arduino Sensor Kit or Grove Beginner Kit for Arduino when you share your cool projects! appeared first on Latest open tech from seeed studio.

  • Maker Meeting March 23, 2021 – ESP8266, Arduinos, and a Dalek

    Updated: 2021-03-25 14:07:00
    Check out the March 23, 2021 Workshop 88 Maker Meeting here: ESP8266 interfaced with a keypad Peter shared the following information about using the Arduino keypad library with the ESP8266after the recording: There is a pretty good tutorial at https://diyi0t.com/keypad-arduino-esp8266-esp32/ There … Continue reading →

  • Skill Builder: Write Your Code Like NASA Does

    Updated: 2021-03-24 15:00:00
    : : : : Skip to content Search POPULAR : SEARCHES Arduino CNC Raspberry Pi Woodworking 3D Printing IOT Robot Maker Faire We detected that you have javascript disabled . The site requires javascript to be enabled for the best user . experience Check Out Maker Campus Learning for Makers From Makers Maker Faire Shop Make : Projects Magazine Maker Campus Partner With Us LOG IN Log Out More All Stories Magazine Projects : Make Board Guide Maker Spotlights Get the Full Issue SUBSCRIBE Today We are all makers Make : Community Make : Community Why join Make : Community Video Playlists : Make Magazine Collection Live Learning Make : Community Login Make : Community Home Partner With Us Make : Magazine : Make Magazine Home All Stories Projects From : Make Guide to Boards Maker Spotlights Subscribe

  • Maker Meeting March 16, 2021

    Updated: 2021-03-24 01:22:34
    Check out the March 16, 2021 Workshop 88 Maker Meeting here: Things We’ve Made 3D printed for everyday use. A place for everything and everything in it’s place. (Organizers) Vase Mode – extra thin walls Modular Tool Caddy Replacement Parts … Continue reading →

  • Maker Meeting March 9, 2021

    Updated: 2021-03-23 15:23:13
    Check out the March 9, 2021 Workshop 88 Maker Meeting here: HackADay Basic (Code) in 10 lines or less contest Scott’s project overview of his contribution to contest. Mandelbrot Must see to enjoy. It’s mesmerizing. TinkerCad Follow Up Logos Shapes … Continue reading →

  • Web Analytics Made Easy Statcounter

    Updated: 2021-03-22 01:19:00
    Log In Product Features Pricing How It Works How does Statcounter work Reliable web tracker Fast hit counter Free web stats Statcounter vs Google Analytics IP Address Tracker Our Customers Success Stories Demo Company Mission Press Releases Careers Legal Link To Us Global Stats Support Installation Default Installation Guide Platform Installation Guides Using Statcounter Using Statcounter Analyze Your First Visitors Install the Mobile App Ignore your own visits Explore Visitor Paths Configure your email reports Filter Your Reports Add Visitor Labels Alerts Add Another Project Sync Your Google Keyword Data Set Up Multiple Users View Google Ads Keywords in Statcounter Analyze Your Landing Pages Watch a live update of your visitors Track Your Conversion Rate Detect Click Fraud FAQ General

  • Arduino CLI for I/O Pin Testing

    Updated: 2021-03-21 20:00:00
    Skip to content Hackaday Primary Menu Home Blog Hackaday.io Tindie Hackaday Prize Submit About March 21, 2021 Arduino CLI For I O Pin Testing 4 Comments : by Chris Lott March 21, 2021 Need to quickly toggle or read some logic signals without the hassle of writing a quick program Thor_x86 aka Eric built an Arduino sketch that does just that and he threw in the ability to send or receive serial messages , too . This is a neat idea kind of a simplified Bus . Pirate We should warn you that this is an early release , and there are a few minor issues which we are sure Eric will iron out soon . We discovered the function strtol(  was misspelled in cmd_send.cpp and there are some configuration defines  which need to be sorted out in file parsePin.cpp depending on which Arduino module you are

  • Arduino and FPGA Done Differently

    Updated: 2021-03-21 14:01:09
    Skip to content Hackaday Primary Menu Home Blog Hackaday.io Tindie Hackaday Prize Submit About March 21, 2021 Arduino And FPGA Done Differently 24 Comments : by Al Williams March 21, 2021 FPGA guru Max Maxfield recently took a look at the XLR8 pronounced accelerate board from a company called Alorium . On the surface , it looks like another Arduino UNO clone . But instead of a CPU , it contains an Intel MAX10 FPGA that runs a softcore AVR processor . Of course , that’s only part of the story . If the board was just a mock Arduino using an FPGA , that’s not very interesting for practical purposes . However , by incorporating accelerator blocks or XBs , you can add FPGA modules to the soft CPU . Max shows an example that you can see in the video below where an FPGA block controls servos

  • Arduino Serial vs SerialUSB

    Updated: 2021-03-21 02:01:38
    Skip to content Hackaday Primary Menu Home Blog Hackaday.io Tindie Hackaday Prize Submit About March 21, 2021 Arduino Serial Vs SerialUSB 16 Comments : by Chris Lott March 20, 2021 Andrew wonders why the SerialUSB(  function on the Cortex M3-based Arduino Due is so much faster than Serial( on the Uno or Nano and shares his observations in this short video . He sets up an experiment with a simple sketch on both boards and uses Wireshark to evaluate the . results Data is sent in the USB packets in groups of four characters on the ATmega-based boards , but the entire string is put in a packet on the Due board . If you look under the hood , the answer is hiding in plain sight . While the Arduino family of boards connect to your computer using a USB virtual serial port , the ATmega ones have

  • Planetary Escape (-Room in a Box)

    Updated: 2021-03-20 05:00:20
    Skip to content Hackaday Primary Menu Home Blog Hackaday.io Tindie Hackaday Prize Submit About March 21, 2021 Planetary Escape Room In A Box 9 Comments : by Brian McEvoy March 19, 2021 The trick to a fun escape room is layers . For doktorinjh s Spacecase you start with an enigmatic aluminum briefcase and a NASA drawstring backpack . A gamemaster reads the intro speech to set the mood , and you’re ready to start your escape from the planet . The first layer is the backpack with puzzles you need to solve to get into the briefcase . In there , you discover a hidden compartment and enough sci-fi references to put goofy smiles on our faces . We love to see tools reused as they are in one early puzzle , you use a UV LED to reveal a hidden message , but that light also illuminates puzzle clues .

  • Maker Spotlight: Leif Maginnis

    Updated: 2021-03-19 15:00:00
    : : : : Skip to content Search POPULAR : SEARCHES Arduino CNC Raspberry Pi Woodworking 3D Printing IOT Robot Maker Faire We detected that you have javascript disabled . The site requires javascript to be enabled for the best user . experience Check Out Maker Campus Learning for Makers From Makers Maker Faire Shop Make : Projects Magazine Maker Campus Partner With Us LOG IN Log Out More All Stories Magazine Projects : Make Board Guide Maker Spotlights Get the Full Issue SUBSCRIBE Today We are all makers Make : Community Make : Community Why join Make : Community Video Playlists : Make Magazine Collection Live Learning Make : Community Login Make : Community Home Partner With Us Make : Magazine : Make Magazine Home All Stories Projects From : Make Guide to Boards Maker Spotlights Subscribe

  • Particle Launches New EtherSIM Platform with Free-To-Use Cellular Data

    Updated: 2021-03-17 17:49:37
    : : Skip to content Search POPULAR : SEARCHES Arduino CNC Raspberry Pi Woodworking 3D Printing IOT Robot Maker Faire We detected that you have javascript disabled . The site requires javascript to be enabled for the best user . experience Check Out Maker Campus Learning for Makers From Makers Maker Faire Shop Make : Projects Magazine Maker Campus Partner With Us LOG IN Log Out More All Stories Magazine Projects : Make Board Guide Maker Spotlights Get the Full Issue SUBSCRIBE Today We are all makers Make : Community Make : Community Why join Make : Community Video Playlists : Make Magazine Collection Live Learning Make : Community Login Make : Community Home Partner With Us Make : Magazine : Make Magazine Home All Stories Projects From : Make Guide to Boards Maker Spotlights Subscribe Gift

  • [World Engineering Day] The Ultimate Guide for Engineers

    Updated: 2021-03-03 04:16:10
    The fourth of March is right around the corner – this means that the World The post [World Engineering Day] The Ultimate Guide for Engineers appeared first on Latest open tech from seeed studio.

Previous Months Items

Feb 2021