you think its possible something like this:
ArduinoRemoteNode------>ArduinoBaseNode-->Android
ArduinoRemoteNode
RecordData --> Transmit
ArduinoBaseNode
ReceiveData-->StoreinFile(microSD)
TransmitViaBluetooth-->
Android
ReceiveFileViaBluetooth
if we can't tx/rx files, like you said, maybe open the file and send the strings, line by line ??
has anyone attempted this?
kucza83:
I don't know if it is possible to send a file, but you can do with another approach.How about this.
On the Arduino side:
Open the file --> read the data --> send the text via bluetooth-->PC side:
--> Recieve the data --> use program like Gobetwino --> collect the data --> output the data to a file