Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-AG ESP32 I/O pin define
#2
Hi,

I'm having some trouble with the AG unit. I bought 2 of them. When I send IR signal, the unit is getting reset. I suspect lack of power? I'm using the supplied good USB cable.

When I send IR, the PC will ding-dong like someone pull the usb cable. Then it will recognize the usb again a while later. Sometimes the board reboot, sometimes it's not rebooting.

unfortunately, when I tested on second board, it's stop to recognize the board now. I have only 1 working unit.

I am trying with a stronger power supply. Please advise what is the power supply I need for this.

I purchased these on 14th Feb 2025. Order number is  8198010352889552 on Kincony Offical Store on Aliexpress.

I'm using Arduino IDE to code.

#define IR_RECEIVER_PIN 13  // GPIO 27 where RF receiver is connected
#define IR_LED_PIN 2        // GPIO 27 where RF receiver is connected


#include <IRremoteESP8266.h>
#include <IRsend.h>
#include <ir_Daikin.h>
#include <ir_Panasonic.h>  // Panasonic IR
#include <ir_Midea.h>      // Midea IR
#include <ir_Samsung.h>    // Samsung IR


// Initialize AC objects
IRDaikinESP daikin(IR_LED_PIN);
IRPanasonicAc panasonic(IR_LED_PIN);
IRMideaAC midea(IR_LED_PIN);
IRSamsungAc samsung(IR_LED_PIN);


I can see the IR LED using mobile phone camera. once they are light up, the unit will drop USB connection, sometime reboot.
Reply


Messages In This Thread
KC868-AG ESP32 I/O pin define - by admin - 01-26-2022, 05:00 AM
RE: KC868-AG ESP32 I/O pin define - by powerup - 03-15-2025, 11:41 AM
RE: KC868-AG ESP32 I/O pin define - by admin - 03-15-2025, 12:48 PM
RE: KC868-AG ESP32 I/O pin define - by powerup - 03-15-2025, 11:51 PM
RE: KC868-AG ESP32 I/O pin define - by powerup - 03-16-2025, 04:40 AM
RE: KC868-AG ESP32 I/O pin define - by powerup - 03-16-2025, 06:28 AM
RE: KC868-AG ESP32 I/O pin define - by admin - 03-16-2025, 08:01 AM
RE: KC868-AG ESP32 I/O pin define - by powerup - 03-16-2025, 11:41 AM
RE: KC868-AG ESP32 I/O pin define - by admin - 03-17-2025, 12:24 AM
RE: KC868-AG ESP32 I/O pin define - by powerup - 03-17-2025, 08:18 AM
RE: KC868-AG ESP32 I/O pin define - by admin - 03-17-2025, 09:00 AM
RE: KC868-AG ESP32 I/O pin define - by powerup - Yesterday, 05:41 AM
RE: KC868-AG ESP32 I/O pin define - by admin - Yesterday, 12:23 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)