Hi Everyone.We are working on a radar level sensor. What we particularly need is to utilize the Bluetooth include. In any case, we will wake up the esp, take measurements and put it back to sleep. We aim to keep ...Read more
Hi Everyone.
We are working on a radar level sensor. What we particularly need is to utilize the Bluetooth include. In any case, we will wake up the esp, take measurements and put it back to sleep. We aim to keep the current drawn at this measurement moment low. (Profound sleep current is moreover imperative, but the current at the time of estimation is moreover in our hands. Which product of yours would you suggest that can draw the least current at this moment of operation?
Read less
Hii, If you as it were take the estimation to accumulate them to later send as a batch, any chip with a low-power coprocessor may be able to do that; that CPU tends to utilize a fraction of what the main chip uses. I'd recommend the ESP32-C6 in specific for that as we improved the low-power coprocesRead more
Hii,
See lessIf you as it were take the estimation to accumulate them to later send as a batch, any chip with a low-power coprocessor may be able to do that; that CPU tends to utilize a fraction of what the main chip uses. I’d recommend the ESP32-C6 in specific for that as we improved the low-power coprocessor by a lot in that chip. If you moreover require to send each estimation over BTLE, the choice gets to be a bit more muddied; you might too utilize an ESP32-C3 or indeed ESP32-S3 in that case. If you require BT Classic, the ‘original’ ESP32 is your as it were choice.
Thank You
Nidhi