i need some advice please.. I'm trying to build a wind simulator.. all i have in hand is a andruino micro pro a sparkfun qwiic pro micro , and 2 v5 argb dc 12v .02amp pwn fans i was hoping someone could help me with a wiring schematic or a link.. i cant find any info on using either of these boards is it even possible? i dont plan to add any buttons i would like the argb lights to work if possible if not no big deal.. all the videos i found use the uno.
please describe what it is you are calling a wind simulator!
i want to control the fans using simhub.. for iracing .. i printed out some 120mm fan shrouds and mounts .. i know i need to use a external power source i have a 12v 2amp plug im going to use.. im just not sure how to go about wiring it to the andurino micro pro .. i saw lots of post that ppl are using them for this purpose i cant seem to find a schematic.. im realy new to these andurino boards.
The Uno is not much different from the boards you mention. The major difference for your use might be the pins used for interrupts (if applicable). On the Uno the interrupts are on pins 2 and 3 (INT0 and INT1), the Pro Micro has four interrupts on SCL, SDA, Rx1 and Tx1 (INT0..INT3).
Be aware that for useful advice people will have to know the specs of your fan.
Does that not contradict the below? Did those videos not give you the wiring / schematic? You can also derive the used pin functionality from the code that you found in those videos.
Notes:
Start by downloading the pinout diagrams and schematics of the Uno and the Pro Micro so you can compare them.
1150 rpm pwm 5v argb dc 12v .20 amp s-fdb bearing
this is the info i have on the fans ..
ok thats what ill do. now i know the boards are not all the different.. i found a photo that shows them side by side .. ill watch the uno video and wire it to the correct pins on the micro.. thanks for the advice you guys always make it less complicated than what it is in my head.. i just wanted to use up some of the parts i have laying around.. thanks again..