Hope this is the correct forum for my question.
Does anyone know of BLE module support for the Arduino IDE (similar to the ESP8266 support provided through the boards manager feature)?
My need is very basic... it's a battery operated servo controller, so I'm attempting to do everything on the BLE module (receive a command from a smartphone over BT, turn a servo with PWM, and return a status over BT to the phone). I don't have a preferred BLE module/chip yet, as it comes down to power consumption, PWM support and development tools.
I've been searching for a couple days, but have not seen anything for Arduino IDE yet.
If not available on Arduino IDE, what other development platforms can BLE modules be developed on?