I am building some amauter schemes with Atmel uC. And this time I want to implement bluetooth functionality in my device: I want to be able to connect to device from computer and set parameter/get some readings.
1) While writing communication software on PC side is trivial, I am puzzled on uC side. What is the easiest way of doing so? Which BT chip is the most simple/wide-spread/easy to use/not deadly expensive in 1-10 quantity (<10$)?
I don't need high speed, even 4800 baud would do at this stage :-)
2) How complex to go further and implement keyboard/mouse/other BT protocols?