toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

234
active users

#esp8266

2 posts2 participants0 posts today
Hello #homeassistant geeks (more specifically #esphome geeks). I'm facing something new: I need to control some appliances (4 motors and 1 light) with Home Assistant. I was povided with a couple of pricey RF 433mhz remotes that I really don't want to disassemble (so I cannot just solder some bodge wires to the keys pads and connect them to an #ESP8266 ). I need something that can receive, copy and re-send the signals mimiking the original remotes. I don't know anything about RF, don't own an SDR and don't know if the remotes use some kind of rolling code. I've seen there is some support on ESPHome for 433mhz transmitters (https://esphome.io/components/remote_transmitter.html) but it's unclear to me with what hardware.
Anyone can point me in the right direction?
ESPHomeRemote TransmitterInstructions for setting up configurations that send out pre-defined sequences of IR or RF signals

7-Segment-Anzeige Grove TM1637 mit #Microcontroller NodeMCU LoLin V3 #ESP8266. Es wird über WiFi eine Verbindung ins Internet aufbebaut und von einem NTP-Server die aktuelle Uhrzeit geholt. Danach zählt der Prozessor selbst weiter und zeigt die Uhrzeit an.
Nachdem es technisch funktioniert hat, habe ich selbst aus Klemmbausteinen ein würfel-förmiges Gehäuse gebaut. #diy

An #esp8266 running #ESPHome (and connected to #HomeAssistant) controlling the arm of a rolling ball clock (Roll-O-Clock). First, turning quickly to catch up to the current time, then gently turning to sweep up one ball per minute. Sensors connected to the hour arm and the scooper so that it knows when the clock is "empty" (1 o'clock) and when the arm is vertical. Operating the arm can be turned off remotely.

@christ_van_willegen

Roll-O-Clock running ESPHome

🔗 videos.trom.tf/videos/watch/e8
-

#Happy420 Day! Den Tag zum Anlass genommen, habe ich heut ein weiteres Development Release meiner #CanGrow Firmware zusammengeschnürt und den v0.2 Entwicklungsstand in den Git main gemerged, da dieser nun voll funktionsfähig, wenn auch noch nicht feature complete, ist :)

Neben einer aktualisierten Readme im Git Projekt gibt es auch unter den Release pre-built Binaries zum direkten Upload auf euren #ESP :)

Ihr findet alles weitere hier: git.la10cy.net/DeltaLima/CanGr

#maker#make#ESP32
Continued thread

Leider habe ich aktuell das große Problem beim ESP32-C3, dass die default Partition im Flash zu klein ist um ein paar KB, sodass ich beim compilen eigentlich eine andere Partitionstabelle wählen müsste, womit dann aber OTA Update verloren ginge. Hier werde ich noch schauen, was ich alles an Speicherplatz noch einsparen kann, da gibt es noch sehr viele Ecken, wo was geht. (gzip, sachen statischer bauen, mehr generalisieren usw usw)
Auf dem "normalen" #ESP32 und #ESP8266 klappt alles aber noch :)