Search found 8 matches
- Sun May 16, 2021 5:44 pm
- Forum: IDEs for ESP-IDF
- Topic: how to add dht sensor library to an existing esp32 examples
- Replies: 4
- Views: 9276
Re: how to add dht sensor library to an existing esp32 examples
thank you for your help , it solved the problem . do you have any idea on how can i modify the BLE GATT server code characteristics :?: so to be able to send DHT sensor data to the gatt-multi connect client demo? here is the server code #include <stdio.h> #include <stdlib.h> #include <string.h> #inc...
- Fri May 07, 2021 11:49 am
- Forum: ESP-IDF
- Topic: add header file to existing esp-idf projects in vscode
- Replies: 2
- Views: 5601
add header file to existing esp-idf projects in vscode
hi i am using vscode with esp-idf extension, i successfuly build the existing projects. i want to include a header file of dht sensor to the gatt-server example code. https://github.com/UncleRus/esp-idf-lib i found this library that include all the sensors files. i tried to clone it from vscode and ...
- Thu May 06, 2021 1:37 pm
- Forum: IDEs for ESP-IDF
- Topic: how to add dht sensor library to an existing esp32 examples
- Replies: 4
- Views: 9276
Re: how to add dht sensor library to an existing esp32 examples
should i install platformio in the vs code to add dht library ?
- Thu May 06, 2021 10:46 am
- Forum: IDEs for ESP-IDF
- Topic: how to add dht sensor library to an existing esp32 examples
- Replies: 4
- Views: 9276
how to add dht sensor library to an existing esp32 examples
hi all
i want to add a header file dht.h to an gatt server example
where should i add it ?
i want to add a header file dht.h to an gatt server example
where should i add it ?
- Thu Apr 22, 2021 6:28 pm
- Forum: ESP-IDF
- Topic: esp-IDF windows installation problem
- Replies: 1
- Views: 2000
Re: esp-IDF windows installation problem
note: recently before the tempting to instal ESP-IDF the windows show me this message "Windows 7 build 7601 this copy of Windows is not genuine"
is it a windows problem ?
is it a windows problem ?
- Thu Apr 22, 2021 5:32 pm
- Forum: ESP-IDF
- Topic: esp-IDF windows installation problem
- Replies: 1
- Views: 2000
esp-IDF windows installation problem
Hi all
i am trying to install the ESP-IDF windows 7
first i go for ESP-IDF Tools Installer from this URL: https://dl.espressif.com/dl/esp-idf/?idf=4.4 , but the checking certificates never ends loading
[/img][/img]
any help??
i am trying to install the ESP-IDF windows 7
first i go for ESP-IDF Tools Installer from this URL: https://dl.espressif.com/dl/esp-idf/?idf=4.4 , but the checking certificates never ends loading
[/img][/img]
any help??
- Thu Apr 15, 2021 4:10 pm
- Forum: ESP32 Arduino
- Topic: ble communication client to multiple server
- Replies: 3
- Views: 5357
Re: ble communication client to multiple server
thank for your reply ,but to be honest i did not understand the code you mentioned , i am using the basic codes already included in arduino examples written by Neil Kolban and updated by @chegewara
- Thu Apr 15, 2021 10:50 am
- Forum: ESP32 Arduino
- Topic: ble communication client to multiple server
- Replies: 3
- Views: 5357
ble communication client to multiple server
hi all I'm trying to develop a bluetooth network with one client and several servers, but they communicate with the client based on "notify". each server is connected to a sensor (DHT11). i am able to connect to one server and get the temp characteristic. i need a code for one esp32 client connectin...