SlideShare a Scribd company logo
1 of 55
2월의 주제
사물인터넷과
Windows 8 앱의 연결!

2014년 명품 특강!

IoT 사물인터넷과 Windows 8
Microsoft 김영욱 부장
“Internet of Things”

Computing
Era

Computing Devices

Evolution to the “Internet of Things”
Mainframe

Mini
Computing

Client / Server

Desktop
Internet

Cloud & Mobile

Cloud & Digital
Computing

?
Data
Management
Apps

1960’s

Business
Logic Apps

Process
Automation Apps

Web Apps

1970’s

1980’s

1990’s

Institutional computing
One device for many users

Mobile Apps

2000’s

Mass market

One device for one user

Apps, Open APIs
& Big Data

2010’s

2020’s

Multi-device computing
Many devices for one user
Volume

Diversity
Windows
Embedded
Retail

Manufacturing

Healthcare
Windows
Embedded

산업용 패널 컴퓨터, 임베디드 컴퓨터 [부트윈]

전해질 분석기 [아이센스]

휴대용 차량진단기 [지아이티]

금융자동화기기 [노틸러스효성]

Internet Phone이 결합된 디지털 사이니지 [여의시스템]

All-In-One Slim POS [하나시스]

골밀도측정기 [오스테오시스]
New

Updated

User interface
Accessibility

Data binding

Devices

Live tiles and
toast

Input

Controls

Graphics and media

HTML5/CSS

XAML

Communications and data

Speech synthesis

Services

Portable

Geolocation

Point of
service

Direct3D

Direct2D

Direct Write

Local
storage

SMS

HTTP

Skydrive

Sensors

Proximity

USB

Playback

Capture

PlayTo

Streams

Background
transfer

Contacts

Bing

HID

WiFi direct

Bluetooth

Canvas

SVG

WebGL

Syndication

Networking

Appointments

Azure
Mobile

Printing

3D
printing

Scanning

XML and
JSON

Contracts

PDF

Xbox Live

Fundamentals
Application
services

Threading/timers

Memory
management

Globalization

Cryptography

Authentication

Diagnostics
• 하나의 칩으로 구성된 작은 컴퓨터
• processor, memory, input/output
• 주로 Embedded 영역에서도
최저 성능/비용
• Arduino, Raspberry Pi…………
• Typical components include:
•
•
•
•

power circuit
programming interface
basic input; usually buttons and LEDs
I/O pins
Making-robots-with-arduino.pdf
Specification
Making-robots-with-arduino.pdf
Arduino I/O Boards

14 current boards
Shields
Datalogging Shield

Shields

Wave Shield

Touchscreen Shield
More Shields…

XBee Shield

Ethernet Shield

Wifi Shield
Fingerprint Scanner

Sensors

Gas Sensor Temp & Humidity

Flex Sensor

Geiger Counter
Sensors
Photo/thermistor, infared, force sensitive resistor, Hall effect,
Piezo, tilt sensor..
Sketches

Includes

Globals
void setup()
void loop()
todbot.com/blog/bionicarduino
http://arduino.cc/en/Guide/Environment
1.
2.
3.
4.

Sketch programming
Compiling
Upload
Test
• 첫 번째 샘플 LED 점멸
• File > Examples > Digital > Blink
• 13번 Pin과 GND를 연결한다.

www.instructables.com
pinMode(pin, mode)
Sets pin to either INPUT or OUTPUT

digitalRead(pin)
Reads HIGH or LOW from a pin

digitalWrite(pin, value)
Writes HIGH or LOW to a pin

delay(ms)
–Pauses for a few milliseconds

delayMicroseconds(us)
–Pauses for a few microseconds
setup( ) : 최기화에 필요한 내용들을
기술한다.
loop( ) : main( )함수에 해당하는 곳이지만
지속적으로 반복하는 점이 차이
•
•
•
•

Digital has two values: on and off
Analog has many (infinite) values
Computers don’t really do analog, they quantize
Remember the 6 analog input pins---here’s how
they work
SoftwareSerial : Bluetooth 모듈 시리얼
포트를 지정한다.
BTSerial.begin( ): 통신을 시작한다.
BTSerial.write( ) : 문자를 전송한다.
BTSerial.read( ) : 문자를 수신한다.
1. STATE
2. RXD
3. TXD
4. GND
5. VCC

