보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.

1. Configuring IDE(1) File > Preferences > Additional Boards Manager URLs: “https://dl.espressif.com/dl/package_esp32_index.json,http://arduino.esp8266.com/stable/package_esp8266com_index.json “ 2. Adding Board Searching for 'ESP8266' Install it 3. Configuring Board Select 'Generic ESP8266 Module' Select Port

일반적으로 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";..
- Total
- Today
- Yesterday
- Decorator
- Video
- 심심풀이
- 혁신
- 절연형
- 아두이노
- BSC
- 배프
- 치매방지
- 티스토리챌린지
- 오블완
- badp
- DYOV
- 허들
- 빌리언트
- 치매
- 심심풀이치매방지기
- 전압전류모니터링
- Innovations
- image
- 전류
- ServantClock
- bilient
- 둎
- 전압
- arduino
- Innovation&Hurdles
- Innovations&Hurdles
- 혁신과허들
- Hurdles
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |