-1

I recently bought the LinkSprite color jpeg camera: https://www.sparkfun.com/products/12804 And the Arduino Wireless SD Shield: https://www.arduino.cc/en/Main/ArduinoWirelessShield

I was wondering how to connect the camera to the Arduino and how to have it take and save a picture to the sd card when a button is pressed.

5
  • What type of Arduino? The camera requires serial communication. HardwareSerial would be a good idea but that would require a Mega or Leonardo etc (board with extra serial ports). SoftwareSerial is possible but difficult to get to work at higher speed. Commented Dec 7, 2015 at 9:48
  • its an Arduino Uno r3 Commented Dec 7, 2015 at 12:40
  • i have a mega also if i need that Commented Dec 7, 2015 at 12:40
  • What have you done so far to try this yourself? Commented Dec 14, 2015 at 17:26
  • Nothing really, i have been looking around to figure out how to connect it Commented Dec 16, 2015 at 4:21

1 Answer 1

0

Connect the camera to a serial port (hardware or software serial depending on Arduino board). See further information on wiki.

Control the camera and fetch the image over the serial connections (see commands) and write to the SD disc.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.