1

3
2

5
4
Namespace
Windows.Devices.Enumeration
Windows.Devices.Bluetooth
Windows.Devices.Bluetooth.Rfcomm
Windows.Networking.Sockets;
Windows.Storage.Streams;
Windows.Devices.Enumeration

DeviceInformationCollection
DeviceInformation
장치들의 목록을 검색하고 장치 정보를 가지고 있을 수 있다.
Windows.Devices.Enumeration

RfcommDeviceService
블루투스 장비를 추상화 하고 있으며 이 클래스를 통해서 등록된
블루투스 장비를 연결할 수 있다.
BluetoothDevices = await DeviceInformation.FindAllAsync(
RfcommDeviceService.GetDeviceSelector(
RfcommServiceId.SerialPort));

foreach (var deviceInfo in BluetoothDevices)
{
lstBluetooth.Items.Add(deviceInfo.Name);
}
var ConnectionDevice =
RfcommDeviceService.FromIdAsync(deviceId);
var RfcommService = await ConnectionDevice;

if (RfcommService != null)
{
var Socket = new StreamSocket();
var ConnectAction =
Socket.ConnectAsync(
RfcommService.ConnectionHostName,
RfcommService.ConnectionServiceName,
SocketProtectionLevel.BluetoothEncryptionAllowNullAuthentication);
await ConnectAction;
MessageReceived

Event

메시지를 받았을 때

BluetoothDevices

Property

전체 블루투스 디바이스 목록

Disconnect()

Method

연결 끊기

SendMessageAsync()

Method

메시지 보내기

ConnectToServiceAsync
()

Method

연결 시도
https://www.facebook.com/groups/IoTLove/

http://1drv.ms/1fd9JwL
2014년 1월 새해 명품 특강!

센서 활용 앱 개발

경품추첨

마이크로소프트 웨지 모바일 키보드

스컬프트 컴포트 마우스

Notice
• 행사 종료 후 설문지를 작성하여 등록 데스크에 제출해 주세요. 소정의 기념품을 드립니다.

More Related Content

Viewers also liked

Viewers also liked (8)

Derechos humanos
Derechos humanosDerechos humanos
Derechos humanos
 
Marca pessoal
Marca pessoalMarca pessoal
Marca pessoal
 
Taller biblos bibliotherapy
Taller biblos   bibliotherapyTaller biblos   bibliotherapy
Taller biblos bibliotherapy
 
Dba in 2 days
Dba in 2 daysDba in 2 days
Dba in 2 days
 
Ejercicio 1
Ejercicio 1Ejercicio 1
Ejercicio 1
 
Presentació de departament de comptabilitat
Presentació de departament de comptabilitatPresentació de departament de comptabilitat
Presentació de departament de comptabilitat
 
Juan daniel hincapié herrera
Juan daniel hincapié herreraJuan daniel hincapié herrera
Juan daniel hincapié herrera
 
Cancioneropatriticocvicomilitardelperu 120801220848-phpapp01
Cancioneropatriticocvicomilitardelperu 120801220848-phpapp01Cancioneropatriticocvicomilitardelperu 120801220848-phpapp01
Cancioneropatriticocvicomilitardelperu 120801220848-phpapp01
 

Similar to 20140219 techdays mini 앱 개발 세미나(4)

Mqtt 소개
Mqtt 소개Mqtt 소개
Mqtt 소개Junho Lee
 
[Td 2015]라즈베리파이에 windows 10 io t core 맛있게 발라 먹기(유정현)
[Td 2015]라즈베리파이에 windows 10 io t core 맛있게 발라 먹기(유정현)[Td 2015]라즈베리파이에 windows 10 io t core 맛있게 발라 먹기(유정현)
[Td 2015]라즈베리파이에 windows 10 io t core 맛있게 발라 먹기(유정현)Sang Don Kim
 
Open plc 솔루션 소개 0719
Open plc 솔루션 소개 0719Open plc 솔루션 소개 0719
Open plc 솔루션 소개 0719DO YUN KIM
 
Intel 2014 Business Review & IoT Tech Leadership
Intel 2014 Business Review & IoT Tech LeadershipIntel 2014 Business Review & IoT Tech Leadership
Intel 2014 Business Review & IoT Tech LeadershipJunSeok Seo
 
라즈베리파이로 보일러 제어하기
라즈베리파이로 보일러 제어하기라즈베리파이로 보일러 제어하기
라즈베리파이로 보일러 제어하기Tai Hoon KIM
 
[2014 PAG 비즈니스 플랫폼데이] IoT 비즈니스 스타트업을 위한 IBM Bluemix
[2014 PAG 비즈니스 플랫폼데이] IoT 비즈니스 스타트업을 위한 IBM Bluemix[2014 PAG 비즈니스 플랫폼데이] IoT 비즈니스 스타트업을 위한 IBM Bluemix
[2014 PAG 비즈니스 플랫폼데이] IoT 비즈니스 스타트업을 위한 IBM BluemixVentureSquare
 
아이씨엔 매거진- May 2012. Industrial Communication Network MAGAZINE
아이씨엔 매거진- May 2012. Industrial Communication Network MAGAZINE아이씨엔 매거진- May 2012. Industrial Communication Network MAGAZINE
아이씨엔 매거진- May 2012. Industrial Communication Network MAGAZINESeungMo Oh
 
ARTIK 710 IoT class
ARTIK 710 IoT class ARTIK 710 IoT class
ARTIK 710 IoT class 정출 김
 
Intuitive Understanding of Arduino for IoT
Intuitive Understanding of Arduino for IoTIntuitive Understanding of Arduino for IoT
Intuitive Understanding of Arduino for IoT영광 송
 
아이씨엔 매거진- June 2013. Industrial Communication Network MAGAZINE
아이씨엔 매거진- June 2013. Industrial Communication Network MAGAZINE아이씨엔 매거진- June 2013. Industrial Communication Network MAGAZINE
아이씨엔 매거진- June 2013. Industrial Communication Network MAGAZINESeungMo Oh
 
RAD스튜디오 100% 활용하기 - 최신 기술 적용과 확장
RAD스튜디오 100% 활용하기 - 최신 기술 적용과 확장RAD스튜디오 100% 활용하기 - 최신 기술 적용과 확장
RAD스튜디오 100% 활용하기 - 최신 기술 적용과 확장Devgear
 
오픈소스로 쉽게 따라해보는 Unreal과 IoT 연계 및 개발 방법 소개.pdf
오픈소스로 쉽게 따라해보는 Unreal과 IoT 연계 및 개발 방법 소개.pdf오픈소스로 쉽게 따라해보는 Unreal과 IoT 연계 및 개발 방법 소개.pdf
오픈소스로 쉽게 따라해보는 Unreal과 IoT 연계 및 개발 방법 소개.pdfTae wook kang
 
Internet of Things
Internet of ThingsInternet of Things
Internet of ThingsDaeyoung Kim
 
[1C6]오픈소스 하드웨어 플랫폼과 Node.js로 구현하는 IoT 플랫폼
[1C6]오픈소스 하드웨어 플랫폼과 Node.js로 구현하는 IoT 플랫폼[1C6]오픈소스 하드웨어 플랫폼과 Node.js로 구현하는 IoT 플랫폼
[1C6]오픈소스 하드웨어 플랫폼과 Node.js로 구현하는 IoT 플랫폼NAVER D2
 
Mtos Cumulocity IoT Platform with Dell Edge Computing
Mtos Cumulocity IoT Platform with Dell Edge ComputingMtos Cumulocity IoT Platform with Dell Edge Computing
Mtos Cumulocity IoT Platform with Dell Edge Computing카페매니저 심경준
 
magicEco recruiting (서버개발자/하드웨어개발자/디자이너 모집)
magicEco recruiting (서버개발자/하드웨어개발자/디자이너 모집)magicEco recruiting (서버개발자/하드웨어개발자/디자이너 모집)
magicEco recruiting (서버개발자/하드웨어개발자/디자이너 모집)Hugh Choi 최형욱
 
IoT era and convergence security sangsujeon
IoT era and convergence security sangsujeonIoT era and convergence security sangsujeon
IoT era and convergence security sangsujeonSangSu Jeon
 
2020.07.14 PWJ SunTechI IoT 소개자료 (최종) (2).pptx
2020.07.14 PWJ SunTechI IoT 소개자료 (최종) (2).pptx2020.07.14 PWJ SunTechI IoT 소개자료 (최종) (2).pptx
2020.07.14 PWJ SunTechI IoT 소개자료 (최종) (2).pptxRinandarMuslimin
 

Similar to 20140219 techdays mini 앱 개발 세미나(4) (20)

Mqtt 소개
Mqtt 소개Mqtt 소개
Mqtt 소개
 
[Td 2015]라즈베리파이에 windows 10 io t core 맛있게 발라 먹기(유정현)
[Td 2015]라즈베리파이에 windows 10 io t core 맛있게 발라 먹기(유정현)[Td 2015]라즈베리파이에 windows 10 io t core 맛있게 발라 먹기(유정현)
[Td 2015]라즈베리파이에 windows 10 io t core 맛있게 발라 먹기(유정현)
 
Open plc 솔루션 소개 0719
Open plc 솔루션 소개 0719Open plc 솔루션 소개 0719
Open plc 솔루션 소개 0719
 
Intel 2014 Business Review & IoT Tech Leadership
Intel 2014 Business Review & IoT Tech LeadershipIntel 2014 Business Review & IoT Tech Leadership
Intel 2014 Business Review & IoT Tech Leadership
 
라즈베리파이로 보일러 제어하기
라즈베리파이로 보일러 제어하기라즈베리파이로 보일러 제어하기
라즈베리파이로 보일러 제어하기
 
The Bible of IoTs
The Bible of IoTsThe Bible of IoTs
The Bible of IoTs
 
[2014 PAG 비즈니스 플랫폼데이] IoT 비즈니스 스타트업을 위한 IBM Bluemix
[2014 PAG 비즈니스 플랫폼데이] IoT 비즈니스 스타트업을 위한 IBM Bluemix[2014 PAG 비즈니스 플랫폼데이] IoT 비즈니스 스타트업을 위한 IBM Bluemix
[2014 PAG 비즈니스 플랫폼데이] IoT 비즈니스 스타트업을 위한 IBM Bluemix
 
아이씨엔 매거진- May 2012. Industrial Communication Network MAGAZINE
아이씨엔 매거진- May 2012. Industrial Communication Network MAGAZINE아이씨엔 매거진- May 2012. Industrial Communication Network MAGAZINE
아이씨엔 매거진- May 2012. Industrial Communication Network MAGAZINE
 
ARTIK 710 IoT class
ARTIK 710 IoT class ARTIK 710 IoT class
ARTIK 710 IoT class
 
Intuitive Understanding of Arduino for IoT
Intuitive Understanding of Arduino for IoTIntuitive Understanding of Arduino for IoT
Intuitive Understanding of Arduino for IoT
 
Meteor IoT
Meteor IoTMeteor IoT
Meteor IoT
 
아이씨엔 매거진- June 2013. Industrial Communication Network MAGAZINE
아이씨엔 매거진- June 2013. Industrial Communication Network MAGAZINE아이씨엔 매거진- June 2013. Industrial Communication Network MAGAZINE
아이씨엔 매거진- June 2013. Industrial Communication Network MAGAZINE
 
RAD스튜디오 100% 활용하기 - 최신 기술 적용과 확장
RAD스튜디오 100% 활용하기 - 최신 기술 적용과 확장RAD스튜디오 100% 활용하기 - 최신 기술 적용과 확장
RAD스튜디오 100% 활용하기 - 최신 기술 적용과 확장
 
오픈소스로 쉽게 따라해보는 Unreal과 IoT 연계 및 개발 방법 소개.pdf
오픈소스로 쉽게 따라해보는 Unreal과 IoT 연계 및 개발 방법 소개.pdf오픈소스로 쉽게 따라해보는 Unreal과 IoT 연계 및 개발 방법 소개.pdf
오픈소스로 쉽게 따라해보는 Unreal과 IoT 연계 및 개발 방법 소개.pdf
 
Internet of Things
Internet of ThingsInternet of Things
Internet of Things
 
[1C6]오픈소스 하드웨어 플랫폼과 Node.js로 구현하는 IoT 플랫폼
[1C6]오픈소스 하드웨어 플랫폼과 Node.js로 구현하는 IoT 플랫폼[1C6]오픈소스 하드웨어 플랫폼과 Node.js로 구현하는 IoT 플랫폼
[1C6]오픈소스 하드웨어 플랫폼과 Node.js로 구현하는 IoT 플랫폼
 
Mtos Cumulocity IoT Platform with Dell Edge Computing
Mtos Cumulocity IoT Platform with Dell Edge ComputingMtos Cumulocity IoT Platform with Dell Edge Computing
Mtos Cumulocity IoT Platform with Dell Edge Computing
 
magicEco recruiting (서버개발자/하드웨어개발자/디자이너 모집)
magicEco recruiting (서버개발자/하드웨어개발자/디자이너 모집)magicEco recruiting (서버개발자/하드웨어개발자/디자이너 모집)
magicEco recruiting (서버개발자/하드웨어개발자/디자이너 모집)
 
IoT era and convergence security sangsujeon
IoT era and convergence security sangsujeonIoT era and convergence security sangsujeon
IoT era and convergence security sangsujeon
 
2020.07.14 PWJ SunTechI IoT 소개자료 (최종) (2).pptx
2020.07.14 PWJ SunTechI IoT 소개자료 (최종) (2).pptx2020.07.14 PWJ SunTechI IoT 소개자료 (최종) (2).pptx
2020.07.14 PWJ SunTechI IoT 소개자료 (최종) (2).pptx
 

More from 영욱 김

20170701 microsoft 오픈소스의 종류와 활용법
20170701 microsoft 오픈소스의 종류와 활용법20170701 microsoft 오픈소스의 종류와 활용법
20170701 microsoft 오픈소스의 종류와 활용법영욱 김
 
20160511 Azure Datacenter
20160511 Azure Datacenter20160511 Azure Datacenter
20160511 Azure Datacenter영욱 김
 
20160511 azure를 기반으로한 인공지능 io t 생태계 구축 전략
20160511 azure를 기반으로한 인공지능 io t 생태계 구축 전략20160511 azure를 기반으로한 인공지능 io t 생태계 구축 전략
20160511 azure를 기반으로한 인공지능 io t 생태계 구축 전략영욱 김
 
20160412 이미테이션 게임과 it기업들의 인공지능
20160412 이미테이션 게임과 it기업들의 인공지능20160412 이미테이션 게임과 it기업들의 인공지능
20160412 이미테이션 게임과 it기업들의 인공지능영욱 김
 
20160409 서브라임텍스트 대신 visual studio code로 만들어 보는 웹 환경
20160409 서브라임텍스트 대신 visual studio code로 만들어 보는 웹 환경20160409 서브라임텍스트 대신 visual studio code로 만들어 보는 웹 환경
20160409 서브라임텍스트 대신 visual studio code로 만들어 보는 웹 환경영욱 김
 
20160408 smart farm
20160408 smart farm20160408 smart farm
20160408 smart farm영욱 김
 
20151117 IoT를 위한 서비스 구성과 개발
20151117 IoT를 위한 서비스 구성과 개발20151117 IoT를 위한 서비스 구성과 개발
20151117 IoT를 위한 서비스 구성과 개발영욱 김
 
20150728 100분만에 배우는 windows 10 앱 개발
20150728 100분만에 배우는 windows 10 앱 개발20150728 100분만에 배우는 windows 10 앱 개발
20150728 100분만에 배우는 windows 10 앱 개발영욱 김
 
20150912 windows 10 앱 tips tricks
20150912 windows 10 앱 tips  tricks20150912 windows 10 앱 tips  tricks
20150912 windows 10 앱 tips tricks영욱 김
 
20150912 IoT 디바이스를 위한 windows 10 iot core 입문
20150912 IoT 디바이스를 위한 windows 10 iot core 입문20150912 IoT 디바이스를 위한 windows 10 iot core 입문
20150912 IoT 디바이스를 위한 windows 10 iot core 입문영욱 김
 
20150912 Adaptive UI 권영철
20150912 Adaptive UI 권영철20150912 Adaptive UI 권영철
20150912 Adaptive UI 권영철영욱 김
 
201500912 Hello Windows 10
201500912 Hello Windows 10201500912 Hello Windows 10
201500912 Hello Windows 10영욱 김
 
4시간만에 따라해보는 Windows 10 앱 개발 샘플코드
4시간만에 따라해보는 Windows 10 앱 개발 샘플코드4시간만에 따라해보는 Windows 10 앱 개발 샘플코드
4시간만에 따라해보는 Windows 10 앱 개발 샘플코드영욱 김
 
20150812 4시간만에 따라해보는 windows 10 앱 개발
20150812  4시간만에 따라해보는 windows 10 앱 개발20150812  4시간만에 따라해보는 windows 10 앱 개발
20150812 4시간만에 따라해보는 windows 10 앱 개발영욱 김
 
Arduino Coding
Arduino CodingArduino Coding
Arduino Coding영욱 김
 
C Language For Arduino
C Language For ArduinoC Language For Arduino
C Language For Arduino영욱 김
 
IoT Devices And Arduino
IoT Devices And ArduinoIoT Devices And Arduino
IoT Devices And Arduino영욱 김
 
20150212 사례로보는 Microsoft IoT와 서비스 개발
20150212 사례로보는 Microsoft IoT와 서비스 개발20150212 사례로보는 Microsoft IoT와 서비스 개발
20150212 사례로보는 Microsoft IoT와 서비스 개발영욱 김
 
20150207 Node.js on Azure - MeltingPot seminar in Busan
20150207 Node.js on Azure - MeltingPot seminar in Busan20150207 Node.js on Azure - MeltingPot seminar in Busan
20150207 Node.js on Azure - MeltingPot seminar in Busan영욱 김
 
크로스 플랫폼 기술과 오픈소스로 진화하는 Microsoft의 개발자 생태게
크로스 플랫폼 기술과 오픈소스로 진화하는 Microsoft의 개발자 생태게 크로스 플랫폼 기술과 오픈소스로 진화하는 Microsoft의 개발자 생태게
크로스 플랫폼 기술과 오픈소스로 진화하는 Microsoft의 개발자 생태게 영욱 김
 

More from 영욱 김 (20)

20170701 microsoft 오픈소스의 종류와 활용법
20170701 microsoft 오픈소스의 종류와 활용법20170701 microsoft 오픈소스의 종류와 활용법
20170701 microsoft 오픈소스의 종류와 활용법
 
20160511 Azure Datacenter
20160511 Azure Datacenter20160511 Azure Datacenter
20160511 Azure Datacenter
 
20160511 azure를 기반으로한 인공지능 io t 생태계 구축 전략
20160511 azure를 기반으로한 인공지능 io t 생태계 구축 전략20160511 azure를 기반으로한 인공지능 io t 생태계 구축 전략
20160511 azure를 기반으로한 인공지능 io t 생태계 구축 전략
 
20160412 이미테이션 게임과 it기업들의 인공지능
20160412 이미테이션 게임과 it기업들의 인공지능20160412 이미테이션 게임과 it기업들의 인공지능
20160412 이미테이션 게임과 it기업들의 인공지능
 
20160409 서브라임텍스트 대신 visual studio code로 만들어 보는 웹 환경
20160409 서브라임텍스트 대신 visual studio code로 만들어 보는 웹 환경20160409 서브라임텍스트 대신 visual studio code로 만들어 보는 웹 환경
20160409 서브라임텍스트 대신 visual studio code로 만들어 보는 웹 환경
 
20160408 smart farm
20160408 smart farm20160408 smart farm
20160408 smart farm
 
20151117 IoT를 위한 서비스 구성과 개발
20151117 IoT를 위한 서비스 구성과 개발20151117 IoT를 위한 서비스 구성과 개발
20151117 IoT를 위한 서비스 구성과 개발
 
20150728 100분만에 배우는 windows 10 앱 개발
20150728 100분만에 배우는 windows 10 앱 개발20150728 100분만에 배우는 windows 10 앱 개발
20150728 100분만에 배우는 windows 10 앱 개발
 
20150912 windows 10 앱 tips tricks
20150912 windows 10 앱 tips  tricks20150912 windows 10 앱 tips  tricks
20150912 windows 10 앱 tips tricks
 
20150912 IoT 디바이스를 위한 windows 10 iot core 입문
20150912 IoT 디바이스를 위한 windows 10 iot core 입문20150912 IoT 디바이스를 위한 windows 10 iot core 입문
20150912 IoT 디바이스를 위한 windows 10 iot core 입문
 
20150912 Adaptive UI 권영철
20150912 Adaptive UI 권영철20150912 Adaptive UI 권영철
20150912 Adaptive UI 권영철
 
201500912 Hello Windows 10
201500912 Hello Windows 10201500912 Hello Windows 10
201500912 Hello Windows 10
 
4시간만에 따라해보는 Windows 10 앱 개발 샘플코드
4시간만에 따라해보는 Windows 10 앱 개발 샘플코드4시간만에 따라해보는 Windows 10 앱 개발 샘플코드
4시간만에 따라해보는 Windows 10 앱 개발 샘플코드
 
20150812 4시간만에 따라해보는 windows 10 앱 개발
20150812  4시간만에 따라해보는 windows 10 앱 개발20150812  4시간만에 따라해보는 windows 10 앱 개발
20150812 4시간만에 따라해보는 windows 10 앱 개발
 
Arduino Coding
Arduino CodingArduino Coding
Arduino Coding
 
C Language For Arduino
C Language For ArduinoC Language For Arduino
C Language For Arduino
 
IoT Devices And Arduino
IoT Devices And ArduinoIoT Devices And Arduino
IoT Devices And Arduino
 
20150212 사례로보는 Microsoft IoT와 서비스 개발
20150212 사례로보는 Microsoft IoT와 서비스 개발20150212 사례로보는 Microsoft IoT와 서비스 개발
20150212 사례로보는 Microsoft IoT와 서비스 개발
 
20150207 Node.js on Azure - MeltingPot seminar in Busan
20150207 Node.js on Azure - MeltingPot seminar in Busan20150207 Node.js on Azure - MeltingPot seminar in Busan
20150207 Node.js on Azure - MeltingPot seminar in Busan
 
크로스 플랫폼 기술과 오픈소스로 진화하는 Microsoft의 개발자 생태게
크로스 플랫폼 기술과 오픈소스로 진화하는 Microsoft의 개발자 생태게 크로스 플랫폼 기술과 오픈소스로 진화하는 Microsoft의 개발자 생태게
크로스 플랫폼 기술과 오픈소스로 진화하는 Microsoft의 개발자 생태게
 

20140219 techdays mini 앱 개발 세미나(4)

Editor's Notes

  1. Component costs are projected to reduce drastically by 2016Controller and connectivity costs are projected to drop by ~50% of the 2010 costsSensor costs are projected to reduce between 20% - 50%More sensors are being integrated on a single chip to reduce power, cost and physical sizeLow-cost connectivity chips for WiFi, Zigbee, 6LoWPAN and Bluetooth Low Energy are widely availableTI’s WiFi chip module is priced at $10 for a quantity of 1000 chipshttp://www.dragoninnovation.com/projects
  2. In addition, we’ve added significant new capabilities in Windows 8.1, all accessible to Windows Store app developersCapabilities like Point of Sale/Service device integration, Bluetooth, USB and WiFi direct.We’ve added WebGL for HTML/JS apps, and 3d printing accessible to any Windows Store appWe’ve added new Contacts and Appointments APIs to enable better integration with those things that make the device and your apps more personal.And much moreNew APIs are in blue (examples: Point of Service, USB, Diagnostics, PDF, etc.)