I should probably start off by saying that I am no genius programmer. Well, to be honest, I can't really code my way out of a paper bag when it comes to anything other than a markup language. But that's beside the point.
I don't yet own any Arduino hardware, though I am eyeing the ArduinoBT because I wanted to make what I think would be a very simple device. I am trying to make something that can be paired with a computer nearby via Bluetooth (maybe I could lower the antenna power or use a Class 3 Bluetooth antenna instead so as to be only within a meter or two, and for the sake of using a small amount of power) and simply send a short 64-bit (preset) code every few seconds to the computer. Probably using the DID Bluetooth Profile, though I am not sure. This device would also need to be constantly repairing with the device should it come back in range.
Are these things that can be done with Arduino? How would I go about doing it? I can give more information if I wasn't being clear. Like I said, I am an idiot when it comes to code. I have always known about Bluetooth having profiles, classes, and pairings. I have tried making such a device using other boards and such, and it just goes way over my head. I am hoping the Arduino is a little friendlier...
I would greatly appreciate any help!