dastoi
Posts: 4
Joined: Fri Aug 01, 2014 9:15 pm

Raspberry pi CAMERA + ARDUINO + GUI

Sat Aug 02, 2014 10:05 pm

Hello,

How can I sent some pictures that the Raspberry PI is tacking to an Arduino, that will be controlled from Windows GUI via a cable ?

dastoi
Posts: 4
Joined: Fri Aug 01, 2014 9:15 pm

Re: Raspberry pi CAMERA + ARDUINO + GUI

Sat Aug 02, 2014 11:15 pm

I would be ass well interested in sending images to a GPIO port as a stream of bits, is that possible ?

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Raspberry pi CAMERA + ARDUINO + GUI

Sun Aug 03, 2014 10:22 am

Where is the GUI running ? What does the Arduino do ?
What is the GUI for ? How are the Raspberry Pi and the Arduino
connected ? How is the Windows machine connected with
the Pi ? How are the Raspberry Pi and the Arduino connected ?

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

dastoi
Posts: 4
Joined: Fri Aug 01, 2014 9:15 pm

Re: Raspberry pi CAMERA + ARDUINO + GUI

Sun Aug 03, 2014 4:23 pm

Thanks for your answer.

I want the GUI to run on Windows, my project will require an easy to use interface. I am using an Arduino because I can't find a way to connect the Raspberry PI straight away with Windows, and there are some tutorials for connecting the Arduino to Windows, and run the program with a GUI.

So what I mainly want from the Arduino will be to control the Raspberry PI camera, to take the data images from the Raspberry Pi and sent them to Windows, GUI respectively.

I was thinking to connect the Arduino and Raspberry PI by the I2C pins.

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Raspberry pi CAMERA + ARDUINO + GUI

Sun Aug 03, 2014 10:30 pm

Why don't you use something based on TCP over a direct
Ethernet connection ? It should be very fast and easy to connect
the PC and the Pi this way directly.

You don't even need a cross-over cable for this , because
the Pis Ethernet jack is auto-sensing.


ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

User avatar
AndrewS
Posts: 3625
Joined: Sun Apr 22, 2012 4:50 pm
Location: Cambridge, UK
Contact: Website

Re: Raspberry pi CAMERA + ARDUINO + GUI

Sun Aug 03, 2014 11:38 pm

....more info about that at http://pihw.wordpress.com/guides/direct ... onnection/

Using an Arduino as a "bridge device" between a Raspberry Pi and a Windows PC would be very slow.

Return to “Camera board”