Search found 8 matches
- Thu Apr 27, 2023 5:27 am
- Forum: Hardware
- Topic: How do I Configure the Dual antenna of ESP 32 WROOM DA module in Auto mode
- Replies: 0
- Views: 957
How do I Configure the Dual antenna of ESP 32 WROOM DA module in Auto mode
I have been trying to test the signal strength of an ESP 32 Wroom DA module using its dual antenna, but I am unable to set them in auto mode. As in auto mode, the antenna itself will be configured as per the signal strength unavailable. I have tried to do that ( const wifi_ant_config_t ) but I haven...
- Tue Apr 25, 2023 2:08 am
- Forum: ESP-IDF
- Topic: Configuration of Dual antenna in ESP32 WROOM DA
- Replies: 1
- Views: 1315
Re: Configuration of Dual antenna in ESP32 WROOM DA
Hello @ ESP_alisitsyn can you help me in identifying the problem above? I am trying to configure the DUAL antenna in the DA module in AUTO mode.
- Sat Apr 22, 2023 12:37 pm
- Forum: ESP-IDF
- Topic: Configuration of Dual antenna in ESP32 WROOM DA
- Replies: 1
- Views: 1315
Configuration of Dual antenna in ESP32 WROOM DA
Hello Everyone I was trying to check the signal strength of my wifi configured in an ESP32 WROOM DA module using its special dual antenna. But, although configuring each antenna as rx and tx I didn't find any major difference between the RSSI value of the DA module and normal esp 32 modules. I just ...
- Tue Mar 14, 2023 11:40 am
- Forum: ESP-IDF
- Topic: ESP Insight not recognized by Compiler
- Replies: 1
- Views: 1208
ESP Insight not recognized by Compiler
Hello All, I am trying to integrate the ESP Insight feature into one of my projects but apparently whenever I am building the project it never recognizes the Insight header file esp_insight.h file I have made all the necessary addition in my root cmake file and my env variable and downloaded the nec...
- Fri Feb 03, 2023 4:14 am
- Forum: ESP-IDF
- Topic: RS 485 request error (Absence of LRC bit)
- Replies: 7
- Views: 4550
Re: RS 485 request error (Absence of LRC bit)
Hello @alisitsyn, Thank you for your response earlier. I got a response for all 27 parameters described in the character dictionary. However, I am still finding an issue with completely understanding the working of this example. like if we look in main .c or operational function that sends the reque...
- Mon Jan 23, 2023 12:13 pm
- Forum: ESP-IDF
- Topic: RS 485 request error (Absence of LRC bit)
- Replies: 7
- Views: 4550
Re: RS 485 request error (Absence of LRC bit)
Hey @alisitsyn I need one more help from you. I am only able to read around 8 parameters from the input type register although I am defining more float input_data8; in the input structure, it is still giving me an invalid argument error. Can you explain why is this happing ?? here is my code // The ...
- Wed Jan 18, 2023 11:44 am
- Forum: ESP-IDF
- Topic: RS 485 request error (Absence of LRC bit)
- Replies: 7
- Views: 4550
Re: RS 485 request error (Absence of LRC bit)
I am grateful for your replay ESP_alisitsyn. Since now I have switched to RTU mode I am now getting a gibberish output for my serial request at the Hercules terminal. Since I am getting a timeout error for my set parameter I needed that output to understand what exactly am I doing wrong. E (45960) M...
- Wed Jan 18, 2023 6:44 am
- Forum: ESP-IDF
- Topic: RS 485 request error (Absence of LRC bit)
- Replies: 7
- Views: 4550
RS 485 request error (Absence of LRC bit)
Hello, I am trying to communicate with a Selec MFM384-R-C energy meter via RS 485 communication, where my master is an esp 32 microcontroller and the meter is the slave. As of now, I am only reading one value(Voltage). According to the Modbus poll master software to read this specific value the req...