차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
tech:arduino [2021/07/02 22:07] – [Arduino pro micro] 192.168.0.1tech:arduino [2023/07/28 23:57] (현재) V_L
줄 24: 줄 24:
 [[nRF24L01]] [[nRF24L01]]
  
 +
 +
 +
 +
 +===== 예제=====
 +
 +https://www.instructables.com/Arduino-Button-with-no-resistor/
  
 =====모델===== =====모델=====
줄 35: 줄 42:
  
 {{:tech:arduino_3603.png}} {{:tech:arduino_3603.png}}
 +{{:tech:arduino_3445.png}}
  
-=====i2c===== 
  
-https://ko.aliexpress.com/item/32695790661.html?spm=a2g0s.9042311.0.0.12084c4doL5u32+https://learn.sparkfun.com/tutorials/pro-micro--fio-v3-hookup-guide/troubleshooting-and-faq
  
 +"C:\Program Files\Arduino\hardware\tools\avr\bin\avrdude.exe" -CC:"\Program Files\Arduino\hardware\tools\avr\etc\avrdude.conf" -v -patmega32u4 -cavr109 -PCOM14 -b57600 -D -Uflash:w:C:\Users\dryoo\AppData\Local\Temp\Arduino\sketches\4F7EB36F9E14619B57DB4B6E700F28BD\Blink.ino.hex:i
 +=====1306 i2c=====
 + 
 +
 +주소가 
 +> #define SCREEN_ADDRESS 0x3C
 +
 +> If using an earlier version of the Arduino IDE (pre-1.8.10), locate and install Adafruit_BusIO (newer versions handle this prerequisite automatically).
 +
 +
 +[[https://randomnerdtutorials.com/guide-for-oled-display-with-arduino/|예제와 설명(영문)]]
 +====DHT11====
 +
 +{{:tech:arduino_4821.png}}
 +
 +핀은 정면에서 보았을 때 순서대로
 +VCC, OUT, NC, GND 의 핀을 가지고 있다. *NC 는 not connect 라 하여 연결하지 않음.
 =====xinput===== =====xinput=====
  
줄 48: 줄 72:
 https://github.com/per1234/MouseTo https://github.com/per1234/MouseTo
  
 +[[https://www.stefanjones.ca/blog/arduino-leonardo-remote-multimedia-keys/|아두이노로 멀티미디어키 제어]]
 +[[https://forum.arduino.cc/t/leonardo-modifier-key-for-print-screen-button/117247/20|PRTsc 누르는법]]
 +
 +=====부품=====
 +
 +====빛====
 +
 +[[HC-SR501]]