보호되어 있는 글입니다.
보호되어 있는 글입니다.
일반적으로 Atmel사에서 제작하는 마이크로 컨트롤러는 ISP를 통해 프로그래밍. 최근 들어 ATMega128 또는 ATMega328 등 고급 8비트 마이크로 컨트롤러를 이용한 Arduino 시리즈가 메이커들 사이에서 많이 활용되고 있음. 저가, 경량의 마이크로 컨트롤러 시리즈인 ATTiny 시리즈는 특정한 용도에 활용 ICSP를 이용한 프로그래밍이 아닌 Arduino-UNO를 이용한 프로그램에 대해 설명하고자 함. ㅇ Arduino-UNO R3와 ATTiny45를 연결한 사진 ㅇ ATTiny45를 이용한 PWM 제어 - 프로세스 : 가변저항을 이용하여 ADC에 입력되는 전압을 가변, 센싱된 전압에 해당하는 PWM 출력 * 노란색 : PWM 출력 * 파란색 : ADC 입력 전압 - 90%인 경우 - 50..
Example source code for data logger #include #include #include "RTClib.h" #define cSDSelectionPin 10; RTC_DS1307 RTC; File hLogFile; void setup(){ Serial.begin(9600); Wire.begin(); if(!hRTC.begin()){ Serial.println("RTC is failes"); return; } pinMode(cSDSelectionPin, OUTPUT); if(!SD.begin(cSDSelectionPin)({ Serial.println("Card failed or NOT present"); return; } char tFileName[] = "USLOG00.txt";..
정의 : 주변 사물 또는 환경과의 상호작용을 형성하는 것을 용이하게 하려는 목적으로 만들어진 단일 보드 마이크로컨트롤러 패밀리 연혁 –2005년, 이탈리아에 있는 Ivrea사에서 Interaction Design Institute Ivrea라는 학생들을 위한 프로젝트에서 출발 –당시에는 학생들은 가격이 100달러인 “BASIC Stamp”를 사용, 당시로서는 고가 –“Arduino”라는 명칭은 Massimo Banzi 등 이 프로젝트의 설립자들이 자주 모였던 Ivrea사에 있는 바(bar) 이름에서 유래 –하드웨어는 8-bit Atmel AVR 마이크로컨트롤러에서 시작하여 32-bit Atmel ARM 마이크로컨트롤러까지 다양한 제품군 형성 –소프트웨어는 Java로 만들어진 Arduino IDE(Inte..
데이터 로거(data logger) SD Card The other half of the data logger shield is the SD card. The SD card is how we store long term data. While the Arduino chip has a permanent EEPROM storage, its only a couple hundred bytes - tiny compared to a 2 gig SD card. SD cards are so cheap and easy to get, its an obvious choice for long term storage so we use them for the shield. The shield kit doesn't come with..
보호되어 있는 글입니다.
- Total
- Today
- Yesterday
- 치매방지
- 치매
- image
- DYOV
- 혁신
- 아두이노
- bilient
- 혁신과허들
- badp
- 티스토리챌린지
- ServantClock
- 배프
- Innovations
- 절연형
- 심심풀이
- 허들
- arduino
- 전압
- 전류
- 심심풀이치매방지기
- Innovation&Hurdles
- Hurdles
- 전압전류모니터링
- 빌리언트
- 오블완
- Decorator
- Innovations&Hurdles
- Video
- 둎
- BSC
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |