Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KC868-A2 with ESP32 Cam
#1
Exclamation 
I tried connect ESP32 Cam to KC868-A2 via I2C but doesn't work, can you help me please?
SDA (GPIO4) on the Kincony board to SDA (GPIO14) on the ESP32-CAM.
SCL (GPIO16) on the Kincony board to SCL (GPIO15) on the ESP32-CAM.
GND on the Kincony board to GND on the ESP32-CAM.
3.3V on the Kincony board to 3.3V on the ESP32-CAM.

initialization in mycropython:
i2c =machine.I2C(0, scl=machine.Pin(16), sda=machine.Pin(4))
Reply
#2
i am not used with ESP32 cam. i think you can check your software code. the hardware interface only 4 cables. just the cable can't too long, <50cm is better.
Reply
#3
(06-13-2024, 01:00 PM)admin Wrote: i am not used with ESP32 cam. i think you can check your software code. the hardware interface only 4 cables. just the cable can't too long, <50cm is better.

cable is not too long just 20cm
i2c =machine.I2C(0, scl=machine.Pin(16), sda=machine.Pin(4)) is it correct or not?
Reply
#4
IIC BUS of KC868-A2:
SDA:4
SCL:16
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)