nRF52 Bluefruit LE

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Randy1
 
Posts: 25
Joined: Sun Feb 28, 2021 2:22 pm

nRF52 Bluefruit LE

Post by Randy1 »

Can the nRF52 Bluefruit LE drive servos directly?

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: nRF52 Bluefruit LE

Post by adafruit_support_mike »

Probably not. Most servos want 5V control signals, and the nRF52832 runs at 3.3V. You'l probably need a level shifter.

You can also export the work of generating the PWM to a device like the PCA9685:

https://www.adafruit.com/product/815

Locked
Please be positive and constructive with your questions and comments.

Return to “Wireless: WiFi and Bluetooth”