Search found 14 matches

by lukecam95
Sat Jan 21, 2023 5:51 pm
Forum: ESP-IDF
Topic: SPI master driver time between transactions
Replies: 2
Views: 3156

Re: SPI master driver time between transactions

Did anyone find a solution to this issue?
by lukecam95
Tue Jan 17, 2023 6:23 am
Forum: ESP-IDF
Topic: MTU with BLE-MESH & BLE
Replies: 2
Views: 1453

Re: MTU with BLE-MESH & BLE

Hi,

did you ever find a solution to this issue. I am facing the same problem.

Thanks.
by lukecam95
Sun Jan 15, 2023 5:07 pm
Forum: ESP-IDF
Topic: BLE QUESTION: How can I add more advertised GATT services to a BLE mesh node?
Replies: 2
Views: 1245

Re: BLE QUESTION: How can I add more advertised GATT services to a BLE mesh node?

Thanks for the reply. I am using the ESP-BLE-MESH library with NimBLE stack. The confusing part for me is how to register those GATT services when setting the ESP32 as a BLE Mesh node since the initialization of the GATT server and registering of services is handled internally by the BLE-MESH librar...
by lukecam95
Sat Jan 14, 2023 6:06 pm
Forum: ESP-IDF
Topic: BLE QUESTION: How can I add more advertised GATT services to a BLE mesh node?
Replies: 2
Views: 1245

BLE QUESTION: How can I add more advertised GATT services to a BLE mesh node?

Hi, I am currently writing a mobile application with Capacitor framework and I need the app and a node in a ESP-BLE mesh to share data. To do this, I have the idea of creating 2 GATT services on the BLE mesh node; 1 for receiving another 1 for transmitting. When I scan the BLE node using the app, I ...
by lukecam95
Tue Apr 19, 2022 2:05 pm
Forum: ESP-MDF
Topic: Is it possible to use the WIFI Mesh together with a webserver on any node in the ESP-WIFI-MESH?
Replies: 0
Views: 3826

Is it possible to use the WIFI Mesh together with a webserver on any node in the ESP-WIFI-MESH?

Hi,

The question is in the title.

Is it possible to use the WIFI Mesh together with a webserver on any node in the ESP-WIFI-MESH?

Regards,
Luke
by lukecam95
Tue Apr 19, 2022 1:59 pm
Forum: ESP-IDF
Topic: How to use ESP-WIFI-MESH (WIFI MESH) with an HTTP Server?
Replies: 0
Views: 1104

How to use ESP-WIFI-MESH (WIFI MESH) with an HTTP Server?

Hi, I am having difficulties getting my existing website on my ESP32 to work together with the WIFI mesh network. How do I setup the wifi settings to use the ESP WIFI MESH while also serving a website for configuring the mesh network and the devices themselves? Ideally this should be done on any nod...
by lukecam95
Tue Apr 19, 2022 1:40 pm
Forum: ESP-MDF
Topic: Mesh and server
Replies: 2
Views: 8016

Re: Mesh and server

Hi,

I have the same issue. I would like to use an existing website running on the ESP32 devices to configure the network. Is it possible to have a webserver and ESP-WIFI-MESH running at the same time?

Thank you!
by lukecam95
Wed Mar 09, 2022 4:55 pm
Forum: ESP-IDF
Topic: Error when creating littlefs partition image using littlefs_create_partition_image
Replies: 4
Views: 3072

Error when creating littlefs partition image using littlefs_create_partition_image

Hi All, I am trying to convert my the file system I use from spiffs to littlefs, however when I try to use the CMake function littlefs_create_partition_image(partition_name path_to_folder_containing_files) I run into the error below. Please note that I can compile littlefs programs with no issues if...
by lukecam95
Fri Dec 10, 2021 11:14 am
Forum: ESP-WHO
Topic: Is it possible to use the video stream from a CCTV surveillance system instead of camera?
Replies: 1
Views: 46280

Is it possible to use the video stream from a CCTV surveillance system instead of camera?

Hi,

Basically the question is in the title: Is it possible to use an existing video stream from a CCTV surveillance system instead of camera and implement facial detection on it using ESP-WHO?

Thank you for your time.

Regards,
Luke
by lukecam95
Wed Nov 24, 2021 9:23 am
Forum: ESP-IDF
Topic: Fast file system that can both read and write
Replies: 0
Views: 2038

Fast file system that can both read and write

Hi, I have a Web server that servers quite a large website for the ESP32(All files and images add up to 2MB). The file read operations are taking over 10 seconds to complete and the bigger I make the SPIFFS partition, the worse it gets. Many have suggested that the FAT on VFS is a faster solution, h...