TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are some hobby tech projects for a tech-savvy teenager?

2 pointsby ParallelThreadover 1 year ago
I would like recommendations for a hardware/software project that involves coding, building hardware components for an interested 14 year old who knows python.

2 comments

bosky101over 1 year ago
- creating their version of Google homepage, there is plenty to go down the rabbit hole beginning with the homepage<p>- creating home&#x2F;iot alerts maybe with zapier&#x2F;email&#x2F;twilio<p>- creating a chatbot based on a pdf<p>- creating an RSVP site for your upcoming family _<p>- creating a browser extension<p>- creating a guest wifi login system with credits&#x2F;timeouts<p>- creating a Dropbox alternative with S3<p>- a website that tells you which day of the week you were born<p>You&#x27;re welcome
dominicdotyover 1 year ago
If they&#x27;re interested in software and hardware, robotics is a fun place to start.<p>Line following, object avoidance, maze solving, all sorts of cool options.<p>A relatively cheap option would be the micro:bit [1] and a chassis [2]. The micro:bit can run CircuitPython [3] which is an simplified version of Python that can run on embedded systems.<p>This setup offers lots of room for growth from graphical programming, to circuitpython, and then on to C programming.<p>[1] <a href="https:&#x2F;&#x2F;www.adafruit.com&#x2F;product&#x2F;4781" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.adafruit.com&#x2F;product&#x2F;4781</a><p>[2] <a href="https:&#x2F;&#x2F;www.adafruit.com&#x2F;product&#x2F;4575" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.adafruit.com&#x2F;product&#x2F;4575</a><p>[3] <a href="https:&#x2F;&#x2F;circuitpython.org&#x2F;board&#x2F;microbit_v2&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;circuitpython.org&#x2F;board&#x2F;microbit_v2&#x2F;</a>