제조공정
| × | 1 | ||||
| × | 4 | ||||
| × | 1 | ||||
| × | 1 | ||||
| × | 1 | ||||
| × | 1 |
|
이것은 저와 같은 초보자와 arduiNOOBS를 위해 제가 만든 단계별 가이드입니다.
이 튜토리얼에서는 74HC595라는 8비트 시프트 레지스터에 대한 몇 가지 기본적인 지식에 대해 설명합니다.
이들을 함께 데이지 체인 방식으로 연결하고 HC595 라이브러리의 일부 코드를 사용하는 방법을 알아보세요.
또한 일부 시프트 레지스터에 문제가 발생했습니다. 이유를 모르겠습니다. 힘이 부족해서였을까?
************************************************** ****************************
필요한 링크:
HC595 라이브러리 - https://github.com/j-bellavance/HC595
데이터시트 - http://www.ti.com/document-viewer/SN74HC595/datasheet/specifications#SCLS0419845
추가 정보:https://rastating.github.io/using-a-74hc595-shift-register-with-an-arduino-uno/
For 루프 반복:https://www.arduino.cc/en/Tutorial/ForLoopIteration
************************************************** ****************************
팔로우할 소셜 미디어 링크(원하는 경우):
페이스북 - https://fb.me/HeathenHacks
트위터 - https://twitter.com/HeathenHacks
인스타그램 - https://instagr.am/HeathenHacks
************************************************** ****************************
<그림><그림>
<그림>
<그림>
<그림>
<그림>
<그림>
<그림>
<그림>
<그림>
섹션> <섹션 클래스="섹션 컨테이너 섹션 축소 가능" id="코드">
#includeconst int chipCount =2; // 직렬 연결된 개수 74HC595 (최대 8개) const int latchPin =4; // 74HC595const의 핀 ST_CP(12) int clockPin =3; // 74HC595const의 핀 SH_CP(11) int dataPin =2; // 74HC595//ConstructorHC595의 핀 DS(14) ledArray(chipCount,latchPin,clockPin,dataPin);int delayMs =30;int lastPin =ledArray.lastPin();void setup() { ledArray.reset();} 무효 루프() { for (int i =0; i <=lastPin; i++) { ledArray.setPin(i, ON); 지연(delayMs); } for (int i =lastPin; i>=0; i--) { ledArray.setPin(i, OFF); 지연(delayMs); } for (int i =lastPin; i>=0; i--) { ledArray.setPin(i, TOGGLE); 지연(delayMs); } for (int i =0; i <=lastPin; i++) { ledArray.setPin(i, TOGGLE); 지연(delayMs); }}
제조공정
구성품 및 소모품 Arduino Nano R3 × 1 회전 전위차계(일반) × 7 SparkFun 푸시버튼 스위치 12mm × 7 MIDI 포트 × 1 저항 221옴 × 4 LED(일반) × 2 이 프로젝트 정보 2019년 3월 11일 업데이트 안녕하세요, 저는 아르페지에이터를 위한 새 펌웨어를 만들었습니다. 소스 코드가 완전히 다시 작성되었습니다. 이제 모듈식 구조를 통해 Arduino뿐만
구성품 및 소모품 Arduino UNO × 1 Adafruit RGB 백라이트 LCD - 16x2 × 1 브레드보드(일반) × 1 저항 220옴 × 1 SparkFun 푸시버튼 스위치 12mm × 1 점퍼 와이어(일반) × 1 USB-A-B 케이블 × 1 앱 및 온라인 서비스 Arduino IDE 이 프로젝트 정보 필요한 부품은 위의 그림과