Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Range Problem #46

Open
biscuitaep opened this issue Nov 16, 2024 · 5 comments
Open

Range Problem #46

biscuitaep opened this issue Nov 16, 2024 · 5 comments

Comments

@biscuitaep
Copy link

I have NodeMCU ESP32S V1.1 Module (ESP WROOM32) and the advertising range is less than 40cm's how can I fix that?

iOS Version: 18.1

@ckcr4lyf
Copy link
Owner

Hi buiscuitaep,

I do not have that exact model, so I'm not sure I can be of too much help. It seems like the max power level for your chip might be ESP_PWR_LVL_N12 .

Can you change this line:

#define MAX_TX_POWER ESP_PWR_LVL_P9 // Default
to ESP_PWR_LVL_N12 , and see if that helps?

@biscuitaep
Copy link
Author

Hi buiscuitaep,

I do not have that exact model, so I'm not sure I can be of too much help. It seems like the max power level for your chip might be ESP_PWR_LVL_N12 .

Can you change this line:

#define MAX_TX_POWER ESP_PWR_LVL_P9 // Default
to ESP_PWR_LVL_N12 , and see if that helps?

Now it isnt working, isnt P9 best value?

@ckcr4lyf
Copy link
Owner

I'm not too sure about your specific device.

I can recommend purchasing a ESP32C3, which is what I've tested with and performs well in my experience.

@biscuitaep
Copy link
Author

Ok Ty, Also when I select long range devices (short like appletv) nothing happens why do you know?

@ckcr4lyf
Copy link
Owner

> select long range devices (short like appletv)

Do you mean AppleTV is an example of the device where "nothing happens", or AppleTV is a "short device"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants