インターネットと経営/開発環境
提供: Internet Web School
(版間での差分)
(→参考文献) |
|||
67 行: | 67 行: | ||
: https://medium.com/@edwardbenson/how-i-hacked-amazon-s-5-wifi-button-to-track-baby-data-794214b0bdd8 | : https://medium.com/@edwardbenson/how-i-hacked-amazon-s-5-wifi-button-to-track-baby-data-794214b0bdd8 | ||
- | == | + | == 参考資料・URL == |
- | * | + | * [https://www.arduino.cc/ Arduino] |
- | * | + | * [https://www.hackster.io/projects/tags/bluetooth?page=2&q=bluetooth The Hackster] |
- | * | + | * [http://1sheeld.com/ 1Sheeld] |
+ | * [http://ehbtj.com/electronics/esp8266 ESP8266 Wi-Fi module] | ||
+ | * [https://www.switch-science.com/catalog/788/ A motor shield for Arduino] | ||
+ | * [https://developer.android.com/sdk/index.html The official Android IDE] | ||
+ | * [http://www.cloudstitch.com/magic-form cloudstitch::MagicForm] | ||
+ | |||
+ | == 関連項目 == | ||
+ | |||
+ | * [https://www.arduino.cc/en/Tutorial/HomePage Arduino - Learn the basics (EN)] | ||
+ | * [http://shokai.org/blog/archives/6996 Android版ArduinoFirmataを作った] | ||
+ | * [http://www.textdrop.net/soft/android-source-on-ma/ MacでAndroidソースをビルドする] | ||
+ | * [http://diydrones.com/ DIY Drones] | ||
+ | * [http://nefastudio.net/2015/02/20/3850.html Arduinoを簡単にBluetooth無線化するHC-05/HC-06 | Cafe Cappuccino] | ||
+ | * [http://www.geocities.jp/bokunimowakaru/diy/arduino/rfid.html Arduinoで近距離無線通信 RFID-RC522 NFC] | ||
+ | * [http://www.musashinodenpa.com/arduino/ref/index.php Arduino 日本語リファレンス] | ||
+ | * [https://github.com/Integreight/1Sheeld-Android-SDK Arduino 日本語リファレンス] | ||
+ | * [https://github.com/Integreight/1Sheeld-Android-App Arduino 日本語リファレンス] | ||
== 関連項目 == | == 関連項目 == |
2015年10月28日 (水) 00:19時点における版
インターネットと経営 > 開発環境
目次 |
開発環境 (Arduino)
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
開発環境 (Android Studio)
- The official Android IDE
- code samples for Android developers
クラウド環境 (MagicForm)
- 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
参考資料・URL
- Arduino
- The Hackster
- 1Sheeld
- ESP8266 Wi-Fi module
- A motor shield for Arduino
- The official Android IDE
- cloudstitch::MagicForm
関連項目
- Arduino - Learn the basics (EN)
- Android版ArduinoFirmataを作った
- MacでAndroidソースをビルドする
- DIY Drones
- Arduinoを簡単にBluetooth無線化するHC-05/HC-06 | Cafe Cappuccino
- Arduinoで近距離無線通信 RFID-RC522 NFC
- Arduino 日本語リファレンス
- Arduino 日本語リファレンス
- Arduino 日本語リファレンス