일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 프리미어
- 22ww.tistory.com
- fusion360
- 3D프린팅
- 3D 모델링
- 구루미 고객센터
- 3d
- seoulmysoul
- 레이저커팅
- 구루미비즈
- micro-bit
- 구루미biz
- 3dmodeling
- 3D modeling
- 무드등
- FUSION 360
- 구루미 장애사항
- 3D모델링
- 3D PRINTING
- lasercutting
- 볼트 모델링
- 서울마이소울
- Premiere
- suno
- laserutting
- LayerCutting
- 3Dprinting
- 구루미biz(gooroomeebiz)
- ChatGPT
- BrainCar
- Today
- Total
목록Arduino (14)
CodingMaker
보호되어 있는 글입니다.
3.3v를 사용한다. 릴레이는 5V로 사용해야해서 동작을 하지 못한다. https://thingspeak.com/ IoT Analytics - ThingSpeak Internet of Things Weather Station This project shows how to build an Arduino-based weather station that sends data to ThingSpeak. Once the data is collected, MATLAB is used to view trends of the data, plot histograms of the data, calculate dew point from the raw temperature thingspeak.com https://github.c..
가변저항값 확인하기 1 2 3 4 5 6 7 8 9 void setup() { Serial.begin(9600); } void loop() { Serial.println(analogRead(A0)); //delay(100); } I2C 통신 https://m.blog.naver.com/darknisia/220669400101 I2C 주소 스캔하기 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 32 33 34 35 36 37 38 39 40 41 42 void setup() { Wire.begin(); Serial.begin(9600); while (!Serial); // Leonardo: wait fo..
1 버튼 센서 제어하기 2 가변저항 제어하기, 도트 매트릭스 제어하기 3 LCD 제어하기 4 팀 프로젝트 기획, 제작하기 5 제작 및 발표 버튼(tact switch, 푸시버튼) - 버튼을 누르면 두 개의 접촉부분을 연결시켜 전기를 흐르게 하는 부품 - 다리가 4개인 스위치는 같은 면에 있는 두 핀 또는 대각선의 두 핀을 사용한다. Pull down(풀다운) 1 2 3 4 5 6 7 8 9 10 void setup() { pinMode(8,INPUT); pinMode(13,OUTPUT); Serial.begin(9600); } void loop() { Serial.println(digitalRead(8)); digitalWrite(13,!digitalRead(8)); } 플로팅 상태 값을 다운 시킨다 버..
보호되어 있는 글입니다.
Oled 와 NodeMCU Fritzing 파일 .fzz inkscape 프로그램의 폰트와 샘플 Adafruit-1 Adafruit-2 Adafruit-3 Adafruit Arduino.fzbz Adafruit Batteries.fzbz Adafruit Raspberry Pi.fzbz AdaGators.fzbz CircuitPlayground.fzbz Raspberry Pi (Model B).fzbz LPD8806 RGB LED Strip.fzbz CodingMaker-1 fd
샤오미 필터 12000~25000 가격대 다양 http://shopping.interpark.com/product/productInfo.do?prdNo=6391263954&gclid=CjwKCAjw67XpBRBqEiwA5RCocejgKzu38U7xHEr1uWukEmCdhf-dCFQjHl35iz74Vh_Ba-c_8VPzShoC64IQAvD_BwE 샤오미 공기청정기 호환용 필터 모음전 샤오미 공기청정기 호환용 필터 모음전 shopping.interpark.com 팬 12,000 http://www.evercool.org/shop/step1.php?number=3176&b_code=B20111026034627 에버쿨 방문을 환영합니다. WELCOME TO EVERCOOL dreamweb www.evercool..
보호되어 있는 글입니다.
보호되어 있는 글입니다.
IoT(Internet of Things)인터넷 연결 주체가 PC, 스마트폰을 거쳐, 다양한 사물로 확장Web Mobile IoT IoT 기술 산업의 특징IoT는 임베디드, 모바일, 웹 기술이 모두 융합되어 그 위에 사용자를위한 서비스가 탑재된 개념임베디드, 모바일, 클라우드+ 서비스 = 새로운 형태의 IoT기방 제품 다양한 IoT 제품의 등장다양한 산업군에 다양한 서비스 제품이 등장하고 있음나이키fuel band Sphero NestAR Drone Hue WeMo ICT 기술 특징메가트렌드 기술은 하이퍼서클 곡선을 따름 기술과 시장사례1. 인터넷 기술의 등장과 성장 (1997~현재)사례2 . KBS 다큐1메이커 페어 -----------------Maker Movement 현황중국제조업 경쟁력 강화Io..