there are many projects and examples on how to receive or even decode 433 MHz signals.
However, I was not able to find one library or example on how to transmit on 433 MHz with one of the well-known protocols such as Nexus, Hideki, Oregon Scientific etc.
I would like to send with such a protocol and receive with rtl_433 running on Home Assistant (temperature & humidity only).
Unfortunately I am not able to decode or code an own function/library.
So, does anyone know about such a protocol/library for AVR chips (atmega328p, attiny old/new 2-series etc.)
If the protocol is well known and well documented. then you can code the same protocol to transmit. So, show the documentation on the protocol in question?