I need help with this (Arduino Uno Rev 3)

Is there a way I can activate a servo whenever I type certain word or words into my computer.

Yes, sure

type the words in the Serial console (or a custom app sending data over to the Arduino in some way - Bluetooth, wifi, Serial, ...)
arduino listens to input
arduino parse the input and if it detects keywords then acts on the servo

Thanks man I've been having problem with it

I would suggest to study Serial Input Basics to handle this

I had a look it makes more sense now

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