03-29-2022, 01:32 PM
Today I installed the new 433 Mhz RF reception and transmission modules. Unfortunately the same result, I can not see any code in the log inside K868-A16 with ESPHome.
I also took measurements. When I do not press any button on the remote control, the voltage is almost 0.014 V. When I press any button on the remote control, the voltage remains the same, it does not change.
I think there's something wrong with this board. It's hard for me to believe that the new RF module is also defective.
This is my configuration.
esphome:
name: kc868-a16-1
platform: ESP32
board: esp32dev
logger:
api:
password: !secret api_password
ota:
password: !secret ota_password
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 0
# Optional manual IP
manual_ip:
static_ip: 192.168.1.26
gateway: 192.168.1.1
subnet: 255.255.255.0
remote_receiver:
pin: GPIO2
dump: all
remote_transmitter:
# pin: GPIO15
pin: 15
# RF uses a 100% carrier signal
carrier_duty_percent: 100%
I have attached some pictures.
I also took measurements. When I do not press any button on the remote control, the voltage is almost 0.014 V. When I press any button on the remote control, the voltage remains the same, it does not change.
I think there's something wrong with this board. It's hard for me to believe that the new RF module is also defective.
This is my configuration.
esphome:
name: kc868-a16-1
platform: ESP32
board: esp32dev
logger:
api:
password: !secret api_password
ota:
password: !secret ota_password
ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 0
# Optional manual IP
manual_ip:
static_ip: 192.168.1.26
gateway: 192.168.1.1
subnet: 255.255.255.0
remote_receiver:
pin: GPIO2
dump: all
remote_transmitter:
# pin: GPIO15
pin: 15
# RF uses a 100% carrier signal
carrier_duty_percent: 100%
I have attached some pictures.