-
Notifications
You must be signed in to change notification settings - Fork 54
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
Request: Publish power consumption data if available. #2
Comments
It won't be more power efficient than a LoRa radio chip because most of the power transmitted is in non-LoRa frequencies. |
This is the result tested on the ESP-01. Had some issue with the ESP12. I may look into that later but I don't see the result could have been any different. some of the power consumption could have come from the LED as well during transmission. Also, ESP12 running with Arduino with just a Serial print consumes on average 15mA of current. |
@unicab369 Thank you for posting power profile. |
@unicab I have few question:
|
It should be about 1mA difference to transmit, and installing/removing the antenna should be around 120uA difference (actual power going into the antenna should be extremely small). And, the instructions to build should be very simple. I just tested, and it took less than 1 minute to get a working build system up on Linux. Just need to follow these instructions - also works on WSL in Windows https://github.com/cnlohr/nosdk8266?tab=readme-ov-file#prerequisites-and-building |
@cnlohr Thank you for your response. |
From your range tests it is 2580 meters of maximum range you got with ESP32-S2 which is impressive. The first step to test this is to compile the code and upload it to ESP32 but many people like me have problem crossing this hurdle. I have expertise in antenna and filter design stuff and I wanted to increase the range without power consumption penalty. Can you give us step by step instruction for compiling and uploading this code? If not, can you publish compiled code file so we can use for test purpose with different antenna design? I can make up to 27 dBi gain directional antenna or 15 dBi omni directional antenna easily. I wanted to test these antenna with your code to test the limits. Thanks. |
Indeed it is quite the hurdle - You will need to follow the instructions here: https://docs.espressif.com/projects/esp-idf/en/stable/esp32s2/get-started/index.html Then, use the terminal window that comes up after installation where you can compile projects, and navigate to the folder in this tree that contains the CMakeLists.txt. then from there you can say
And it will work (ok, realistically it won't work because the IDF environment is so fragile. But, it is work-through-able) |
@cnlohr Would you please simply publish binary file ? Thanks. |
Thank you for your groundbreaking efforts to transmit data without LoRa hardware.
It will be useful to know power consumption of transmitting device. I expect it to be ultra low power compare to LoRa radio hardware.
If you have power consumption data or guess about power consumption please let us know.
Thanks again.
The text was updated successfully, but these errors were encountered: