sensslen / LibLanc

Arduino Library to communicate to Lanc enabled Cameras
MIT License
17 stars 2 forks source link

USE IN ESPRESSIF ESP32 #13

Closed arturhercoles63 closed 2 months ago

arturhercoles63 commented 2 months ago

I would like to know the compatibility of the library with the ESP32 microcontroller, both in terms of logic and hardware.

The ESP32 normally accepts voltages of 3.3V, which are different from those used in the LANC lines.

My project aims to create a gateway from VISCA to LANC and control my LANC camera through OBS using VISCA.

sensslen commented 2 months ago

I'm using liblanc on an esp32. If you design your hardware accordingly this is not an issue. See https://github.com/sensslen/Cgf.CameraControl.Camera for the software and https://github.com/sensslen/Cfg.CameraControl.Hardware for the hardware.

arturhercoles63 commented 2 months ago

Thanks for your help. this is what I need