インターネットと経営/開発環境
提供: Internet Web School
(版間での差分)
(→1Sheeld) |
(→WiFiモジュール) |
||
(間の5版分が非表示) | |||
7 行: | 7 行: | ||
We help you build awesome hardware. | We help you build awesome hardware. | ||
- | : https://www.hackster.io/projects/tags/ | + | : https://www.arduino.cc/ |
+ | : https://www.hackster.io/projects/tags/arduino | ||
<blockquote> | <blockquote> | ||
13 行: | 14 行: | ||
[https://www.arduino.cc/en/Main/ArduinoBoardUno] | [https://www.arduino.cc/en/Main/ArduinoBoardUno] | ||
</blockquote> | </blockquote> | ||
+ | |||
+ | *project examples | ||
+ | : : https://www.hackster.io/projects/tags/bluetooth?page=2&q=bluetooth | ||
=== 1Sheeld === | === 1Sheeld === | ||
27 行: | 31 行: | ||
</blockquote> | </blockquote> | ||
- | + | [[File:Voice-recognizer-shield.png]] | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | *project examples | |
- | + | ||
- | + | ||
- | * | + | |
: https://www.hackster.io/geeve-george/arificial-intelligence-based-home-space-monitor | : https://www.hackster.io/geeve-george/arificial-intelligence-based-home-space-monitor | ||
43 行: | 40 行: | ||
*ESP8266モジュールでArduinoからWi-Fiを使う | *ESP8266モジュールでArduinoからWi-Fiを使う | ||
: http://ehbtj.com/electronics/esp8266 | : http://ehbtj.com/electronics/esp8266 | ||
- | |||
- | |||
=== モータドライバ モジュール === | === モータドライバ モジュール === | ||
65 行: | 60 行: | ||
* Android Studio Tutorial for Beginners (Step by Step tutorial) | * Android Studio Tutorial for Beginners (Step by Step tutorial) | ||
: https://www.youtube.com/playlist?list=PLS1QulWo1RIbb1cYyzZpLFCKvdYV_yJ-E | : https://www.youtube.com/playlist?list=PLS1QulWo1RIbb1cYyzZpLFCKvdYV_yJ-E | ||
+ | |||
+ | [[File:Exmaple.png]] | ||
== クラウド環境 (MagicForm) == | == クラウド環境 (MagicForm) == |
2015年10月28日 (水) 00:53 時点における最新版
インターネットと経営 > 開発環境
目次 |
開発環境 (Arduino)
Arduino
We help you build awesome hardware.
The Uno is a microcontroller board based on the ATmega328P. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.. You can tinker with your UNO without worrying too much about doing something wrong, worst case scenario you can replace the chip for a few dollars and start over again. [1]
- project examples
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. [2]
- project examples
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
開発環境 (Android Studio)
- The official Android IDE
- code samples for Android developers
- Android Studio Tutorial for Beginners (Step by Step tutorial)
クラウド環境 (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 日本語リファレンス