Prototyping with PIC Microcontroller Third day: Communications 2009/02/13 Youmin Kim Digital Media Lab
Serial Communication UART IrDA USB Bluetooth RS232 MAX232
MAX232
PIC LED OSC Adaptor V5V MAX232
. Socket-12V Adapter 가 꽂힌다 v 전압을 5v 로 떨어뜨린다.. OSC- 클럭을 발생시킨 다.. PIC- 마이크로 컨트롤러.. LED-Light Emissive Diode.. MAX232-MAXIM 社 의 232Chip Serial Cable 을 통해 PC 로 전송
CASE 1: IPTV Remote
Bluetooth module PIC #1 PIC #2
CASE 2: PEER (ETRI Wearable) Database Controller Off-line data managing Bluetooth Comm. Viewer (Flash GUI) Controller Bluetooth Comm. WBSuDevices Viewer (Flash GUI) Controller Bluetooth Comm. Viewer application Controller Bluetooth Comm. BT comm. Apps’ database
Ideation: Automatic, but Digital Lamp
PIC LED Power Clock CDS MAX232PC
A Port / ADC Port oscillator B Port C Port UART 좌측 상단부터 1 번 핀 동그란 마크가 있음 Master Clear
Circuit schematic PIC16F73 CLK LED VCC (5V) (RB7) 20 10K resister 350Ω resister 19 CDS VCC (5V) 2 (AN0) 10K resister MAX 232 (RX, RC7)18 (TX, RC6)17 PC RX TX
Set_adc_channel() 함수로 지정된 ADC 포트의 값 을 읽어서 리턴한다. ADC 로 설정된 포트 중 어느 곳에서 값을 읽어 올 것인지를 결정
In the PC application, received values (e.g. 100, 123, …) if received_value < 128: the program shows “Light On!” else: the program shows “Light Off!”
Prototyping on Universal PCB & PC application (c#)
How to PC application in c#?
Question?
Assignment 3: Studio project suggestion