어댑터, SMPS 추천 모델 [ SUNY ] --------------------------------------------------------------------------------------https://item.gmarket.co.kr/Item?goodscode=4140934742&lcd=100000055&NaPm=ct%3Dm4tf7oe0%7Cci%3D0c17658596ff9e1a5523152faf19cb29c8aa49d1%7Ctr%3Dslsl%7Csn%3D24%7Chk%3De1d1a429c7618f75a73fe9338290decb4412ffcc&jaehuid=200001169 G마켓-5V10A 스위칭 DC 규제 전원 어댑터...19,270원item.gmarket.co.kr [ LRS-50-5 ] --------.. 2024. 12. 18. Neo Pixel LED 원리 Neo Pixel LED의 원리를 설명합니다. [ 4 in 1 LED 구조]Red LED + Green LED + Blue LED + Controller IC 를 하나의 제품으로 만든 Addressable RGB LED. [ 배선 방법 ]VCC : +5VVSS : GNDDIN : 입력 단자 (MCU 또는 앞의 LED로 부터 Data를 입력 받는 단자)DOUT : 출력 단자 (다음 LED로 Data를 전달하는 단자)MCU GPIO => DIN LED1 DOUT => DIN LED2 DOUT => DIN LED3 DOUT => DIN LED4 DOUT [ Controller 역할 ]DIN 단자로 입력된 데이터에서 첫 데이터(24bit)를 얻고 나머지 데이터들은 DOUT으로 보내는 역할MCU에서 .. 2024. 12. 18. FastLED NeoMatrix 라이브러리 설치 [ FastLED NeoMatrix 라이브러리 설치 ]LIBRARY MANGER를 오픈합니다.입력창에 "fastled neomatrix" 입력하여 라이브러리를 찾습니다.찾은 라이브러리를 "INSTALL" 합니다. FastLED NeoMatrix를 실행하기 위해 필요한 관련 라이브러리를 "INSTALL ALL" 합니다. [ 보드 설정 ]USB 케이블로 보드와 PC 를 연결합니다.위 그림과 같이 Tools > Boards > esp32 > Waveshare ESP32-S3-Zero 보드를 선택합니다.Port : 포트번호를 선택합니다. PC마다 다른 번호가 생성됩니다.USB CDC On Boot : "Enabled" 를 선택합니다. [ 예제 실행 ]위 그림과 같이 라이브러리와 같이 설치된 File > Exam.. 2024. 12. 18. LED Panel 연결 (HUB75) 수 많은 led 를 행과 열로 배열해서 묶어놓은 것을 LED Matrix 라 부릅니다.LED matrix를 임베디드보드와 연결하는 방법 중에서 HUB75 라는 규격에 대해서 알아봅니다. 신호설명R1 G1 B1LED 색상 정보(Red, Green, Blue), 빠르게 전송하기 위해 R1G1B1 이 절반 R2G2B2 가 절반의 LED들을 담당한다. (R0G0B0 R1G1B1 으로 표시하는 곳도 있다.)R2 G2 B2A B C3비트로 8개의 행을 선택할 수 있다.D 또는 GND4비트로 16개의 행을 선택, 사용하지 않으면 GND 연결, HUB75-D 라 표시하기도 한다. E 또는 GND5비트로 32개의 행을 선택, 사용하지 않으면 GND 연결, HUB75-E 라 표시하기도 한다. CLK (clock)RGB 데.. 2024. 12. 17. Arduino V2.x.x [ Arduino 다운로드 ]web brower에 https://www.arduino.cc/ 입력합니다.상단 메뉴의 SOFTWARE 를 클릭합니다.Windows win 10 and newer, 64bits 를 클릭합니다. JUST DOWNLOAD 를 클릭합니다. [ Arduino 설치 ]다운로드 받은 exe 파일을 더블클릭하여 설치합니다.다음 을 클릭하여 설치를 마칩니다. INSTALL ALL 을 클릭하여 boards 정보를 다운로드 받습니다. ① 두번 째 아이콘 (BOARDS MANAGER) 을 클릭합니다.② BOARDS MANAGER에 esp32 를 입력합니다.③ esp32 보드가 Arduino에서 만든 Arduino Nano ESP32 라면 Arduino ESP32 Boards 의 INSTALL을 .. 2024. 12. 17. 앱 다운로드 2024. 11. 4. [LED64x32] 전광판 버전으로 초기화 방법 다음 위치에서 프로그램을 다운로드 한다. https://gitlab.com/install_files/led_projects/-/blob/main/lighit1/0.3.0/firmware.zip lighit1/0.3.0/firmware.zip · main · install_files / led_projects · GitLab GitLab.com gitlab.com update_popsign_bin 바이너리를 업데이트를 위한 Batch파일 사용방법 CH341SER.ZIP 파일 압축 해제 후 SETUP.EXE 파일 실행한 후 INSTALL 버튼을 클릭하여 드라이버를 설치한다. 해당 프로젝트를 다운받은 후 포트를 연결시킨다. update.bat을 실행한다. 아래와 같이 업데이트가 진행된다. update_pops.. 2023. 5. 9. [LED64x32] 한글 출력 예제 예제의 결과물 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [62x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 스마트폰 : 스마 [스마트led] 스마트 IOT 전광판의 선구자로써 고객들에게 기존에 없던 가치와 솔루션을 제공합니다. smartstore.naver.com 라이브러리 다운로드 arduino 라이브러리 라이브러리를 받아서 압축을 푼 후에 arduino 라이브러리 위치에 넣는다. [소스 위치] https://github.com/iotfrontiers/arduino_libraries [다운로.. 2023. 5. 8. [128x32 LED 매트릭스 예제] testshapes_32x64 예제의 결과물 testshapes_32x64 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [128x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083%EF%BB%BF 스마트폰제어 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 : 스마트폰과 블루투스 연결을 통해 글자와 이미지를 마음대로 변경 smartstore.naver.com 소스코드 다운 iotfrontiers/popsign_examples GitHub - iotfrontiers/popsign_examples Contribute to iotfrontiers/popsign_examples devel.. 2021. 12. 22. [128x32 LED 매트릭스 세팅] 128x32 매트릭스 LED? 기존의 64x32 매트릭스 LED를 옆으로 두 개 연결한 것입니다. 세팅하기 128x32 LED Matrix를 활용한 예제들을 실행하기 위한 준비 단계입니다. 아래의 준비물을 이용해 Wi-Fi, Bluetooth, Matrix 기능을 구현할 수 있습니다. [ 준비물 ] 64x32 LED 매트릭스 2개 ESP32_WROVER_E 보드 점퍼케이블 2개 LED 매트릭스 전원 케이블 2개 USB C타입 케이블 * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083%EF%BB%BF 스마트폰제어 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 : 스마트폰과 블루투스 연결을 통해 글자.. 2021. 12. 21. [62x32 LED 매트릭스 예제] wifiScan 예제의 결과물 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [62x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083 스마트폰제어 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 : 스마트폰과 블루투스 연결을 통해 글자와 이미지를 마음대로 변경 smartstore.naver.com 소스코드 다운 iotfrontiers/popsign_examples (github.com) GitHub - iotfrontiers/popsign_examples Contribute to iotfrontiers/popsign_examples development by crea.. 2021. 6. 28. [62x32 LED 매트릭스 예제] bluetooth 예제의 결과물 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [62x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083 스마트폰제어 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 : 스마트폰과 블루투스 연결을 통해 글자와 이미지를 마음대로 변경 smartstore.naver.com 소스코드 다운 iotfrontiers/popsign_examples (github.com) GitHub - iotfrontiers/popsign_examples Contribute to iotfrontiers/popsign_examples development by crea.. 2021. 6. 23. [62x32 LED 매트릭스 예제] changeClock 예제의 결과물 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [62x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083 스마트폰제어 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 : 스마트폰과 블루투스 연결을 통해 글자와 이미지를 마음대로 변경 smartstore.naver.com 소스코드 다운 iotfrontiers/popsign_examples (github.com) GitHub - iotfrontiers/popsign_examples Contribute to iotfrontiers/popsign_examples development by crea.. 2021. 6. 17. [62x32 LED 매트릭스 예제] switchColor 예제의 결과물 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [62x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 스마트폰 : 스마 [스마트led] 스마트 IOT 전광판의 선구자로써 고객들에게 기존에 없던 가치와 솔루션을 제공합니다. smartstore.naver.com 소스코드 다운 iotfrontiers/popsign_examples (github.com) GitHub - iotfrontiers/popsign_examples Contribute to iotfrontiers/popsign_examp.. 2021. 6. 14. [62x32 LED 매트릭스 예제] serialText 예제의 결과물 *** 예제파일에 있는 코드는 한글 출력이 안됩니다. 한글 출력을 꼭 해보고 싶으신 분은 다음 번호로 연락을 주시기 바랍니다. [010-4418-4451] 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [62x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 스마트폰 : 스마 [스마트led] 스마트 IOT 전광판의 선구자로써 고객들에게 기존에 없던 가치와 솔루션을 제공합니다. smartstore.naver.com 소스코드 다운 iotfrontiers/popsign_examples (gith.. 2021. 6. 10. [62x32 LED 매트릭스 예제] changeSquare 예제의 결과물 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [62x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083%EF%BB%BF 스마트폰제어 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 : 스마트폰과 블루투스 연결을 통해 글자와 이미지를 마음대로 변경 smartstore.naver.com 소스코드 다운 iotfrontiers/popsign_examples (github.com) GitHub - iotfrontiers/popsign_examples Contribute to iotfrontiers/popsign_examples developmen.. 2021. 1. 22. [62x32 LED 매트릭스 예제] testcolors_32x64 예제의 결과물 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [62x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083%EF%BB%BF 스마트폰제어 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 : 스마트폰과 블루투스 연결을 통해 글자와 이미지를 마음대로 변경 smartstore.naver.com 소스코드 다운 iotfrontiers/popsign_examples (github.com) GitHub - iotfrontiers/popsign_examples Contribute to iotfrontiers/popsign_examples developmen.. 2021. 1. 22. [62x32 LED 매트릭스 예제] testshapes_32x64 예제의 결과물 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [62x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083%EF%BB%BF 스마트폰제어 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 : 스마트폰과 블루투스 연결을 통해 글자와 이미지를 마음대로 변경 smartstore.naver.com 소스코드 다운 iotfrontiers/popsign_examples (github.com) GitHub - iotfrontiers/popsign_examples Contribute to iotfrontiers/popsign_examples developmen.. 2021. 1. 22. [62x32 LED 매트릭스 예제] RGBcircle_32x64 예제의 결과물 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [62x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083%EF%BB%BF 스마트폰제어 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 : 스마트폰과 블루투스 연결을 통해 글자와 이미지를 마음대로 변경 smartstore.naver.com 소스코드 다운 iotfrontiers/popsign_examples (github.com) GitHub - iotfrontiers/popsign_examples Contribute to iotfrontiers/popsign_examples developmen.. 2021. 1. 22. [62x32 LED 매트릭스 예제] plasma_32x64 예제의 결과물 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [62x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083%EF%BB%BF 스마트폰제어 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 : 스마트폰과 블루투스 연결을 통해 글자와 이미지를 마음대로 변경 smartstore.naver.com 소스코드 다운 iotfrontiers/popsign_examples (github.com) GitHub - iotfrontiers/popsign_examples Contribute to iotfrontiers/popsign_examples developmen.. 2021. 1. 22. [62x32 LED 매트릭스 예제] smileMove 예제의 결과물 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [62x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083%EF%BB%BF 스마트폰제어 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 : 스마트폰과 블루투스 연결을 통해 글자와 이미지를 마음대로 변경 smartstore.naver.com 소스코드 다운 iotfrontiers/popsign_examples (github.com) GitHub - iotfrontiers/popsign_examples Contribute to iotfrontiers/popsign_examples developmen.. 2021. 1. 12. [62x32 LED 매트릭스 예제] textAndBallMove 예제의 결과물 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [62x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083%EF%BB%BF 스마트폰제어 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 : 스마트폰과 블루투스 연결을 통해 글자와 이미지를 마음대로 변경 smartstore.naver.com 소스코드 다운 iotfrontiers/popsign_examples (github.com) GitHub - iotfrontiers/popsign_examples Contribute to iotfrontiers/popsign_examples developmen.. 2021. 1. 12. [62x32 LED 매트릭스 예제] NTPClock 예제의 결과물 준비물 & 결선 & 세팅하기 아래 링크를 참고해서 준비해주세요. [62x32 LED 매트릭스 세팅] * 준비물 구입 링크 https://smartstore.naver.com/frontiers/products/5380911083%EF%BB%BF 스마트폰제어 LED 간판 오픈 입구 전광판 아트사인 부동산 전광판 영업중 개업선물 카페 식당 : 스마트폰과 블루투스 연결을 통해 글자와 이미지를 마음대로 변경 smartstore.naver.com 소스코드 다운 iotfrontiers/popsign_examples (github.com) GitHub - iotfrontiers/popsign_examples Contribute to iotfrontiers/popsign_examples developmen.. 2021. 1. 7. [62x32 LED 매트릭스 세팅] 64x32 매트릭스 LED? 64x32 매트릭스 LED는 LED를 64x32 개의 격자형으로 구성해 놓은 디스플레이 장치입니다. 가로와 세로에 각각 신호를 주어 해당하는 LED 를 점등하며, 2,048개의 LED들을 이용하여 다향한 문자나 기호, 표정 등을 출력할 수 있고, LED 출력 테스트를 하는데에도 유용하게 사용이 됩니다. 세팅하기 64x32 LED Matrix를 활용한 예제들을 실행하기 위한 준비 단계입니다. 아래의 준비물을 이용해 Wi-Fi, Bluetooth, Matrix 기능을 구현할 수 있습니다. [ 준비물 ] 64x32 LED 매트릭스 1개 ESP32_WROVER_E 보드 점퍼케이블 1개 LED 매트릭스 전원 케이블 1개 USB C타입 케이블 * 준비물 구입 링크 https://smar.. 2021. 1. 5. 이전 1 다음