Hi all,
I have my a Arduino Micro connected with AltIMU-10 and a Wifly shield. What i want to do is to transfer the sensor data (pitch and yaw) to the Yun board that i have.
I'm able to send to a simulated port generated by PorkPeeker, but cannot send to the Yun.
After checking, I think the problem would be the hand-shake signal between 2 boards is not there. That's why there is no connection. How should i do the connection between them?
I tried the udp method using a python as middleman (Simple UDP communication - Arduino Yún - Arduino Forum) and manage to make it work but if I do this way then I need to turn on my comp and trigger the python code every time i want to use. I want it to be auto trigger when i supply power to the board.
Thanks