차이

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

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
tech:arduino [2016/12/28 10:38] V_Ltech:arduino [2023/07/28 23:57] (현재) V_L
줄 1: 줄 1:
-{{tag>arduino}} +{{tag>아두이노 마이크로보드 arduino}} 
-====== Arduino ====== +====== Arduino™ ====== 
-{{INLINETOC}}+  
 + 
 +아두이노 진영은 두 개로 분리되어 있다.  
 + 
 +미국에서는 Arduino™을 http://Arduino.cc가 가지고 있지만, 그 밖의 지역은 http://Arduino.org 가 갖고 있다. 그래서 http://Arduino.cc가 미국 밖으로 물건을 팔 때에는  
 +Genuino라는 이름으로 판다. ([[https://www.quora.com/What-is-the-difference-between-Arduino-Uno-and-Genuino-Uno|출처]]) 
 + 
 + 
  
  
줄 13: 줄 20:
  
 http://html5gamepad.com/ http://html5gamepad.com/
 +
 +
 +[[nRF24L01]]
 +
 +
 +
 +
 +
 +===== 예제=====
 +
 +https://www.instructables.com/Arduino-Button-with-no-resistor/
 +
 +=====모델=====
 +
 +====sparkfun pro micro====
 +https://learn.sparkfun.com/tutorials/pro-micro--fio-v3-hookup-guide
 +
 +Leonardo 와 같다. 
 +
 +LED는 17번 
 +
 +{{:tech:arduino_3603.png}}
 +{{:tech:arduino_3445.png}}
 +
 +
 +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=====
 +
 +https://www.partsnotincluded.com/how-to-emulate-an-xbox-controller-with-arduino-xinput/
 +
 +=====라이브러리=====
 +
 +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]]
 +