Hi! Hope, you can advice or hint me some idea.
I haveMega2560 board, tried to deploy SerialUSB sample sketch but when connect to my phone and tried to run the project, got msg like: “Your Arduino Mega is not in network”
Here is My steps:
- Dnload and install Blynk app from GooglePlay,
- Created new account
- Created new project, generated token, (and sent by email).
- Dnloaded Library and installed it to Arduino IDE.
- Dnloaded sample sketch (this one: https://github.com/blynkkk/blynk-library/blob/master/examples/BoardsAndShields/Arduino_Serial_USB/Arduino_Serial_USB.ino)
- Connected Mega via USB to PC, compiled and deployed sketch to board. (Token copied from that Email)
- Reconnected USB cable from PC to Phone
- Pressed Reset btn on the board.
- Tried to Run project But got that message.
What could be the problem? Probably some phone software can interfire?
Here are my soft and hardware details:
PC OS: Ubuntu linux 14.04
Arduino IDE: 1.6.4.
Board: Arduino Mega 2560
Phone: Lenovo s660 (Android 4.2.2)
P.S.: Probably stupid question, but…
Is that necessary to run this scripts: $/Documents/Arduino/libraries/Blynk/scripts ? In case when you use IDE? (I didn’t do that)