News:

The Savage///Circuits website has been upgraded to a more efficient theme.

Main Menu

Arduino Cameras for the GIGA Display Shield

Started by Chris Savage, Apr 18, 2024, 12:08 AM

Previous topic - Next topic

Chris Savage

I have an Arduino GIGA Module.

You cannot view this attachment.
You cannot view this attachment.

This module has an available GIGA Display Shield with Touch Screen. That screen can handle some cameras.

You cannot view this attachment.
You cannot view this attachment.


        I'm only responsible for what I say, not what you understand.

Chris Savage

The GIGA Attaches to the back side of the Display Shield and the camera modules attach to the front of the Display Shield.

You cannot view this attachment.

Today I received two of the 4 compatible Camera Modules. Still pondering project ideas for this.

You cannot view this attachment.
You cannot view this attachment.

        I'm only responsible for what I say, not what you understand.

Jeff_T

That looks like a nice set up, I need to get on the GIGA forum.

Chris Savage

Quote from: Jeff_T on Apr 18, 2024, 09:43 AMThat looks like a nice set up, I need to get on the GIGA forum.

The cameras were an impulse buy. I saw a video evaluating cameras and was interested. The GIGA Module and GIGA Display were for a project that I am stuck on how I want to realize it, so they're being used at the moment.

        I'm only responsible for what I say, not what you understand.

pilot0315

Pretty cool. I will look them up.
Martin

Chris Savage

As a note, I have been thinking about a few applications that were the inspiration for me buying such a display. Test procedure development was one such idea. But recently while packing things to move, I found an extra Sparkfun Weather Meter Kit I bought when I lived in CA. At the time I bought two, because they were always out of stock on them.

Eventually I set one up in my back yard that ran off a 12V SLA, charged by a solar panel. The unit used a Propeller 1 to get the data from the various sensors and a GPS module and send them over Wi-Fi using an XBee Wi-Fi module. On my PC I had written a VB.NET app to display the information. The GPS Module served two purposes...the primary purpose was to provide an atomic time-base to my custom clocks in my home. Each got the time information directly from the network packets.

The other purpose was to provide a timestamp to the weather data, which was also recorded onto an SD Card and the log could be downloaded at any time to create charts for any of the data. Anyway, finding that extra Weather Meter Kit, I thought I might try the original code they had which was for Arduino anyway and have it displayed on that nice, shiny display.

        I'm only responsible for what I say, not what you understand.