Pranjal Joshi

Results 12 issues of Pranjal Joshi
trafficstars

Hello, While using the `LowPower` library for Arduino Pro Mini with ATmega328 @ 3.3V 8MHz Int RC Osc, the CPU doesn't wake up with a watchdog timer. My code snippet...

Hello, I have a matrix job that builds executables for multiple platforms. I want to upload binaries to the same pre-release and then publish the release only if all matrix...

@dancol90 Hello, Is there any method to set timeout while pinging? If the ping is not received within the timeout, return as `HOST_UNREACHABLE`. I really need the timeout feature for...

Hello, I am looking to implement the following logic. ``` 1. Show a message box. 2. Start a task that takes a long time. 3. Don't wait for the user...

question

After `NTPClient.begin()`, the time (H:M:S) starts counting from `00:00:00` which is ok, but how to identify whether the NTP client is synced with the server or it just started counting...

While trying to setup a MIPRO optimizer with ChromadbRM, I am facing the following issue: **Error Logs** ``` Failed to run or to evaluate example Example({'question': 'How to delete a...

Hello, Is there any way to detect if the "WiFi" is turned off and then turn on the WiFi programmatically? If required prompt a user permission for it?

Hello, I'm planning to use this sensor as a motion detector on my project. The sensor will be mounted on the ceiling. But as I stay in an apartment, **What...

Hi @ayushsharma82 Both Demo and Async Demo fail with error. Tried v3.2.0 and v3.0.0 ``` C:\Users\Pranjal Joshi\Documents\Arduino\libraries\ElegantOTA\src\ElegantOTA.cpp: In lambda function: C:\Users\Pranjal Joshi\Documents\Arduino\libraries\ElegantOTA\src\ElegantOTA.cpp:141:71: error: 'FS_end' was not declared in this scope;...

Stale

Hi, The current fine-tuning notebook on colab uses gluon-ts datasets. Can you quickly demonstrate fine-tuning for any open-source dataset in a pandas dataframe? That will be helpful for the larger...