this post was submitted on 15 Jun 2023
11 points (100.0% liked)

Open Source

30846 readers
218 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I'm looking for a radio alarm clock project that I could do with a Raspberry Pi or a NodeMCU (ESP32/ESP8266), a small LCD screen and a small speaker.

Do you have any ideas? Does it exist? If not, how should I approach the project? Any advice on speakers for the Raspberry Pi?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (2 children)

It's probably also worth noting that pretty much all of these WiFi switches rely on their manufacturer's servers to keep working. If that company goes belly up or simply decides it no longer wants to pay to keep these devices functional, the switch becomes a paperweight.

[–] [email protected] 2 points 1 year ago

Not if you're willing to flash your own firmware, what is often possible: https://tasmota.github.io/docs/ (and others)

Most of the time it requires opening the switch and connecting to the serial port that's inside more or less exposed. Nothing especially difficult, but can be a little intimidating at first. It's not easy to fail, though, and those switches are so cheap that even if you manage to break it somehow then the loss is not great.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

You are right, it is a big issue, especially with all those tuya variants. Which is exactly why I recommended shelly. :)

The shellys do come with an embedded web server to access it's features locally, even MQTT is possible in the dedault firmware. And if you truly dislike propietary software/firmware it is also possible to upload your own firmwares (tasmota or esphome) without any soldering needed