Search found 17 matches
- Sun Nov 10, 2024 8:03 pm
- Forum: ESP-IDF
- Topic: Help to understand the development using ESP-IDF..
- Replies: 5
- Views: 958
Re: Help to understand the development using ESP-IDF..
Here is another image of the project... Temperature and humidity data from the DHT22.
- Sun Nov 10, 2024 8:02 pm
- Forum: ESP-IDF
- Topic: Help to understand the development using ESP-IDF..
- Replies: 5
- Views: 958
Re: Help to understand the development using ESP-IDF..
Guys, I'm here to share what I've managed to do so far with my ESP32-H2: I started this topic asking for help to start understanding how a thread network works and implement devices. So far, everything is fine. My thread network is operational with the implemented example from Espressif. Finally, wi...
- Sun Nov 10, 2024 6:20 pm
- Forum: Hardware
- Topic: What to configure for ping to work for a domain (ping google.com)
- Replies: 2
- Views: 511
Re: What to configure for ping to work for a domain (ping google.com)
thanks for helping aliarifat794.. So, I've already set Google DNS on my threads devices, but I still can't get name resolution when using "ping google.com", I only get the response using "ping 8.8.8.8"..
image below of the configuration made in menuconfig:
image below of the configuration made in menuconfig:
- Sat Nov 09, 2024 7:22 pm
- Forum: Hardware
- Topic: What to configure for ping to work for a domain (ping google.com)
- Replies: 2
- Views: 511
What to configure for ping to work for a domain (ping google.com)
Hello everyone, I have my Thread network with Espressif devices and I can ping perfectly to the internet using the IP (ping 8.8.8.8), but I would like to know what I need to configure in my environment for ping to a URL/Domain to work (ping google.com)??
- Fri Nov 08, 2024 4:41 pm
- Forum: ESP-IDF
- Topic: OpenThread IPv6 to IPv4 ping problem
- Replies: 1
- Views: 745
Re: OpenThread IPv6 to IPv4 ping problem
Hello, I also implemented a thread network using the devices you mentioned and I had some problems that I can help you with. First, for a thread network, whether or not you use a router board doesn't make much difference if you only use the data and controls internally. The router board only routes ...
- Thu Nov 07, 2024 7:14 pm
- Forum: ESP-IDF
- Topic: Help to understand the development using ESP-IDF..
- Replies: 5
- Views: 958
Re: Help to understand the development using ESP-IDF..
Guys, can someone help me include an external library in the ESP-IDF API? I'm trying to use the DHT22 temperature and humidity sensor in esp32-h2 to get the external temperature and humidity. I followed a project made in ESP32-Wrom as shown in the link https://randomnerdtutorials.com/esp32-dht11-dht...
- Thu Nov 07, 2024 1:08 pm
- Forum: ESP-IDF
- Topic: Help to understand the development using ESP-IDF..
- Replies: 5
- Views: 958
Re: Help to understand the development using ESP-IDF..
Hello aliarifat794, thanks for your collaboration. I'm going to test the code and see what I can understand about how it works on the thread network and try to implement something that makes some value go to a spreadsheet in Google Sheets. It won't be easy. I did it on the ESP32WROM and it worked pe...
- Wed Nov 06, 2024 2:11 pm
- Forum: ESP-IDF
- Topic: Help to understand the development using ESP-IDF..
- Replies: 5
- Views: 958
Help to understand the development using ESP-IDF..
Hello everyone, I'm using vscode and ESP-IDF to develop my thread network using the OT_CLI, OT_RCP and ESP_THREAD_BR examples. So far the network is working. Now I need to develop some code that works with the configuration made using OT_CLI on an esp32-h2. It's very different from doing something i...
- Wed Nov 06, 2024 1:45 pm
- Forum: ESP-IDF
- Topic: How to incorporate Google library to OT_CLI of Esp32-h2 in VSCODE?
- Replies: 0
- Views: 515
How to incorporate Google library to OT_CLI of Esp32-h2 in VSCODE?
Hello, everyone! I am venturing into the development of a Thread mesh network using ESP32 devices in the C6, H2 models and an edge router. Finally, the network is configured and functional, with devices in "child" mode, routers, a leader and the edge router for routing with the external Wi-Fi networ...
- Wed Nov 06, 2024 1:43 pm
- Forum: IDEs for ESP-IDF
- Topic: How to incorporate Google library to OT_CLI of Esp32-h2 in VSCODE?
- Replies: 2
- Views: 730
Re: How to incorporate Google library to OT_CLI of Esp32-h2 in VSCODE?
ok, I'll repost on ESP-IDF, thanks for your attention..