Breathalyzer(음주 측정기)

이번 프로젝트는 알코올 측정 센서와 WIZwiki-W7500 보드를 이용한 음주 측정기다. 시스템 구성도 센서 – Seeedstudio 사의 grove – alcohol sensor Input voltage : 5V Working current : 120mA Detectable conentration : 20 ~ 1000ppm Schematic 목표 수정 Seeedstudio사의 알코올 센서는 몇 가지 단점들이 존재한다. 먼저 사용하기 전 예열이 필요하다. 스펙상으로는 최소 48시간 예열을 해야 된다고 […]

Read more "Breathalyzer(음주 측정기)"

지문인식 센서를 이용한 근태관리기

이번 프로젝트는 지문인식 센서와 NTP(Network Time Protocol)와 W7500의 Real Time Clock 그리고 TCP/IP를 이용하여 근태관리기다. 1. 시스템 구성도   2. 지문인식 센서 모듈 모델명 : GT-511C3 CPU : ARM Cortex-M3(Holtek HT32F2755) 최대 지문 저장 개수 : 200 통신 방식 : UART 센서 관리를 위한 Window용 프로그램 제공   3. 지문 등록 방법 Window program 이용 […]

Read more "지문인식 센서를 이용한 근태관리기"

mbed와 WIZwiki-W7500을 이용하여 HTTP Server 구현하기

1. 예제 프로그램 설명 이 예제는 간단하게 WIZwiki-W7500에 있는 RGB LED 컨트롤 예제이다. 다른 예제는 포함되어 있지 않으며 지속적으로 업데이트 할 예정이다.   index.html은 위와 같으며 한글이 잘 나오며 이미지도 잘 나오는 것을 확인 할 수 있다. LED Control Example은 별도의 html링크이며 이 페이지를 이용하여 LED를 컨트롤 하게 된다. LED control page이며 각 색을 on/off […]

Read more "mbed와 WIZwiki-W7500을 이용하여 HTTP Server 구현하기"

WIZwiki-W7500 보드 활용 IoT 구현하기 – httpServer 구현하기(with Keil Compiler)

목차 1. 개발 환경 구축 2. HTTP Server library 구성도 3. Web을 이용한 LED Control 예제 1. 개발 환경 구축 uVision 설치하기 mbed serial driver 설치하기 Library 및 example project 다운로드 CMSIS-DAP Debugger 사용하기  2. HTTP Server library 구성도 3. Web을 이용한 LED Control 예제 LED pinout Main 함수 설명 – Define 설명 – 변수 […]

Read more "WIZwiki-W7500 보드 활용 IoT 구현하기 – httpServer 구현하기(with Keil Compiler)"

My Experimental Doorbell

Originally posted on cranklin.com:
My doorbell is old… it’s ugly… it’s disconnected… it deserves an upgrade. (It says “live better electrically”. What is this? The ’60’s?) So I went on amazon.com to browse through doorbells, but I was a little disappointed. Something bothers me about their selection of doorbells. They’re archaic. Yes. I want…

Read more "My Experimental Doorbell"

Bonjour/Zeroconf with Arduino

This post implemented Bonjour with Arduino. Bonjour is Apple’s implementation of Zero-configuration networking(Zeroconf) Zero-configuration networking(zeroconf) is a set of technologies that automatically creates a usable computer network based on the TCP/IP when computers or network peripherals are interconnected. Zeroconf is built on three core technologies: assignment of numeric network addresses for networked devices, automatic distribution […]

Read more "Bonjour/Zeroconf with Arduino"

W5500으로 이더넷 구현하기 (목차)

W5500으로 이더넷 구현하기 목차 W5500 란? 소개 Network 4 Layer Host Interface (SPI) FDM VDM ioLibrary Protocols W5500-EVB 소개 및 특징 개발 환경 구축 LPCXpresso 설치 Flash Magic 설치 신규 프로젝트 생성 방법 W5500 드라이버 포팅 W5500-EVB W5500 Interface (SPI) W5500 Driver Import 초기화 함수 구현 W5500 초기화 Flow MCU Interface 초기화 함수 Call Back […]

Read more "W5500으로 이더넷 구현하기 (목차)"

3. W5500으로 이더넷 구현하기 (Echo Server)

W5500으로 이더넷 구현하기 목차 개발 환경 구축 LPCXpresso 설치 Flash Magic 설치 신규 프로젝트 생성 방법 W5500 드라이버 포팅 W5500-EVB W5500 Interface (SPI) W5500 Driver Import 초기화 함수 구현 W5500 초기화 Flow MCU Interface 초기화 함수 Call Back 함수 구현 W5500 Chip 초기화 함수 Network 설정 함수 Main 함수 구현 Firmware 적용 및 테스트 Echo-Server […]

Read more "3. W5500으로 이더넷 구현하기 (Echo Server)"

2. W5500으로 임베디드 이더넷 구현하기(드라이버 포팅)

W5500으로 이더넷 구현하기 목차 개발 환경 구축 LPCXpresso 설치 Flash Magic 설치 신규 프로젝트 생성 방법 W5500 드라이버 포팅 W5500-EVB W5500 Interface (SPI) W5500 Driver Import 초기화 함수 구현 W5500 초기화 Flow MCU Interface 초기화 함수 Call Back 함수 구현 W5500 Chip 초기화 함수 Network 설정 함수 Main 함수 구현 Firmware 적용 및 테스트 Echo-Server […]

Read more "2. W5500으로 임베디드 이더넷 구현하기(드라이버 포팅)"