0

I want to create arduino sketch that start program on my computer (i.e., browser) when I push button on Arduino itself.

Is it possible to make it using Arduino uno? I already know how to make a serial connection between PC and Arduino and use Processing software, but as I know, Processing cannot interact with another programs.

rebatoma
5593 gold badges12 silver badges22 bronze badges
asked Apr 12, 2016 at 14:19

2 Answers 2

2

Processing is just Java. If Java can do it Processing can do it.

And Java can do it.

Just ask Google about the Java ProcessBuilder class.

answered Apr 12, 2016 at 14:23
1

You can also make the Arduino look like a keyboard/mouse to the PC and then reproduce some key combo that will perform the action you want. See reference here.

answered Apr 12, 2016 at 15:50

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.