ダウンロードリスト

プロジェクト概要

家電の自動化、防犯、防災、音声応答制御システムを開発しています

出先から部屋の温度を確認してクーラー運転する

夕方外が暗くなると玄関や部屋の明かりを点ける

明け方に外の湿度を元に家庭菜園の水やりをする

防犯センサーがはたらくと動画をメールする

決まった時間に音楽を鳴らす

火災感知器が発報するとメールと電話(ワンギリ)で知らせる

外気湿度を元に床下換気扇を間欠運転させる

などRaspberry PiでIOTハウスを実践しています

机の奥へ仕舞い込んだRaspberry Piでホームエレクトロニクス&ホームセキュリティを実現しよう

https://github.com/kujiranodanna/IOT-House

システム要件

システム要件が設定されていません

リリース時刻: 2017-04-20 15:19
epicon 5.1 (1 個のファイル 非表示)

リリースノート

Epicon is Linux serial communication software.

Practice IOT House uses the Temperature / Hygrometer AM2321 sensor and AI · DIO for control with TOCOS TWE - Lite by serial communication from Raspberry Pi USB connection ToCoStick (Tocostic).

I believe that you can use network devices such as Switch and Router that are configured with serial port and console PC regardless of manufacturer or model.

When automating the configuration such as Cisco router, copying the text data created in advance and pouring the configuration by pasting to the serial / console screen, it is necessary to prevent the missing of the configuration data by performing transmission delays of characters and line feeds Is important.

As a serial console, epicon supports send delays of important letters and line feeds, copying and pasting can be done securely with confidence.

https://osdn.net/projects/pepolinux/wiki/epicon

https://osdn.net/projects/pepolinux/wiki/chobit_prog%20pepotocsctl

epiconとはLinuxのシリアル通信ソフトです。

実践IOTハウスでは、Raspberry PiのUSB接続ToCoStick(トコスティック)からシリアル通信でTOCOS TWE-Liteで温湿度計AM2321センサーやAI・DIOを制御に使っています。

SwitchやRouterなどシリアルポートでとコンソールPCでConfig設定するネットワーク機器はメーカーや機種を問わず使えると思います。

Cisco製ルーターなど設定を自動化する際、事前に作成したテキストデーターをコピーしてシリアル・コンソール画面へペーストでコンフィグの流し込みを行いますが、文字と改行の送出デレィを行いコンフィグデーターの取りこぼしを防ぐことが重要です。

このシリアルコンソールとして重要な文字と改行の送出デレイをepiconはサポート、コンフィグを安心してコピー&ペーストが出来ます。

https://osdn.net/projects/pepolinux/wiki/epicon

https://osdn.net/projects/pepolinux/wiki/chobit_prog%20pepotocsctl

変更履歴

o 2017.4.20 Ver5.1

o curses.h,term.h remove

o Delete unnecessary libraries, make it easy to make makeup

o 2017.4.20 Ver5.1

o curses.h,term.h remove

o 不要なライブラリを削除、簡単にメイクできるようにした