전체 글285 [Python] Pyserial 설치 여기 해당 가상환경 open terminal 해서, 파이썬 코 import cv2 import numpy as np import torch import threading import time from gtts import gTTS import os import pygame import serial # serial communication # YOLOv5 모델 로드 model_path = 'C:/Users/songs/PycharmProjects/mediapipe/yolov5/data/dataset_230515/230518_/best_SY_230518.pt' model = torch.hub.load('ultralytics/yolov5', 'custom', path=model_path) # 클래스 이름 불러오.. 2023. 5. 29. [Arduino] 아두이노IDE 설치 및 기본 업로드 방법 https://www.arduino.cc/en/Main/Software 아두이노 설치 링 Software Open-source electronic prototyping platform enabling users to create interactive electronic objects. www.arduino.cc LiquidCrystal_I2C 라이브러리 zip파일 다운 https://github.com/fmalpartida/New-LiquidCrystal GitHub - fmalpartida/New-LiquidCrystal: Clone of the new liquid crystal library from: https://bitbucket.org/fmalpartida/new-liqu Clone of the.. 2023. 5. 29. 인연, 관계에 대한 생각 보호되어 있는 글 입니다. 2023. 5. 29. 부트스트랩 보호되어 있는 글 입니다. 2023. 5. 28. [STM32] SDcard 하드웨어 작업 기록 SD카드 작업 기록 1. 점퍼선으로 모듈 연결 2. 커넥터 연결 3. 커넥터 - PCB 연결 4. 악세서리 배터리, 디버깅 선 전압 측정 모듈의 전원 공급 VCC: 제품 설명에 따르면 4.5V ~ 5.5V 사이에서 작동하므로, 이와 같은 전원을 인가하면 됨 SPI 인터페이스 핀: 5V정도를 인가하면, 모듈에 내장된 3.3V 전압 조정 회로를 거쳐 감 전압 규격 확인 https://www.devicemart.co.kr/goods/view?no=1326951 아두이노 MicroSD 카드 소켓 모듈 [SZH-EKBZ-005] Micro SD Card, Micro SDHC card (high-speed card), TF Card / 5V(4.5V ~ 5.5V), 3.3V / SPI Interface www.de.. 2023. 5. 28. [STM32] 프로젝트명 변경 후 Debug 파일 안생기는 문제 프로젝트 명을 변경했는데, 그에 맞는 debug파일이 없다고 오류 메시지가 생겼다. //오류 메시지 내용 Program file does not exist C:\Users\songs\STM32CubeIDE\workspace_1.11.0\23SEMA_FINAL_SDcard\Debug\원래프로젝트이름.elf not found C:\Users\songs\STM32CubeIDE\workspace_1.11.0\23SEMA_FINAL_SDcard\Debug\원래프로젝트이름.elf not found C:\Users\songs\STM32CubeIDE\workspace_1.11.0\23SEMA_FINAL_SDcard\Debug\원래프로젝트이름.elf not found 오류의 원인: 프로젝트 이름을 변경하면 STM32Cu.. 2023. 5. 28. 이전 1 ··· 24 25 26 27 28 29 30 ··· 48 다음