インターネットと経営/アプリ・プログラミング
提供: Internet Web School
(版間での差分)
(→開発環境) |
|||
24 行: | 24 行: | ||
We help you build awesome hardware | We help you build awesome hardware | ||
- | + | : https://www.hackster.io/projects/tags/bluetooth?page=2&q=bluetooth | |
- | https://www.hackster.io/projects/tags/bluetooth?page=2&q=bluetooth | + | |
=== 1Sheeld === | === 1Sheeld === | ||
35 行: | 34 行: | ||
The second part is a software platform and app on Android smartphones that manages the communication between our shield and your smartphone and let your choose between different available shields. | The second part is a software platform and app on Android smartphones that manages the communication between our shield and your smartphone and let your choose between different available shields. | ||
- | + | : http://1sheeld.com/ | |
- | + | : http://1sheeld.com/projects/ | |
- | + | : http://www.amazon.com/dp/B00L2LM3WY/ | |
- | example | + | *example |
- | + | : https://www.hackster.io/geeve-george/arificial-intelligence-based-home-space-monitor | |
- | https://www.hackster.io/geeve-george/arificial-intelligence-based-home-space-monitor | + | |
=== WiFi === | === WiFi === | ||
- | ESP8266モジュールでArduinoからWi-Fiを使う | + | *ESP8266モジュールでArduinoからWi-Fiを使う |
- | + | : http://ehbtj.com/electronics/esp8266 | |
- | http://ehbtj.com/electronics/esp8266 | + | |
=== モータドライバ === | === モータドライバ === | ||
- | Arduino モーターシールド Rev3 | + | *Arduino モーターシールド Rev3 |
+ | : https://www.switch-science.com/catalog/788/ | ||
+ | : http://www.amazon.co.jp/s?marketplaceID=A1VC38T7YXB528&me=A2FDU42CGRJ3YD&merchant=A2FDU42CGRJ3YD&redirect=true | ||
- | + | === SainSmart Arduino UNO R3 互換キット === | |
- | http://www.amazon.co.jp/ | + | *サインスマート RFID マスターキット モーターサーボ、LCD、多種のセンサー Arduino IDE/AVR/MCU |
+ | : http://www.amazon.co.jp/dp/B00JUW71QK/ | ||
- | + | *SainSmart UNO R3 board | |
+ | |||
+ | == クラウド環境 == | ||
+ | |||
+ | *cloudstitch :: MagicForm | ||
+ | : http://www.cloudstitch.com/magic-form | ||
- | + | *the code by Python | |
- | + | def record_poop(): | |
+ | data = { | ||
+ | "Timestamp": time.strftime("%Y-%m-%d %H:%M"), | ||
+ | "Measurement": 'Poopy Diaper' | ||
+ | } | ||
+ | requests.post(MAGIC_FORM_URL, data) | ||
- | + | *case (How I Hacked Amazon’s $5 WiFi Button to track Baby Data) | |
+ | : https://medium.com/@edwardbenson/how-i-hacked-amazon-s-5-wifi-button-to-track-baby-data-794214b0bdd8 | ||
== 参考文献 == | == 参考文献 == |
2015年8月19日 (水) 04:21時点における版
インターネットと経営 > アプリ・プログラミング
目次 |
目標
- Arduino + 各種センサ + ZigBee/WiFi で リモートコントロール可能なセンサデバイスを作る.
- Arduino + 1Sheeld + Android アプリ で 動的構成可能な認識型デバイスを作る.
- 上記のセンサ情報を,クラウド上に展開・分析するアプリを開発する.
概要(スライド)
開発環境
Arduino
We help you build awesome hardware
1Sheeld
1SHEELD TURNS YOUR SMARTPHONE INTO A RE-CONFIGURABLE ARDUINO SHIELD!
Basically, 1Sheeld consists of two parts. The first part is a shield that is physically connected to your Arduino board and acts as a wireless middle-man, piping data between Arduino and any Android smartphone via Bluetooth.
The second part is a software platform and app on Android smartphones that manages the communication between our shield and your smartphone and let your choose between different available shields.
- example
WiFi
- ESP8266モジュールでArduinoからWi-Fiを使う
モータドライバ
- Arduino モーターシールド Rev3
- https://www.switch-science.com/catalog/788/
- http://www.amazon.co.jp/s?marketplaceID=A1VC38T7YXB528&me=A2FDU42CGRJ3YD&merchant=A2FDU42CGRJ3YD&redirect=true
SainSmart Arduino UNO R3 互換キット
- サインスマート RFID マスターキット モーターサーボ、LCD、多種のセンサー Arduino IDE/AVR/MCU
- SainSmart UNO R3 board
クラウド環境
- cloudstitch :: MagicForm
- the code by Python
def record_poop(): data = { "Timestamp": time.strftime("%Y-%m-%d %H:%M"), "Measurement": 'Poopy Diaper' } requests.post(MAGIC_FORM_URL, data)
- case (How I Hacked Amazon’s $5 WiFi Button to track Baby Data)
- https://medium.com/@edwardbenson/how-i-hacked-amazon-s-5-wifi-button-to-track-baby-data-794214b0bdd8
参考文献
- 文献1
- 文献2
- 文献3