• elvith@feddit.de
    link
    fedilink
    English
    arrow-up
    13
    ·
    2 months ago

    anything with a CPU in it

    If we count microcontroller as CPUs, that would include basically anything that runs with electricity. But I like that thought even more that way

    • guy_threepwood@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 months ago

      To be fair, compliance with that in those cases might be easier. In my experience most washing machines, for example, have programming headers near their main microcontrollers, and you absolutely could write your own firmware for them. Occasionally they’ve been locked down and require an exploit to reprogram (looking at you, Nordic!) but in many cases putting your own code on is as simple as looking up the part number and buying an appropriate JTAG cable. Working out how it’s all connected inside is slightly harder, however.

      • elvith@feddit.de
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 months ago

        You’re right, but this basically implies that you get all access to documentation. Remember the good old days, when a manual included even circuit diagrams, procedure for test points, etc?

        • guy_threepwood@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 months ago

          Some Miele washers still come with basic circuit diagrams in my experience, but yeah that’s far from the norm.

    • B0rax@feddit.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 months ago

      Think about a car. It has >100 microcontrollers. In those cases there is a security concern to hand out the flash keys to at least some of those…

    • Refurbished Refurbisher@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      Microcontrollers would be included in this. Also, not everything that runs on electricity needs to have a microprocessor in it, like toasters for example.

      • elvith@feddit.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 months ago

        Yeah, not everything needs to have a microprocessor in it, but only few items of those do really have none

        • Obi@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 months ago

          I’m no expert so asking with curiosity, but wouldn’t even simple things like your coffee machine changing lights when the coffee is ready require (a very simple) one?

          • elvith@feddit.de
            link
            fedilink
            English
            arrow-up
            2
            ·
            2 months ago

            Not necessarily. You could have a sensor that detects when the water reservoir is emptied that doesn’t need logic - e.g.

            • a floater with a magnet. If it reaches the bottom, a magnet sensor detects that the water now emptied (or in the coffee pot) or
            • a temperature dependent resistor. If there’s no more water, the temperature in the heater rises and the voltage rises on a wire. If the voltage (=temperature) is above a certain level you get a signal

            You can then use those signals to do something like switch off the heater, change a light,… all without using a microcontroller. There’s no programming needed for that. You might see things like transistors and some basic digital circuitry here but it’s all very basic and still far from a microcontroller.