Search found 8 matches

by karlo.verde.13
Tue Feb 25, 2020 2:57 pm
Forum: ESP32 Arduino
Topic: ESP32-CAM + BLE Example
Replies: 0
Views: 2627

ESP32-CAM + BLE Example

Hey, guys!
I have been looking for an ESP32-CAM + BLE example using Arduino but I couldn't find anything.
Do you know about at least a simple example of it?

Thanks!
Verde :mrgreen:
by karlo.verde.13
Sat Jul 20, 2019 6:46 am
Forum: ESP-MDF
Topic: Max Mesh network size
Replies: 5
Views: 18641

Re: Max Mesh network size

ESP_LBB wrote:
Wed Jul 17, 2019 4:17 am
we have another special version(not released on github yet), in that case we design to have hundreds even thousand layers, for each layer maybe only several nodes
That sounds great!!!
Is there any target date for its release??
by karlo.verde.13
Mon Mar 18, 2019 10:02 pm
Forum: Sample Code
Topic: HTTP server in SoftAp mode with IP configuration [ESP-IDF]
Replies: 0
Views: 6271

HTTP server in SoftAp mode with IP configuration [ESP-IDF]

Hey there! This is an example of HTTP server in AP mode. NOTES Some header files are unnecessary. This example also includes IP configuration. The URI handler has minimal code in this example but you can define it as you wish. If you have an Android device, I recommend that you use this app: https:/...
by karlo.verde.13
Mon Mar 18, 2019 10:37 am
Forum: ESP-IDF
Topic: example of HTTP server in AP mode?
Replies: 16
Views: 39049

Re: example of HTTP server in AP mode?

Hey there! Since there is no example of what you are looking for, I decided to create one. NOTES Some header files are unnecessary. This example also includes IP configuration. The URI handler has minimal code in this example but you can define it as you wish. If you have an Android device, I recomm...
by karlo.verde.13
Sat Mar 16, 2019 1:07 am
Forum: ESP-IDF
Topic: Interrupts triggered multiple times when pins are touched
Replies: 5
Views: 8870

Re: Interrupts triggered multiple times when pins are touched

Do you have a bounce problem? Have you looked at it on a scope? Are you debouncing? Actually, that's something I haven't tried yet because I considered this issue a matter of pull resistors to ensure a known state of the input signal. Plus, considering the use of these resistors, in my experience, ...
by karlo.verde.13
Fri Mar 15, 2019 9:50 pm
Forum: ESP-IDF
Topic: example of HTTP server in AP mode?
Replies: 16
Views: 39049

Re: example of HTTP server in AP mode?

Hey there! This link shows a tutorial about what you are looking for: http://www.lucadentella.it/en/2018/01/29/esp32-30-http-server-in-modalita-softap/ . Nevertheless, this example uses the Netconn API . If you want to use the esp_http_server.h component, there is no example implemented with SoftAp,...
by karlo.verde.13
Fri Mar 15, 2019 9:37 pm
Forum: ESP-IDF
Topic: Interrupts triggered multiple times when pins are touched
Replies: 5
Views: 8870

Re: Interrupts triggered multiple times when pins are touched

Hey there! Thanks for the reply! I've been testing with internal and external(1K and 10K) pull resistors. what resistors did you use and how, exactly, did you connect them? In the case of external pull resistors, I used 1K and 10K resistors for testing. To be precise, I connected one resistor to eac...
by karlo.verde.13
Wed Mar 13, 2019 11:42 pm
Forum: ESP-IDF
Topic: Interrupts triggered multiple times when pins are touched
Replies: 5
Views: 8870

Interrupts triggered multiple times when pins are touched

Hello everyone, I'm testing the gpio_example_main.c example, which indicates that some output pins must be connected to some input pins. I've tested this example a long time ago without issues, but this time I'm having troubles when I do not connect the input pins. Every time I touch one of these in...