Thank you for reading this.
I've created a simple Arduino sketch that sends data via Bluetooth to control an LED. I use Blueterm on an Android tablet to send a 1 or a 0. I'd like to do the same thing with my Raspberry pi.
After some Internet searching I find that I need to have /dev/rfcomm to either listen for or send data. However, after I've paired with my HC-05 Bluetooth module I'm informed that even though the pairing has been successful there are no services for that device. Also, /dev/rfcomm has not been created.
My aim is to to use Python to control the LED. I see that there are several Bluthooth libraries available but I'm not sure which one I need for the simple task that I have in mind.
Any suggestions will be greatfully appreciated.