Create a class compliant usb device to control a rotary solenoid, switch input, leds, 3.2v trigger while be controlled by a pc program

Hi!

I require your help regarding a problem I’m encountering.

Create a class compliant usb device to control a rotary solenoid, monitors switches, sequence LEDs while in control with another app.

This will plug into win10 usb hub port, talk with another program over usb. The program will send 3.2v to trigger a servo in .25 to 10 secs on. Send a 3.2v trigger a device for .25sec. Turn on 4 groups of less in sequence. Then trigger a 3.2v pulse for .25v. These items will be controlled by the program

Software concerned: win 10 for now.

Troubleshooting steps already taken:

Additional information: I’m new to all of this but need to learn this fun stuff. Ty

Thank you so much in advance for your help!

Hi,

You can do this with an Arduino UNO Microcontroller Board with a Relay module. However, this will require some Microcontrollers/Arduino programming knowledge. You can take a look at our Arduino 5 Minute Tutorials, that might help.