Rasp Pi Bluetooth Communication

We have a potential client asking about creating a small device that can accept commands via bluetooth and act on them by lighting an LED or vibrating. Does anybody have any recommendations/advice.

I would do that with an esp32 dev board instead of a Pi which is overkill for this application, except there are lots of other things to implement ?

agree, pi is a device with operation system,
arduino boards just run a small app.
https://www.arduino.cc/en/hardware

you can start here:
https://forums.raspberrypi.com/viewtopic.php?t=214373

There is ways to control it via terminal (e.g. shell class).

More on it here:
https://bluedot.readthedocs.io/en/latest/pairpipi.html#using-the-command-line

Hi Tim,

Your customer is likely to add more feature requests. An arduino may be harder to deal with, but the RPi will work with unforeseen new features.

Tim

how small ? can it be a raspberry pi zero 2w ?
does it need to bluetooth?