RTC(real time clock) The RTC is an i2c device, which means it uses 2 wires to to communicate. These two wires are used to set the time and retreive it. on the Arduino, the pins are 'fixed' to be Analog 4 and 5 for the built in i2c capability. This is a bit annoying since of course we want to have up to 6 analog inputs to read data and now we've lost two. There is a way to use other pins...howeve..
데이터 로거(data logger) 쉴드(shield) Original-link : https://learn.adafruit.com/adafruit-data-logger-shield/shield-overview Shield Overview LADY ADA The datalogger shield has a few things to make it an excellent way to track data Top Left - There's a real time clock (RTC) which has a chip, crystal, and backup battery for up to 7 years of timekeeping Middle Left - an on-board 3.3V regulator keeps the s..
온도 센서, TMP006, I2C 통신 (Temperature sensor, I2C Communication) 원본 출처 : https://learn.sparkfun.com/tutorials/tmp006-hookup-guide TMP006 Overview The TMP006 is a temperature sensor that can detect the temperature of an object without having to make direct contact with it. The sensor has a thermopile which absorbs infrared energy from the object. The thermopile is composed of several thermocouples i..
(2015.06.19)하단에 소스 코드 있음.Block No. = 1, PM0 = 200인 경우, PN에 따른 데이터 속성 변화 cDataTester DT1 = new cDataTester(); // DT1.h_TestData(); double[] BMs1 = {10, -10, 10, 10, -10, 10}; double[] BOs1 = {100, 10, 00, -10, -100, 100}; double[] PMs1 = {10000., 1000., 5000., 200.}; DT1.BMs = BMs1; DT1.BOs = BOs1; DT1.PM0 = 2000.; try{Thread.sleep(3000);}catch(Exception e){} DT1.PN = 0; DT1.BN = 1; // for(int tI..
#include #define ADC_ADDRESS 0x68 #define ADC_CONFIG 0XFC #define PIN_MUXINA 4 #define PIN_MUXINB 5 #define PIN_MUXINC 6 #define PIN_MUX0 7 #define PIN_MUX1 8 #define PIN_MUX2 9 #define PIN_RELAY 12 int CommandStatus = 0; int MuxNum = -1; int PortNum = -1; long ADCValue = -1; void setup() { Wire.begin(); Wire.beginTransmission(ADC_ADDRESS); Wire.write(ADC_CONFIG); Wire.endTransmission(); pinMode..
- Total
- Today
- Yesterday
- 아두이노
- DYOV
- 전압
- Hurdles
- 빌리칠드
- bilient
- 배프
- 허들
- 절연형
- BiliChild
- image
- Video
- 전류
- Innovation&Hurdles
- 빌리언트
- 심심풀이치매방지기
- Decorator
- BSC
- 티스토리챌린지
- 치매방지
- 오블완
- Innovations
- 둎
- arduino
- ServantClock
- 혁신과허들
- 혁신
- 심심풀이
- Innovations&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 |

