• brax@sh.itjust.works
    link
    fedilink
    arrow-up
    10
    ·
    5 hours ago

    Whooooa, I had no idea Arduino sold out. I thought this was about RaspberryPi for some reason at first, but this is even worse.

    The enshitifcaiton was guaranteed the second the ink touched that paper.

  • CaptKoala@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    5 hours ago

    I’m glad I still have shitloads of ESP8266s kicking around.

    Which ESP32 boards do folks recommend lately? Too many options.

    • Helix 🧬@feddit.org
      link
      fedilink
      English
      arrow-up
      4
      ·
      4 hours ago

      ESP32C3 are pretty cool. Choose a random one from Aliexpress where the board pictures are unique and high quality and the description doesn’t have spelling errors or the AI flair.

  • brax@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    5 hours ago

    I had no idea RaspberryPi sold out. The writing of enshitifcaiton was on the wall the second they happened.

  • JackbyDev@programming.dev
    link
    fedilink
    English
    arrow-up
    19
    ·
    12 hours ago

    “Hello, this brand of tools that was specifically made for people to learn about? Yes, you’re no longer allowed to attempt to understand how they work.”

  • HiddenLayer555@lemmy.ml
    link
    fedilink
    English
    arrow-up
    9
    ·
    11 hours ago

    Are RISCV microcontrollers out yet? Might be a good idea to rally around making a fully open IDE ecosystem and breakout board standard for it (maybe even make it pin compatible with the old school Arduino, surely they can’t sue for that right?)

  • jivandabeast@lemmy.browntown.dev
    link
    fedilink
    arrow-up
    8
    ·
    12 hours ago

    Thankfully, this doesn’t seem to apply to code written outside of the Arduino ecosystem, so i ASSUME that if you’re writing code for a cloned board using PlatformIO that these new terms don’t apply to you

    If that’s not the case, I’ll switch to micropython (probably easier anyway)

  • Ardens@lemmy.ml
    link
    fedilink
    arrow-up
    100
    ·
    21 hours ago

    Here’s the solution. Stop using Arduino. That’s how people power work. Then a new open alternative will pop up, and people can start using that. Ones desire to create and build, should never belong to only one brand - but a universal brand - whenever possible.

    • seitzer@piefed.social
      link
      fedilink
      English
      arrow-up
      13
      ·
      14 hours ago

      Here’s a problem. Schools are full of them. They are really, really good for that specific field. People only think about their private use, but education will suffer the most. Or taxpayers, because they have to pay the bill. Again.

      • Ardens@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        2 hours ago

        It’s a problem, but a minor one. And it still talks into the fact, that it is possible to make an Open Source projekt like that, maybe even owned by the government in some way, so it can’t be turned to shit by corporate interests…

    • Moonrise2473@lemmy.ml
      link
      fedilink
      arrow-up
      44
      ·
      19 hours ago

      i think it was already dead and replaced by the esp32s - the original arduinos are too expensive for what actually offered: get the performance of a 8-bit cpu with 2k RAM but at raspberry pi prices

      • limdaepl@feddit.org
        link
        fedilink
        English
        arrow-up
        19
        ·
        18 hours ago

        Exactly. Why would anyone still use Arduino when alternatives are both better and cheaper?

        • sauerkrautsaul@lemmus.org
          link
          fedilink
          English
          arrow-up
          3
          ·
          14 hours ago

          I still use em cause they work and thats what I learned. my projects are simple enough: ultrasonic sensor detects when someones near, activates a relay etc

          • bearboiblake@pawb.social
            link
            fedilink
            English
            arrow-up
            7
            ·
            14 hours ago

            The good news is that there are a billion no-name brands in China etc. manufacturing drop-in replacement Arduino-compatible boards.

            I got into microcontrollers through Arduino but very quickly moved to much cheaper (and tbh, better) third-party options.

            • sauerkrautsaul@lemmus.org
              link
              fedilink
              English
              arrow-up
              5
              ·
              13 hours ago

              yeah none of my props actually use name brand arduinos. theyre “for arduino nano” chinese boards. cheap as hell and, touch wood, havent failed even after one went haywire from being wet too long… next season it was back to functioning completely normally

    • modus@lemmy.world
      link
      fedilink
      arrow-up
      15
      ·
      17 hours ago

      Hopefully places like Adafruit will stop stocking them. They should also post explanations for people searching directly for them.

  • xiao yun@sh.itjust.works
    link
    fedilink
    arrow-up
    100
    ·
    edit-2
    23 hours ago

    Qualcomm has quietly made some massive changes to Arduino’s Terms of Service and Privacy Policy, marking a clear departure from the platform’s founding principles.

    According to Adafruit, the new policies introduce sweeping user-license provisions, broaden data collection (particularly around AI usage), and embed long-term account data retention, all while integrating user information into Qualcomm’s broader data ecosystem.

    Section 7.1 grants Arduino a perpetual, irrevocable license over anything you upload. Your code, projects, forum posts, and comments all fall under this. This remains in effect even after you delete your account. Arduino retains rights to your content indefinitely.

    The license is also royalty-free and sublicensable. Arduino can use your content however they want, distribute it, modify it, and even sublicense it to others.

    The terms further state that users are not allowed to reverse engineer or attempt to understand how the platform works unless Arduino gives permission. Adafruit argues that this contradicts the values that made Arduino attractive to educators, researchers, and hobbyists.

    The Privacy Policy states Arduino is wholly owned by Qualcomm Technologies, Inc. User data, including from minors, flows to other Qualcomm Group companies.

      • franzbroetchen@feddit.org
        link
        fedilink
        arrow-up
        2
        ·
        3 hours ago

        The MicroPython pyboard is a compact electronic circuit board that runs MicroPython on the bare metal, giving you a low-level Python operating system that can be used to control all kinds of electronic projects.

        Literally the second paragraph

      • tate@lemmy.sdf.org
        link
        fedilink
        arrow-up
        2
        ·
        10 hours ago

        Yep, I see that now. When I bought my first pyboard theirs was the only one. It’s great to see how it spread!

      • RecallMadness@lemmy.nz
        link
        fedilink
        arrow-up
        1
        ·
        2 hours ago

        You can run it on pretty much every esp.

        I’ve had issues with getting it working on lilygo devices, but had no problem with basic cheap “devkits” from AliExpress.

  • abominable_panda@lemmy.world
    link
    fedilink
    English
    arrow-up
    41
    ·
    22 hours ago

    Stupid question.

    Does this apply to what you write and upload on the Arduino IDE to your boards? Or just whatever you publish on their website/ cloud?

  • dustycups@aussie.zone
    link
    fedilink
    arrow-up
    18
    ·
    edit-2
    23 hours ago

    Beagle boards are looking better - What other alternatives are recommended?
    Edit: sorry, I was thinking of SBC’s. Blue pills & ESP are good hardware, the libraries & toolchain Im not so sure about.