eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

192
active users

#esp8266

1 post1 participant0 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

#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
Every time I do some project "for fun" (= not for work) I try to learn something new, in that way i can say the time needed is not wasted.
So, this time I decided to try #wirewrapping . This is a very simple circuit, with no board, so it's a very very simple case, but I tried and I liked it!

Here a photo while connecting the #esp8266 (already flashed with #zimodem and configured to connect to my wifi) with the #UART to #RS232 adapter.
I'm going to build a #wifi #serial #modem for my #amstrad PPC640. Something like #theoldnet 's wifi modem, but I'll use #zimodem on an #esp8266 , because it worked ok with my #commodore64 and now I have some experience with it...
The idea is having the esp emulate an #hayes modem on the #UART pins and convert it to rs232 using a #max3232 module.
I also will need to solder a 9 to 25 pin #rs232 adapter, because I absolutely don't remember where mine is (used last time a couple of home moves ago... 😅)

#dos #bbs #internet
Replied in thread

@ryanc add the file used to store it into .gitignore is propably not an option?

Maybe you can setup a build script that merges that secrets.list into a final build file and exclude that as well?

I mean, I did such seperation and build scripting in some cases a while ago...