모든 공개 기록
아두위키 : Arduwiki에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2024년 3월 24일 (일) 11:35 ArduWiki 토론 기여님이 Infrared Human Body Motion Sensor(HC-SR501) 문서를 만들었습니다 (Created page with "{{#seo:|title=아두위키 : 아두이노 적외선 인체감지 모션센서(HC-SR501) 가이드|title_mode=append|keywords=아두이노, 정보과학, 메이커학습, 수행평가, 적외선 인체감지 모션센서(HC-SR501), 아두이노 작품, 캡스톤작품, 아두이노 예제코드|description=아두이노로 적외선 인체감지 모션센서(HC-SR501)를 제어하는 방법(기본정보, 회로, 예제 코드)을 소개합니다. 정보과학과 메이커...") 태그: 시각 편집
- 2024년 3월 24일 (일) 11:28 ArduWiki 토론 기여님이 RTC Module(DS1302) 문서를 만들었습니다 (Created page with "{{#seo:|title=아두위키 : 아두이노 RTC 모듈(DS1302) 가이드|title_mode=append|keywords=아두이노, 정보과학, 메이커학습, 수행평가, RTC 모듈(DS1302), 아두이노 작품, 캡스톤작품, 아두이노 예제코드|description=아두이노로 RTC 모듈(DS1302)을 제어하는 방법(기본정보, 회로, 예제 코드)을 소개합니다. 정보과학과 메이커수업에 활용가능합니다.}} File:Rtc모듈대표이미지.jpg|center|clas...") 태그: 시각 편집
- 2024년 3월 24일 (일) 10:56 ArduWiki 토론 기여님이 8x8 dot matrix(MAX7219) 문서를 만들었습니다 (Created page with "{{#seo:|title=아두위키 : 아두이노 8x8 도트매트릭스(8x8 dot matrix, MAX7219)|title_mode=append|keywords=아두이노, 정보과학, 메이커학습, 수행평가, 8x8 도트매트릭스, 아두이노 작품, 캡스톤작품, 아두이노 예제코드|description=아두이노로 8x8 도트매트릭스를 제어하는 방법(기본정보, 회로, 예제 코드)을 소개합니다. 정보과학과 메이커수업에 활용가능합니다. 8x8 도트매트릭스...") 태그: 시각 편집
- 2024년 3월 24일 (일) 10:48 ArduWiki 토론 기여님이 LED 5mm 문서를 만들었습니다 (Created page with "{{#seo:|title=아두위키 : 아두이노 LED 가이드|title_mode=append|keywords=아두이노, 정보과학, 메이커학습, 수행평가, LED, 아두이노 작품, 캡스톤작품, 아두이노 예제코드|description=아두이노로 LED를 제어하는 방법(기본정보, 회로, 예제 코드)를 소개합니다. 정보과학과 메이커수업에 활용가능합니다.}} center|class=coders100 Apply a constant voltage to emit l...") 태그: 시각 편집
- 2024년 3월 23일 (토) 17:13 ArduWiki 토론 기여님이 Temperature and Humidity Sensor(DHT11) 문서를 만들었습니다 (Created page with "center|class=coders100 This sensor measures ambient temperature and humidity, outputting the data as a digital signal. It utilizes a capacitive humidity sensor and a thermistor for measurements. == '''Specifications''' == * Operating Voltage: 3.3V ~ 5V * Measurement Range: Temperature (0°C ~ 50°C) / Humidity (20% ~ 90%) * Error Range: Temperature (±2°C) / Humidity (±5%) == '''Required Hardware''' == * DHT11 * Arduino == '''...") 태그: 시각 편집
- 2024년 3월 23일 (토) 17:05 ArduWiki 토론 기여님이 Water Level Sensor(DM446) 문서를 만들었습니다 (Created page with "center|class=coders100 This is a water level detection sensor that operates by being directly immersed in water. After use, it's essential to dry off any moisture on the sensor to ensure accurate measurements, as moisture can affect its performance. Care should be taken during use as the sensor's circuit part is not waterproof. == '''Specifications''' == * Operating Voltage: 5V * Analog Output == '''Required Hardware''' == *...") 태그: 시각 편집
- 2024년 3월 23일 (토) 17:01 ArduWiki 토론 기여님이 Tilt sensor(SW-520D) 문서를 만들었습니다 (Created page with "center|class=coders100 This sensor outputs a HIGH value when tilted. It is modularized, allowing for direct connection to an Arduino. The sensitivity of the tilt detection can be adjusted by manipulating the variable resistor on the product. == '''Specifications''' == * Operating Voltage: 3.3V ~ 5V == '''Required Hardware''' == * Tilt sensor * Arduino UNO * UNO Cable * M-F Cable (3 pieces) == '''Connection''' == Can be connec...") 태그: 시각 편집
- 2024년 3월 23일 (토) 16:52 ArduWiki 토론 기여님이 HC-06 Bluetooth Module 문서를 만들었습니다 (Created page with "center|class=coders100 This is a module equipped with Bluetooth functionality. It uses Bluetooth 2.0, which may present issues when used with iOS (Apple products). Testing with an iPhone 13, it was found that while messages from the iPhone to the HC-06 were displayed on the Serial Monitor, the reverse was not true, indicating an issue with operation in that direction. There are models that can switch between Master and Slave roles and...") 태그: 시각 편집
- 2024년 3월 23일 (토) 16:35 ArduWiki 토론 기여님이 NeoPixel(WS2812) 문서를 만들었습니다 (Created page with "center|class=coders100 하나의 led로 RGB값을 조절하여 여러 색을 표현할 수 있는 LED입니다. 또한 컨트롤러로 각 led를 개별적으로 제어 가능합니다. 본문에서는 원형(LED 7개), 직선형(LED 8개) 두 모델을 사용하였습니다. 단자는 총 6개 혹은 8개이며 6개의 경우 (IN, VCC 2개, GND 2개, OUT)이며 8개의 경우는 기존 6개 단자에 GND 2개가 추가된...") 태그: 시각 편집
- 2024년 3월 23일 (토) 16:30 ArduWiki 토론 기여님이 Potentiometer 문서를 만들었습니다 (Created page with "{{#seo:|title=아두위키 : 아두이노 가변 저항(Potentiometer) 가이드|title_mode=append|keywords=아두이노, 정보과학, 메이커학습, 수행평가, 가변 저항(Potentiometer), 아두이노 작품, 캡스톤작품, 아두이노 예제코드|description=아두이노로 가변 저항(Potentiometer)를 활용하는 방법(기본정보, 회로, 예제 코드)을 소개합니다. 정보과학과 메이커수업에 활용가능합니다.}} 파일:가변...") 태그: 시각 편집
- 2024년 3월 23일 (토) 16:26 ArduWiki 토론 기여님이 HM-10 Bluetooth Module 문서를 만들었습니다 (Created page with "center|class=coders100 This module is equipped with Bluetooth functionality. It can also be used as a beacon. == Specifications == * Operating Voltage: 5V * Bluetooth Version: 4.0 * Default Name: HMSoft * Default Baud Rate (Serial Connection): 9600 == Required Hardware == * HM-10 * Arduino UNO * UNO Cable * F-M Cable (4 pieces) == Connection == TXD and RXD can be connected to any digital pin on the UNO board as desired (in this...") 태그: 시각 편집: 전환됨
- 2024년 3월 23일 (토) 16:16 ArduWiki 토론 기여님이 3-Color Traffic Light LED 문서를 만들었습니다 (Created page with " center|class=coders100 This is a module using three LEDs in the form of a traffic light: Red, Yellow, and Green. == Specifications == * Operating Voltage: 5V * Operating Current: 20mA for each LED == Required Hardware == * 3-Color Traffic Light LED module * Arduino UNO * UNO Cable * F-M Cable (4 pieces) == Connection == For the RYG terminals, you can set any pin number you want as OUTPUT to use. {| class="wikitable" |+ !...") 태그: 시각 편집: 전환됨
- 2024년 3월 23일 (토) 15:53 ArduWiki 토론 기여님이 ArduinoLibraries 문서를 삭제했습니다 (content was: "This article is written for the Arduino IDE 2.x version. == Libraries == A collection of pre-written code, classes, and data, modularized for easy use of specific functions. === Structure === # examples folder: Examples of using the library # .cpp files: Source code files # .h files: Header files # Others (keyword files, Readme, etc.) === Example Usage (Controlling a se...", and the only contributor was "ArduWiki" (talk))
- 2024년 3월 23일 (토) 15:52 ArduWiki 토론 기여님이 Arduino Libraries 문서를 만들었습니다 (Created page with "This article is written for the Arduino IDE 2.x version. == Libraries == A collection of pre-written code, classes, and data, modularized for easy use of specific functions. === Structure === # examples folder: Examples of using the library # .cpp files: Source code files # .h files: Header files # Others (keyword files, Readme, etc.) === Example Usage (Controlling a servo motor from 0 to 180 degrees) === * Without using a library to control a servo motor <syntaxhig...") 태그: 시각 편집: 전환됨
- 2024년 3월 23일 (토) 15:51 ArduWiki 토론 기여님이 ArduinoLibraries 문서를 만들었습니다 (Created page with "This article is written for the Arduino IDE 2.x version. == Libraries == A collection of pre-written code, classes, and data, modularized for easy use of specific functions. === Structure === # examples folder: Examples of using the library # .cpp files: Source code files # .h files: Header files # Others (keyword files, Readme, etc.) === Example Usage (Controlling a servo motor from 0 to 180 degrees) === * Without using a library to control a servo motor <syntaxhig...") 태그: 시각 편집: 전환됨
- 2024년 3월 23일 (토) 15:36 ArduWiki 토론 기여님이 Arduino en 문서를 만들었습니다 (Created page with "== Arduino Sensor Guide == * LCD1602") 태그: 시각 편집
- 2024년 3월 23일 (토) 15:21 ArduWiki 토론 기여님이 LCD1602 en 문서를 만들었습니다 (Created page with "center|frameless center|frameless") 태그: 시각 편집
- 2024년 2월 8일 (목) 17:20 ArduWiki 토론 기여님이 3색 LED SMD 모듈 문서를 만들었습니다 (새 문서: {{#seo:|title=아두위키 : 아두이노 3색 LED SMD 모듈 가이드|title_mode=append|keywords=아두이노, 정보과학, 메이커학습, 수행평가, 3색 LED SMD 모듈, 아두이노 작품, 캡스톤작품, 아두이노 예제코드|description=아두이노로 3색 LED SMD 모듈을 제어하는 방법(기본정보, 회로, 예제 코드)을 소개합니다. 정보과학과 메이커수업에 활용가능합니다.}}777x777픽셀...) 태그: 시각 편집
- 2024년 2월 8일 (목) 17:17 ArduWiki 토론 기여님이 파일:Smd3led 회로.png 문서를 만들었습니다
- 2024년 2월 8일 (목) 17:17 ArduWiki 토론 기여님이 파일:Smd3led 회로.png 파일을 올렸습니다
- 2024년 2월 8일 (목) 17:16 ArduWiki 토론 기여님이 파일:3ledsmd 회로.png 문서를 만들었습니다
- 2024년 2월 8일 (목) 17:16 ArduWiki 토론 기여님이 파일:3ledsmd 회로.png 파일을 올렸습니다
- 2024년 2월 8일 (목) 17:14 ArduWiki 토론 기여님이 파일:Smd3led대표이미지.jpg 문서를 만들었습니다
- 2024년 2월 8일 (목) 17:14 ArduWiki 토론 기여님이 파일:Smd3led대표이미지.jpg 파일을 올렸습니다
- 2024년 2월 8일 (목) 17:05 ArduWiki 토론 기여님이 파일:Mq2 예제 라이브러리.png 문서를 만들었습니다
- 2024년 2월 8일 (목) 17:05 ArduWiki 토론 기여님이 파일:Mq2 예제 라이브러리.png 파일을 올렸습니다
- 2024년 2월 8일 (목) 17:03 ArduWiki 토론 기여님이 파일:Mq2 회로.png 문서를 만들었습니다
- 2024년 2월 8일 (목) 17:03 ArduWiki 토론 기여님이 파일:Mq2 회로.png 파일을 올렸습니다
- 2024년 2월 8일 (목) 17:00 ArduWiki 토론 기여님이 파일:Mq2 대표이미지.png 문서를 만들었습니다
- 2024년 2월 8일 (목) 17:00 ArduWiki 토론 기여님이 파일:Mq2 대표이미지.png 파일을 올렸습니다
- 2024년 2월 8일 (목) 16:49 ArduWiki 토론 기여님이 MQ-6 가스 센서 문서를 만들었습니다 (새 문서: {{#seo:|title=아두위키 : 아두이노 MQ-6 가스 센서 가이드|title_mode=append|keywords=아두이노, 정보과학, 메이커학습, 수행평가, MQ-6 가스 센서, 아두이노 작품, 캡스톤작품, 아두이노 예제코드|description=아두이노로 MQ-6 가스 센서를 제어하는 방법(기본정보, 회로, 예제 코드)을 소개합니다. 정보과학과 메이커수업에 활용가능합니다.}}945x945픽셀 LPG,...) 태그: 시각 편집
- 2024년 2월 8일 (목) 16:45 ArduWiki 토론 기여님이 파일:Mq6 예제 결과.png 문서를 만들었습니다
- 2024년 2월 8일 (목) 16:45 ArduWiki 토론 기여님이 파일:Mq6 예제 결과.png 파일을 올렸습니다
- 2024년 2월 8일 (목) 16:44 ArduWiki 토론 기여님이 파일:Mq6 예제 라이브러리.png 문서를 만들었습니다
- 2024년 2월 8일 (목) 16:44 ArduWiki 토론 기여님이 파일:Mq6 예제 라이브러리.png 파일을 올렸습니다
- 2024년 2월 8일 (목) 16:42 ArduWiki 토론 기여님이 파일:Mq6 회로.png 문서를 만들었습니다
- 2024년 2월 8일 (목) 16:41 ArduWiki 토론 기여님이 파일:Mq6 회로.png 파일을 올렸습니다
- 2024년 2월 8일 (목) 16:34 ArduWiki 토론 기여님이 파일:Mq6 대표이미지.png 문서를 만들었습니다
- 2024년 2월 8일 (목) 16:34 ArduWiki 토론 기여님이 파일:Mq6 대표이미지.png 파일을 올렸습니다
- 2024년 2월 8일 (목) 16:01 ArduWiki 토론 기여님이 아날로그 온도 감지 모듈 문서를 만들었습니다 (새 문서: {{#seo:|title=아두위키 : 아두이노 아날로그 온도 감지 모듈 가이드|title_mode=append|keywords=아두이노, 정보과학, 메이커학습, 수행평가, 아날로그 온도 감지 모듈, 아두이노 작품, 캡스톤작품, 아두이노 예제코드|description=아두이노로 아날로그 온도 감지 모듈을 제어하는 방법(기본정보, 회로, 예제 코드)을 소개합니다. 정보과학과 메이커수업에 활용가능합니다.}}파일:...) 태그: 시각 편집
- 2024년 2월 8일 (목) 16:00 ArduWiki 토론 기여님이 파일:아날로그 온도 결과.png 문서를 만들었습니다
- 2024년 2월 8일 (목) 16:00 ArduWiki 토론 기여님이 파일:아날로그 온도 결과.png 파일을 올렸습니다
- 2024년 2월 8일 (목) 15:57 ArduWiki 토론 기여님이 파일:아날로그 온도 회로.png 문서를 만들었습니다
- 2024년 2월 8일 (목) 15:57 ArduWiki 토론 기여님이 파일:아날로그 온도 회로.png 파일을 올렸습니다
- 2024년 2월 8일 (목) 15:54 ArduWiki 토론 기여님이 파일:아날로그출력온도대표이미지.jpg 문서를 만들었습니다
- 2024년 2월 8일 (목) 15:54 ArduWiki 토론 기여님이 파일:아날로그출력온도대표이미지.jpg 파일을 올렸습니다
- 2024년 2월 8일 (목) 14:17 ArduWiki 토론 기여님이 소리 감지 센서(KY-038) 문서를 만들었습니다 (새 문서: {{#seo:|title=아두위키 : 아두이노 소리 감지 센서(KY-038) 가이드|title_mode=append|keywords=아두이노, 정보과학, 메이커학습, 수행평가, 소리 감지 센서(KY-038), 아두이노 작품, 캡스톤작품, 아두이노 예제코드|description=아두이노로 소리 감지 센서(KY-038)를 제어하는 방법(기본정보, 회로, 예제 코드)을 소개합니다. 정보과학과 메이커수업에 활용가능합니다.}}파일:소리감지ky038...) 태그: 시각 편집
- 2024년 2월 8일 (목) 14:15 ArduWiki 토론 기여님이 파일:Ky038 회로.png 문서를 만들었습니다
- 2024년 2월 8일 (목) 14:15 ArduWiki 토론 기여님이 파일:Ky038 회로.png 파일을 올렸습니다
- 2024년 2월 8일 (목) 14:00 ArduWiki 토론 기여님이 파일:소리감지ky038대표이미지.jpg 문서를 만들었습니다