Hi everybody
I got the library from github for vc0706
It works and I can see the picture which captured.
This is the command for saving pic on SD in this library >>imgFile.write(buffer, bytesToRead);
I can send the value of "bytesToRead" by NRF24L01+ but not buffer!
It seems that buffer is a pointer, am I right?
How can I send it?
system
July 16, 2015, 12:46pm
2
I can send the value of "bytesToRead" by NRF24L01+ but not buffer!
Why not?
It seems that buffer is a pointer, am I right?
No. It is an array.
How can I send it?
Pretty much the same way you send the length. Let's see your code, so we can use the same names you use.
Thanks to answer dear Paul!
These are my code!
Two Arduino, one connected to Sd card and other one connected to the camera.
My code are not finished.
I tried to send pic without losing even one bit of the picture and because of it my codes are a little complicated.
Now how can I send the array ?
NRFMaster_Camera.ino (14.1 KB)
NRFMaster_Sd.ino (11.6 KB)
There is no one who can help me to send array?
Maybe the true way is that I send one character by on?!
system
July 16, 2015, 5:38pm
5
Are you seriously trying to bump your post after 29 minutes? Some people do have other things to do.