Hello all
Can you Execute bash commands with Arduino wifi?
I have this command that i wish to use an ardunio to Execute
echo '{"method":"getPilot","params":{}}' | nc -u -w 1 192.168.1.7 38899
this get the params from my wiz light which is connected on my wifi when i call it from my terminal ,
i would like to use my wifi Arduino instead of my computer
any help would be Greatly appreciated
Best
Ben