SSTV WIRELESS CAMERA (ワイヤレスカメラ) |
An experiment of wireless camera using Arduino DUE and lisence free UHF radio. ARDUINO DUEと特小トランシーバーを使った無線カメラの実験です。 |
OVERVIEW
|
|
COMPONENT(1)ARDUINO DUE必ず純正のボードを使用してください。互換品では正常に動作しない場合があります。 Be sure to use a genuine board. Third party boards may cause some issues. |
|
COMPONENT(2)ETHERNET SHIELD R3 (SD CARD SHIELD) |
|
ANOTHER CHOICEI also tested this "SD Card Shield v4.2" from Seed Studio, and it worked fine without any changes.Seed Studio製のSDシールドも試してみましたが、どこも変更することなく正常に動きました。 |
|
COMPONENT(3)AD9850 DDS MODULEAvailable at eBay.com eBay.comで入手可能です。 |
|
COMPONENT(4)TTL SERIAL JPEG CAMERA (VC0706)Available at adafruit.com adafruit.comで入手可能です。 |
|
COMPONENT(5)UHF WALKIE TALKIE
当然、アマチュア無線の免許を持っていれば、到達距離30km以上も可能でしょう。(日本の場合は法的な制約がいろいろあって面倒ですが、、) |
|
CODEDOWNLOAD(.zip) v2.3*Compiled and tested on IDE ver.155r2 *IDE ver.155r2でコンパイル及び動作確認しました。 v1.5 External Trigger v2.0 Motion Detection (Internal) v2.1 Better Image Quality v2.2 Store 100 Images in the SD Card v2.3 Cleaned up the code *Require these two libraries *以下のライブラリが必要です。 (1)"DueTimer" library (2)"JPEGDecoder" library |
|
JPEGDecoder.cpp*JPEGDecoder.cpp must be modified*ライブラリは一部修正が必要です。 (Thanks for bug fix information, Mr.Bodmer GitHub) |
|
DIAGRAM 1 |
|
DIAGRAM 2I didn't notice that the camera module itself has ability of motion detection for 1 year :)Thanks for information, Mr. Shigehiro Kimura @ Kimucha-Kobo Garage House カメラモジュール自体にモーション検知の機能があることに1年間気づきませんでした^^ 使い方は「きむ茶工房ガレージハウス」Kimura様のライブラリを参考にさせていただきました。 |
|
DIAGRAM 3 |
|
RECEIVING SOFTWAREI recommend RX-SSTV for receiving.受信用のソフトはRX-SSTVがおすすめです。
|
|
INDOOR TEST |
|
FIELD TEST 1Sent from home, received at mobile. (distance 400m)家から送信して車で受信したもの(距離400m) |
|
FIELD TEST 2Sent from mobile, received at home.車から送信して家で受信したもの |
|
OVERVIEW
|
|
CODEDOWNLOAD(.zip) v2.4 (2021.04.04)*Compiled and tested on IDE ver.1.8.5 *IDE ver.1.8.5でコンパイル及び動作確認しました。 v1.1 External Trigger, Bug fix v2.0 Motion Detection (Internal) v2.1 Better Image Quality v2.2 Store 100 Images in the SD Card v2.3 Cleaned up the code v2.4 Sync problem fixed *Require these two libraries *以下のライブラリが必要です。 (1)"DueTimer" library (2)"JPEGDecoder" library |
|
JPEGDecoder.cpp*JPEGDecoder.cpp must be modified*ライブラリは一部修正が必要です。 (Thanks for bug fix information, Mr.Bodmer GitHub) |
|
DIAGRAM |
|
INDOOR TEST |
|
FIELD TEST 1Sent from home, received at mobile. (distance 400m)家から送信して車で受信したもの(距離400m) |
|
SSTV FORMATSDetailed explanation of various SSTV formats.各種SSTVフォーマットの詳しい解説書 (1)Proposal for SSTV Mode Specifications (2)Image Communication on Short Waves |
|
PD50, PD90DOWNLOAD(.zip) v0.9 (2021.04.04)*Compiled and tested on IDE ver.1.8.5 *IDE ver.1.8.5でコンパイル及び動作確認しました。 |
|
PD50 with GPS position embededDOWNLOAD(.zip) v1.32 (2021.04.21)*Compiled and tested on IDE ver.1.8.5 *IDE ver.1.8.5でコンパイル及び動作確認しました。 Check the latest image on my Internet Live Feed Page |
|