Search found 5 matches

by kaushik.plavaga
Tue Dec 10, 2019 9:26 am
Forum: ESP-MDF
Topic: ESP Mesh with cameras
Replies: 3
Views: 14237

Re: ESP Mesh with cameras

Has anyone taken any of the available ESP32 camera projects and modified them to stream video through the mesh? Is there enough horsepower / bandwidth to do this at say 640x480 and 15FPS? Any other potential pitfalls? Thanks! - Lance Hi, I think ESP-WHO with face recognition examples provide 2 to 3...
by kaushik.plavaga
Thu Nov 21, 2019 12:16 pm
Forum: ESP-IDF
Topic: How to create self signed certificate in ESP32
Replies: 0
Views: 3112

How to create self signed certificate in ESP32

I have been trying to generate self signed certificate from different sources. https://github.com/fhessel/esp32_https_server/blob/master/src/SSLCert.cpp https://github.com/warmcat/libwebsockets/blob/db7e0bef3976ebe510e1f680bd985e47077ceb96/lib/plat/freertos/esp32/esp32-helpers.c#L1131-L1253 But i ha...
by kaushik.plavaga
Wed Jun 19, 2019 3:18 pm
Forum: ESP-IDF
Topic: ESP32: Power On status of the pins
Replies: 1
Views: 3078

ESP32: Power On status of the pins

Our project uses GPIO pins to drive PWM to control power to a load. The issue we are facing now is that the power-on-default value of the pins is driving the MOSFET fully on - this will damage my load as the current is uncontrolled. This condition exists until the boot up process is completed and fi...
by kaushik.plavaga
Tue Jun 18, 2019 2:34 pm
Forum: ESP-MDF
Topic: Availability of ESP-Mesh App for Android source code
Replies: 2
Views: 5933

Availability of ESP-Mesh App for Android source code

Hi,ESP-mesh apk is available in below link.
https://github.com/EspressifApp/Esp32Me ... e/mesh.apk

Where can i find the source code of the application?