조도센서(SEN030101) 출처 : (SKU:SEN030101)亮度传感器 光敏电阻 光照传感器 배선 OUT - A0 VCC - 5V GND - GND 코드 void setup() { Serial.begin(9600); // 打开串口,设置波特率为9600 bps } void loop() { int val; val=analogRead(0); //传感器接于模拟口0 Serial.println(val,DEC);//从串口发送数据并换行 delay(100); }
HC-SR04 출처 : HC-SR04 초음파 거리센서 - 아두이노 Ultrasonic HC-SR04 library for Arduino IDE - GitHub 라이브러리 설치 Ultrasonic 폴더를 arduino\libraries 디렉토리에 복사 배선 코드 #include Ultrasonic ultrasonic(12,13); // (Trig PIN,Echo PIN) void setup() { // put your setup code here, to run once: Serial.begin(9600); } void loop() { // put your main code here, to run repeatedly: Serial.print(ultrasonic.Ranging(CM)); // CM or INC..
Speaker pHAT출처 : https://shop.pimoroni.com/products/speaker-phat Setting up pHAT DAC Pi VU Meter ( ALSA Plugin to display a VU meter on various Raspberry Pi add-ons ) Raspberry Pi Zero Streaming Airplay using Speaker pHAT - YouTube자동 설치 $ curl https://get.pimoroni.com/phatdac | bash Pi VU Meter 설치출처 : Pi VU Meter ( ALSA Plugin to display a VU meter on various Raspberry Pi add-ons ) $ git clone h..
댓글 테이블 생성 CREATE TABLE `main_board_reply` ( `seq` int(11) NOT NULL AUTO_INCREMENT, `main_seq` int(11), `title` varchar(11) DEFAULT NULL, `name` varchar(11) DEFAULT NULL, `date` date DEFAULT NULL, `count` int(11) DEFAULT NULL, `content` varchar(200) DEFAULT NULL, PRIMARY KEY (`seq`) ) MainBoardReply 클래스 생성 package com.iot.db.domain; import java.sql.Date; import bluexmas.util.DateUtils; import net..
출처 : IT 조각 모음: [java] spring3 + tiles3 설정 하기 iot-servlet.xml 내용추가(WebContent\WEB-INF\iot-servlet.xmll) /WEB-INF/tiles/tiles-layout.xml 타일즈 환경설정 파일 생성(WebContent\WEB-INF\tiles\tiles-layout.xmll) 레이아웃(web_layout.jsp) 파일 생성(WebContent\WEB-INF\tiles\web_layout.jsp) 상당 페이지(web_header.jsp) 파일 생성(WebContent\WEB-INF\tiles\web_header.jsp) 로그인사용자 : 로그아웃 회원 가입 하단 페이지(web_footer.jsp) 파일 생성(WebContent\WEB-IN..
Spring Security 출처 : 사랑이 고픈 프로그래머.. - 흔히 보게되는 절대 써먹을 수 없는 Spring Security의 초간단 셋팅 jjeong :: Spring Security login/logout 관련 글 web.xml 내용추가(WebContent\WEB-INF\web.xml) contextConfigLocation /WEB-INF/iot-datasource.xml /WEB-INF/iot-mybatis.xml /WEB-INF/iot-security.xml org.springframework.web.context.ContextLoaderListener springSecurityFilterChain org.springframework.web.filter.DelegatingFilterPro..
USB에 설치된 디바이스목록 확인 출처 : Yong Choi's IT Blog: Raspberry Pi에서 소리 입력 및 녹음하기 $ lsusb Bus 001 Device 006: ID 0d8c:013c C-Media Electronics, Inc. CM108 Audio Controller Bus 001 Device 005: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter Bus 001 Device 004: ID 24ae:2000 Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter Bus 001 Device 0..
- Total
- Today
- Yesterday
- 전예희
- 튜닝쇼 2008
- 일본여행
- oracle
- KOBA
- JavaScript
- sas2009
- 송주경
- ble
- koba2010
- NDK
- 지스타2007
- Java
- 동경
- Delphi Tip
- flex
- Xcode
- BPI-M4
- SAS
- ffmpeg
- Spring
- 레이싱모델 익스트림 포토 페스티벌
- android
- MySQL
- 서울오토살롱
- Spring MVC
- Linux
- ubuntu
- Mac
- Delphi
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |