Muhammad Arslan

Results 12 issues of Muhammad Arslan

I am loading data from the file that contain the time stamp and temperature reading. Difference between two data point can be same or some time it can be a...

Unable to compile the example code for arduino and ethernet. ``` In file included from C:\Users\M.Arsalan\Documents\Arduino\libraries\thinger.io\src/ThingerEthernet.h:29:0, from C:\Users\M.Arsalan\Documents\Arduino\libraries\thinger.io\examples\Arduino\ArduinoEthernet\ArduinoEthernet.ino:3: C:\Users\M.Arsalan\Documents\Arduino\libraries\thinger.io\src/ThingerClient.h:540:34: error: 'std::function' has not been declared void set_state_listener(std::function state_listener){ ^~~~~~~~ C:\Users\M.Arsalan\Documents\Arduino\libraries\thinger.io\src/ThingerClient.h:540:42:...

I am using following line to check the connection status on the arduino but it not working. Is it correct function for checking the connection for arduino and ethernet shield?...

I have added the Arduino pro mini footprint and schematic repo.

I have simple code that reads from the SD card around 500 to 600 bytes but it takes more than 3 seconds some times it take 4 seconds. But in...

help wanted
Arduino

There is spelling mistake of setdate function. Link to that page is below https://github.com/m5stack/m5-docs/blob/master/docs/en/api/rtc.md#setdata

here is the error detail ``` & 'C:\Program Files\KiCad\7.0\bin\python.exe' ./fetchComponent.py fetchlcsc --kicadLib test.pretty --force C558438 Traceback (most recent call last): File "C:\Users\Arslan\Documents\KiCad\7.0\scripting\plugins\EasyEDAFootprintScraper\fetchComponent.py", line 264, in cli() File "C:\Users\Arslan\Documents\KiCad\7.0\3rdparty\Python39\site-packages\click\core.py", line 1130,...

I want to display an integer in the menu maybe with FIELD. But I don't want to make it editable. Let say if there is a process that shows its...

here is my code snippet. How can I check if the device is still connected to aws or not. ``` void aws_iot_main(void *pvParameters) { int returnStatus = EXIT_SUCCESS; MQTTContext_t mqttContext...

I looking for a opensource software for SLA printer. Some have mentioned Printrun https://3dprinting.stackexchange.com/questions/1217/how-to-display-images-on-dlp-using-hdmi-for-3d-printing My plan is to make a windows based software with the following features - It talks...

Question