Bash on Arduino?

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

Not like that.

To my knowledge, you just need to setup an UDP connection from the Arduino to 192.168.1.7 using port 38899 and next send the command. But my networking skills are a bit rusty.

thanks!
i will try using UDP

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.