home.social

#gpiozero — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gpiozero, aggregated by home.social.

fetched live
  1. Ah, yes, another stroll down memory lane with Mr. Nuttall, reminiscing about the glory days of 2015 when #GPIO pins were as elusive as Bigfoot 🦶. Fast forward to 2026, and we're still pretending that #GPIOZero is cutting-edge technology, because what’s more riveting than abstracting buttons and LEDs? 🚀✨
    bennuttall.com/blog/2026/07/gp #memorylane #technostalgia #2015to2026 #HackerNews #ngated

  2. Ah, yes, another stroll down memory lane with Mr. Nuttall, reminiscing about the glory days of 2015 when #GPIO pins were as elusive as Bigfoot 🦶. Fast forward to 2026, and we're still pretending that #GPIOZero is cutting-edge technology, because what’s more riveting than abstracting buttons and LEDs? 🚀✨
    bennuttall.com/blog/2026/07/gp #memorylane #technostalgia #2015to2026 #HackerNews #ngated

  3. Get your #diy robotic projects started with the first, base element: use the 24byj-48 stepper motor with #raspberrypi. Tutorial for beginners guiding for connections and programming with #python using #gpiozero peppe8o.com/28byj-48-uln2003-s

  4. Get your #diy robotic projects started with the first, base element: use the 24byj-48 stepper motor with #raspberrypi. Tutorial for beginners guiding for connections and programming with #python using #gpiozero peppe8o.com/28byj-48-uln2003-s

  5. #gpiozero is pretty slick compared to earlier #RaspberryPi #Python libraries. These encoders have taken all day to get sorted, but almost all of that time was wrangling wires and soldering.

    edit: specifically, since this keeps getting likes here and there, what I really like about it is it completely handles debouncing for me. I did learn to use the Bounce library in arduino, so I know how to handle it anyways, but it's nice to just not have to think about it at all, just, here's an encoder go!

  6. #gpiozero is pretty slick compared to earlier #RaspberryPi #Python libraries. These encoders have taken all day to get sorted, but almost all of that time was wrangling wires and soldering.

    edit: specifically, since this keeps getting likes here and there, what I really like about it is it completely handles debouncing for me. I did learn to use the Bounce library in arduino, so I know how to handle it anyways, but it's nice to just not have to think about it at all, just, here's an encoder go!

  7. Gah, now I have used this fancy shmancy #gpiozero for the #raspberry project and the Button class' debouncing setting seems to be completely broken. Do I need to fix EVERYTHING myself now?

    grml