Skip to content

ArcherHuang/IoT_Studio

Repository files navigation

NEXCOM 物聯雲 IoT Studio

【 Overview 】

  • 實作架構

Imgur

【 File 】

編號 資料夾 檔案名稱 說明
1 /Arduino
2 /Python sensingDataToAllIoTCloudHTTPSend.py
3 /Python sensingDataToAllIoTCloudWebSocketReceive.py
4 /Python sensingDataToAllIoTCloudWebSocketSend.py

【 Board and Sensor 】

【 Integrated Development Environment - IDE 】

【 Firmware 】

【 Library 】

  • DHT ( DHT sensor library by Adafruit Version: 1.2.3 )
    • 在 Arduino Sketch 中點選草稿碼匯入程式庫管理程式庫 ➙ 右上角搜尋欄位輸入 DHT ➙ 選擇 DHT sensor library by Adafruit Version: 1.2.3

【 Tools 】

  • Windows 作業系統

  • macOS 作業系統

    • 登入(本地端到 Raspberry Pi 端)- 終端機
      • 登入(在本地端電腦的終端機執行) ➙ ssh root@Raspberry Pi 的IP
    • 傳送檔案(本地端到 Raspberry Pi 端)- 終端機
      • 傳送檔案(在本地端電腦的終端機執行) ➙ scp 在電腦中的檔案位置 root@Raspberry Pi 的IP:要傳送到 Raspberry Pi 中的位置

【 Execute 】

  • 執行 Python Code
$ python Python-Name-Here.py

【 JSON Tools 】

【 Reference 】

【 Blog 】

【 License 】

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages