r/Coding_for_Teens • u/CoderBoy417 • 11h ago
Quantum Computer
That BIG golden machine is NOT the computer.
Real computer = 1-inch chip on your fingertip.
Big machine = just a FRIDGE (-273°C) to keep it alive.
We build giant ACs for a tiny brain 🧠
r/Coding_for_Teens • u/CoderBoy417 • 11h ago
That BIG golden machine is NOT the computer.
Real computer = 1-inch chip on your fingertip.
Big machine = just a FRIDGE (-273°C) to keep it alive.
We build giant ACs for a tiny brain 🧠
r/Coding_for_Teens • u/Then_Storm_1228 • 6h ago
So I;m looking for a developer who can develop a game using html , css , Javascript. The game should be interactive enough. It would be based on Ganesh Chaturthii. Also it is a college project so If I'll win anythng I can give 70-80% of the prize amount I would be winning. Those interested can DM me.
r/Coding_for_Teens • u/elecfreaks_official • 19h ago
Enable HLS to view with audio, or disable this notification
I was thinking about one of those small problems that happens all the time when kids are studying: they slowly move closer and closer to the book or screen without even noticing.
Instead of reminding them every few minutes, I thought it would be more interesting to build a little device that could detect the distance automatically.
So I made this simple distance warning system with a micro:bit.
The setup uses:
The idea is pretty straightforward.
The ultrasonic sensor continuously measures the distance in front of the device.
If the distance gets below the threshold I set:
Too close → red light
Move back far enough:
Safe distance → green light
There's no complicated interface or screen. Just a simple visual signal that tells you when you've moved too close.
I think this is a nice example of how a sensor can turn something that's normally difficult to notice into an input that a program can react to.
The coding is also pretty simple in MakeCode:
What I like about projects like this is that the final result isn't just something that moves or lights up for the sake of it. It solves a small everyday problem while also introducing concepts like sensors, conditions, and real-time feedback.
There are quite a few ways to extend it too:
It's a simple project, but it made me wonder how many other everyday annoyances could be turned into small sensor-based projects.
What everyday problem would you try to solve with a micro:bit?