Nicholas Ravanelli

Results 6 issues of Nicholas Ravanelli

I have been noticing a potential memory leak in the continuous scan example. I have only added the following to the end of `void loop()`: ``` Serial.print("HEAP: "); Serial.println(ESP.getFreeHeap()); delay(2000);...

[X ] I have read the Troubleshooting section of the ReadMe ## What type of issues is this? [X ] Question or request for help ### What are you working...

I have been attempting to power down the modem using the commands provided, and methods presented in various issues here, but have not had success. my setup runs this function...

As requested by @thyttan, I merged the commits for each app. Specific changes below: **coretemp:** Revised the application to be more like the BTHRM app. Added the ability to pair...

I am using a [LilyGo T-SIM7000G](https://lilygo.cc/products/t-sim7000g) and am able to successfully connect to the network, send GET HTTP requests, etc. Even this POST request is sending successfully, but my code...

Added 2 biophysical fan use models from [Foster et al. 2021 (occupational)](https://doi.org/10.1007/s00484-021-02212-y) and [Morris et al. 2021 (rest)](https://doi.org/10.1016/S2542-5196(21)00136-4). Each use a similar concept for determining the net heat storage benefit...