this post was submitted on 29 Apr 2024
142 points (98.6% liked)

Europe

8484 readers
1 users here now

News/Interesting Stories/Beautiful Pictures from Europe πŸ‡ͺπŸ‡Ί

(Current banner: Thunder mountain, Germany, πŸ‡©πŸ‡ͺ ) Feel free to post submissions for banner pictures

Rules

(This list is obviously incomplete, but it will get expanded when necessary)

  1. Be nice to each other (e.g. No direct insults against each other);
  2. No racism, antisemitism, dehumanisation of minorities or glorification of National Socialism allowed;
  3. No posts linking to mis-information funded by foreign states or billionaires.

Also check out !yurop@lemm.ee

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] refurbishedrefurbisher@lemmy.sdf.org 1 points 5 months ago (2 children)

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

[–] B0rax@feddit.de 1 points 5 months ago

A lot of toasters do have microprocessors though…

[–] elvith@feddit.de 1 points 5 months ago (1 children)

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

[–] Obi@sopuli.xyz 1 points 5 months ago (1 children)

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 2 points 5 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.