Documentation on Sunfounder Servo Control Board Wireless Version for Aduino Nano

Where can I find documentation on the Sunfounder Servo Control Board Wireless Version? I have checked the Sunfounder website and I cannot find
anything.

Hello @PBenja3028 and welcome to the community!

I’m looking at the product in the manufacturers website and as you said it doesn’t seem to be any documentation, but this product is really just a break out board that integrates a 7-12 V power supply to power 12 servos. The signal connections are just extensions from the Arduino Nano. So you plug in the nano, the servo and the power and then you can simply use a servo example sketch from the Arduino IDE.

1 Like

Do you know if these servo boards use an analog servo or if you need to use a digital servo? I know there are both but I don’t have much experience with them yet.

Hello @Antennas and welcome to the forum!

Yes! You can use an analog servo with the Sunfounder Servo Control Board.

2 Likes

Thanks! Is there some code anyone can point me to use?

Anyone? Even wiring for the board??

Hi @Antennas,

Unfortunately, the manufacturer doesn’t provide much information but maybe this set up can help you understand how to use the board a little more:
https://www.sunfounder.com/crawling-quadruped-robot-kit-for-arduino-black.html

You simply need to connect it to an Arduino Nano or SunFounder Nano Board (how they show in the picture)

image

Connect the servos to the GND, VCC, Signal pins on the board

image

Add a NRF24L01 module if you want wireless communication and power everything. And if you want to also make the wireless controller like they show in that example you’ll need a Remote Controller another nano board and another NRF24L01 module.

I hope this information can help you out!

1 Like