Hi
I'm using espnow.
My architetture is Many to One
How many transmitted device I can associate to one receiver?
Thanks
Search found 52 matches
- Tue Oct 15, 2024 8:59 am
- Forum: ESP32 Arduino
- Topic: ESP-NOW: How many device I can associate in a case of many to one?
- Replies: 1
- Views: 699
- Thu Jul 25, 2024 6:50 pm
- Forum: General Discussion
- Topic: which is best antenna to use with ESP32-WROOM-32UE?
- Replies: 0
- Views: 748
which is best antenna to use with ESP32-WROOM-32UE?
Hi
ESP32-WROOM-32UE module have ipex connector.
Which is best antenna to match with it?
Thanks
ESP32-WROOM-32UE module have ipex connector.
Which is best antenna to match with it?
Thanks
- Mon Feb 12, 2024 12:29 pm
- Forum: Hardware
- Topic: ESPNOW: Distance improvement using external antenna
- Replies: 1
- Views: 1046
ESPNOW: Distance improvement using external antenna
Hi
with ESPNOW and pcb antenna we can transmit at about 200m.
How many meters of improvement I could gain if use external antenna in both side?
Thanks
with ESPNOW and pcb antenna we can transmit at about 200m.
How many meters of improvement I could gain if use external antenna in both side?
Thanks
- Sun Feb 11, 2024 8:14 pm
- Forum: ESP32 Arduino
- Topic: ESP NOW how improve distance transmission?
- Replies: 7
- Views: 2940
Re: ESP NOW how improve distance transmission?
Hi
Recompile is too complicated...
I'm in searching in function for set power transmission or something similar to this.
Why LR is not enabled in Arduino???
Recompile is too complicated...
I'm in searching in function for set power transmission or something similar to this.
Why LR is not enabled in Arduino???
- Sun Feb 11, 2024 12:34 pm
- Forum: ESP32 Arduino
- Topic: ESP NOW how improve distance transmission?
- Replies: 7
- Views: 2940
Re: ESP NOW how improve distance transmission?
Hi
I would improve if possible distance transmission
I'm use this example:
https://espressif-docs.readthedocs-host ... spnow.html
Can I activate LR MODE in that example?
Thanks
I would improve if possible distance transmission
I'm use this example:
https://espressif-docs.readthedocs-host ... spnow.html
Can I activate LR MODE in that example?
Thanks
- Sun Feb 11, 2024 8:30 am
- Forum: ESP32 Arduino
- Topic: ESP NOW how improve distance transmission?
- Replies: 7
- Views: 2940
Re: ESP NOW how improve distance transmission?
From your link:
The Espressif-specific ESP-NOW protocol and Long Range mode, which supports up to 1 km of data traffic
The Espressif-specific ESP-NOW protocol and Long Range mode, which supports up to 1 km of data traffic
- Sat Feb 10, 2024 9:15 pm
- Forum: ESP32 Arduino
- Topic: ESP NOW how improve distance transmission?
- Replies: 7
- Views: 2940
ESP NOW how improve distance transmission?
Hi
After some test I have notice that distance transmission is not 1km as declared but about 200m.
There is some setting that I can do for mprove distance?
Thanks
After some test I have notice that distance transmission is not 1km as declared but about 200m.
There is some setting that I can do for mprove distance?
Thanks
- Thu Feb 08, 2024 11:53 am
- Forum: Documentation
- Topic: BUG in slave example of ESP32 NOW
- Replies: 3
- Views: 9948
Re: BUG in slave example of ESP32 NOW
Hi
I use PlatformIO and arduino project.
This is the link:
https://espressif-docs.readthedocs-host ... spnow.html
I use PlatformIO and arduino project.
This is the link:
https://espressif-docs.readthedocs-host ... spnow.html
- Wed Feb 07, 2024 6:51 pm
- Forum: Documentation
- Topic: BUG in slave example of ESP32 NOW
- Replies: 3
- Views: 9948
BUG in slave example of ESP32 NOW
Hi this part is wrong: // callback when data is recv from Master void OnDataRecv(const esp_now_recv_info_t * info, const uint8_t *data, int data_len) { char macStr[18]; snprintf(macStr, sizeof(macStr), "%02x:%02x:%02x:%02x:%02x:%02x", info->src_addr[0], info->src_addr[1], info->src_addr[2], info->sr...
- Tue Feb 06, 2024 6:34 pm
- Forum: ESP32 Arduino
- Topic: How measure RSSI on transmitter from receiver device?
- Replies: 0
- Views: 720
How measure RSSI on transmitter from receiver device?
Hi
I should implement many TX to one RX.
I would know RSSI signal of every TX device.
How do it?
I not see any rssi function in esp_now.h file
Thanks
I should implement many TX to one RX.
I would know RSSI signal of every TX device.
How do it?
I not see any rssi function in esp_now.h file
Thanks