Hi, everyone.
I'm doing a university project but I don't know so much about Arduino. Maybe it is impossible, but it it possible to use the mouse's USB receiver to connect my Arduino Nano to the smartphone by Bluetooth? Clearly they have different interfaces, so, I may need to convert the USB data into Serial Arduino readable data: but how do this happen? And if I do this right, how can I send the data taken on Internet (by the Phone) in the Arduino as input? Like, if I'm recording an action on my phone, can Arduino do it (if it is written in his script) or if I'm playing a game on the screen, can Arduino create it in real life.
I read a lot about this, but I'm not pretty sure. So, if anyone knows anything about this or has an accurate link, I'm glad to read it and know more about Arduino.
Arduinos would be even more popular if they could do that.
Jokes aside, I'm not exactly sure what you are trying to do. Are you hoping to plug the mouse's BT receiver into the Arduino? I don't believe that would be possible, but I am new to this as well. You can purchase Arduino devices that have WiFi and/or Bluetooth built in if that was your goal.
Ahah, yes, that is clearly one of the possibilities (purchasing the other Arduino devices). I'm doing a project about upcycling process, so I'm trying to use more of the mouse's components for a new product, so, yes, I'm trying to plug the mouse's BT receiver. I asked to the Arduino's support and they told me that it's theoretically possible, but I don't know how this can work.
If the Arduino hardware can do it then you'd have to find/write a driver for it I'd assume. Maybe use something to watch how the computer communicates with it and then replicate that with your code.
Also, make sure it is standard BT if you want it to be able to interact with a phone. Not all mice use a signal that would be compatible. To test, you should be able to connect the mouse to a computer/phone/tablet with BT without the receiver. Otherwise all you'd get for your effort is a mouse input on a device without a GUI, which would still have some uses.