Posts: 18
Threads: 1
Joined: Jul 2022
Reputation:
0
I downloaded 2 files from this topic: bootloader.zip and partition-table.zip. Where can I find the third file? how to create it?
Uploading only 2 files didn't stop rebooting.
Should I find another factory file from the esp32 manufacturer on the Internet?
Posts: 6,677
Threads: 844
Joined: Oct 2020
Reputation:
162
third is your own BIN file, it's user BIN. you compiled by arduino IDE. Do you understand?
Posts: 6,677
Threads: 844
Joined: Oct 2020
Reputation:
162
if you use arduino IDE download to ESP32 , this code whether work well?
Posts: 18
Threads: 1
Joined: Jul 2022
Reputation:
0
What does the code work fine? When I have the Arduino IDE running, then using the Serial Monitor function, I see that the esp32 in Kincony Server detects pressing the RF 433 remote control. But it does not affect the on / off light / relay.
Posts: 6,677
Threads: 844
Joined: Oct 2020
Reputation:
162
do you have replaced keycode? every remote have different keycode.
if you can see keycode output value in arduino IDE Serial Monitor, just replace control relay ON/OFF code. if you can't see the keycode when you pressed 433M remote, that's have another problem.
Posts: 18
Threads: 1
Joined: Jul 2022
Reputation:
0
Yes, i replaced keycode. I see keycode on IDE Serial Monitor when i pressed 433M remote, but relay didn't toggle.
Posts: 18
Threads: 1
Joined: Jul 2022
Reputation:
0
01-30-2023, 08:21 PM
(This post was last modified: 01-30-2023, 08:21 PM by Wojtek.)
I set this RX 1 and TX1, make new .BIN file in Arduino IDE, flash 3 file and now don't detect keycode ind serial monitor and switch don't toggle.
Posts: 6,677
Threads: 844
Joined: Oct 2020
Reputation:
162
first step, you need let serial monitor can output keycode when remote button pressed. this step never work?