Git Product home page Git Product logo

project_gamecams's Introduction

Cuddeback Cuddelink camera network, using Home unit with WiFi sdcard

I built a Cuddeback game camera network that sends all images to a Home unit. From the Home unit, the images are sent to an FTP server using a wifi enable SD card in the Home unit. Received images trigger a python daemon that then SMS messages the images to my cell phone. This system has been haphazardly described by some posts on habitat-talk.com here.

I wanted to receive the images on my cell phone in near realtime, but did not want to use Cuddelink's cell system. (Cell-capable units weren't really available when I built this project 4 seasons ago, anyway.)

Thought I would post info about my setup and build. It may have limited lifespan due to issues with Toshiba's FlashAir cards (see Warnings, below). I will expand the sections of the "data pathway" below into sub-repositories that include hardware and code.

The data pathway is something like this:

Cudeback J cameras
	|
Cuddeback Home 1385 unit
	|
Toshiba FlashAir W-04 wifi SDCard                                                            \
	|                                                                                           \
FTP server (CentOS8)	                                                                         | (inside my network)
	|                                                                                           /
Image retriever, parser, formatter, transmitter, SMS trigger (python 3 daemon on CentOS8)    /
	|       |                                         \
  |     SMS compatible image placed on AWS S3 bucketdata decoder (AWS S3)
	|
SMS message sent via twilio

Hardware

Commercial software/network services

My software and hardware

  • Toshiba FlashAir card sd_wlan
  • python daemon (coming soon)

!Warnings! Seriously, read this if you are considering trying this.

  • Toshiba FlashAir cards are discontinued. The Toshiba developer site is gone, but some users are trying resurrect it privately. You may not be able to find any cards for other than ridiculously high prices. Searching finds other WiFi SD cards (e.g. Voorca, ez Share), but I know nothing about them.
  • My python daemon solution is highly over-engineered. I was doing a lot of playing and learning about some more enterprise-level concepts. I did not use a framework solution (e.g. django, flask, etc.), which would be an obviously useful tool for such a project.
  • The whole WiFi SD Card thing is a ridiculous, but unfortunately necessary, hack just to get the images off of the Home unit in realtime. The entire system would have been a 100x easier build if Cuddeback had in fact enabled the USB port on the Home unit.
  • Every step after the FTP-to-my-CentOS-server step is not really necessary if you just want to get the images. You could skip my entire python daemon and just move the images to a Dropbox folder (MS OneDrive, box.com, email, whatever). (The python daemon is the main guilty party in my over-engineering admission.)
  • My system's geography is unique; it's in my home. I live in location served by FIOS. My home is on high ground, so signals are easily received over distance. My home overlooks the ~20 acres I hunt, and is surrounded by hundreds of acres of conservation land (where I can't hunt, but I can put cameras).
  • Running an old-school FTP server (it's not sftp, FlashAir can't do that) is risky in so many ways. Know what you are doing!!

Build notes

(Coming soon)

project_gamecams's People

Contributors

meshferg avatar

Stargazers

Conor Klecker avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.