Sd cards+Bluetooth communication

Hi there,

I have got two arduinos uno. Each one of them has an SD Card slot with an sd card connected. One of the arduinos has a bluetooth HC-05 module connected and the other one a HC-06 module connected. One of them has a sensor connected.

What I basically have to do, is to get an analog input from a sensor, store it on the first sd card, and using the bluetooth modules, send it to the other arduino so it can store it on the other sd card.

I have tried a lot of stuff but no luck, and I haven't found any similar projects on the internet. Anybody could help me on how to send data via bluetooth from an sd card to another sd card using bluetooth?

Thanks in advance

[Connecting 2 Arduinos by Bluetooth using a HC-05 and a HC-06: Pair, Bind, and Link | Martyn Currey