I want to start programming my ESP32 cam for embedded project such as:
- Home cam monitor
- Perhaps a flying drone with camera?
But I want a challenge. Instead of using windows or any GUI, I just want to develop using linux server.
First step to make a hardware work with linux is to have the driver, without a driver a hardware would not be detected. Inserting the ESP32 into the linux server gives:
- Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Bus 001 Device 002: ID 1a86:7523 QinHeng Electronics CH340 serial converter
- Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
So it does get detected. The hardware interface part is done.
What I need next is to have the toolchain for sofrware development.
