:::: MENU ::::
Browsing posts in: Wi-Fi

아두이노에서 ESP8266 사용하기

아두이노에서 ESP8266 사용하기

  • 아두이노 IDE는 1.6.4 이상의 버전을 설치
  • 아두이노의 환경설정에서 추가적인 보드매니저 URLs에 다음과 같이 입력

http://arduino.esp8266.com/stable/package_esp8266com_index.json

  • 툴 > 보드매니저에서 ESP8266을 검색후 ESP8266 보드를 설치한다.

arduino_board_maneger

  • 설치후 툴 > 보드 메뉴에서 가지고 있는 ESP8266보드를 선택한다.

핀레이아웃

간단한 Blink Test


SparkCore 와이파이 모듈 deep update

CLI를 통해 SparkCore의 내부 펌웨어 업데이트 순서

1. Spark CLI 설치

node.js 설치

$ sudo npm install -g spark-cli

$ spark cloud login

2. dfu-util  설치

brew install dfu-util

3. 디바이스를 dfu mode로 진입

USB 케이블을 연결 후 Mode 버튼과 Reset 버튼을 동시에 누른후 Reset  버튼을 뗀다.

다음 커멘드를 실행한다.

spark flash –usb deep_update_2014_06

참고: https://github.com/spark/spark-cli#performing-a-deep-update



Wi-Fi Direct, ad hoc, Bluetooth 4.0 비교

Wi-Fi Direct

Wi-Fi Direct가 무엇인지를 알기쉽게 나타내는 동영상

그럼 Wi-Fi Direct와 기존 ad-hoc은 어떻게 다른가?

Wi-Fi Direct is not the same as ad-hoc networking: The most significant difference between traditional ad-hoc wireless networking (traditional peer-to-peer networking) and Wi-Fi Direct is security. In Windows ad-hoc networks, the highest level of security supported is WEP in mixed client environments (Windows 7 will support WPA2 provided all adapters support it, as well). Wi-Fi Direct, as mentioned, supports WPA2. Another difference, Wi-Fi Direct devices can also simultaneously connect to existing wireless networks. More granular control and better discovery of devices also differentiate Wi-Fi Direct from ad-hoc networking

출처: http://www.pcmag.com/article2/0,2817,2371413,00.asp

Bluetooth Smart (BLE 4.0)

참고로 요즘 Bluetooth Smart라고 불리는 Bluetooth 4.0 (Low Energy Technology)에 대한 간단한 스펙은…

  • 속도: 25Mbps
  • 거리: 200 feet
  • 암호와: AES-128

Pages:12