Done/Trouble Shooting

Done/Trouble Shooting

[1] EMC 전자파 적합성 인증과 대책 - Surge 시험 , CE 시험 대응책

2024.04.21 - [Done] - [0] EMC 전자파 적합성 인증과 대책서지 시험(Surge)서지 시험 항목은 2Kv 낙뢰 등의 상황 시에 TNR에서 전위차 이용해 불량 발생 여부가 있는 지를 확인하는 시험이다.높은 피크 전압, 빠른 상승시간 펄스 파형을 인가하게 되고 AC 전원의 경우 위상을 0, 90, 180, 270 별로 인가 하여 확인함대응책서지 보호 장치 (SPD : Surge Protection Device)서지 보호 설계가 되어있는 소자 사용바리스터 추가노이즈 필터 사용 등등..위 같은 대응책이 있으므로 우리는 ADC converter에 노이즈 필터가 설계되어있는 제품 변경으로 통과함CE 전원 부 노이즈 측정https://blog.naver.com/ansdbtls4067/2212945..

Done/Trouble Shooting

[ESP8266] Error : espcom_upload_mem_failed / esptool.py failed 등등... 펌웨어 업로드 불가

사용 모델 : ESP8266MOD 라고 적혀 있음 esp8266 lib version : 3.1.2 ( version 낮춰보래서 했지만 Error : espcom_upload_mem_failed 뜸) Serial monitor 확인 78840 board rate 변경 -> boot mode (1,6) 진입 -> flash > reset > !reset > !flash - 안 되면 serial port 를 진짜 여러번 뽑았다 끼웠다 해야함 - 추가적으로 3v3를 다른 보드나 센서에 연결해둔 상태라면 1번 모드로 진입이 불가능 할 수 있음

Done/Trouble Shooting

[Outlook] 데이터 파일이 구성되지 않았습니다. 오류 해결 (드라이버 폴더 변경등으로 인한 해결방법)

해당 위치로 접속 후 기존 계정을 삭제하고 새로 만들기를 진행하여 계정을 연결하면 됨

Done/Trouble Shooting

[ERROR]SyntaxError: Non-ASCII character '\xec' in file

혹시 주석에 한글이 포함되어있다면 코드 상단에 #-*- coding: utf-8-*- 아래 내용을 기입해주면 됨

Done/Trouble Shooting

[ERROR] Zero division error python

- 나눗셈 할 때 에러가 날 때 아래처럼 처리 해주거나 예외처리 하기! d = a/(b+(1e-9)) d = a/ np.max(b, (1e-9))

Done/Trouble Shooting

[ERROR] Python, PyQt5 GUI , Conda환경에서의 segmentation error

Windows 환경에서 PyQt5 사용 시 - conda 환경 위에서 pip install 을 통해 사용하게 된다면 segmentation error를 마주할 수도 있다. - segmetnation error는 라이브러리 끼리 충돌이 일어나거나, 메모리가 부족하거나,, 등등 여러가지 이유로 발생할 수 있다. 우선 이 오류가 뜬다면 ** conda install -c anaconda pyqt 로 먼저 바꿔서 진행해보자 그래도 안 된다면, 라이브러리들이 올바로 설치가 완료되어있는지 pyqutogui 이나 pyqt5 중 import 순서에는 문제가 없는지 확인

Done/Trouble Shooting

[ERROR] Certificate verification failed: The certificate is NOT trusted. (APT list)

가끔 APT 링크가 잘 못 되었을 때 gpg error 나 403 error 말고도 다음과 같은 인증서 만료 오류? 신뢰할 수 없는 인증서라고,,,,, 오류를 낸다 Ign:1 https://librealsense.intel.com/Debian/apt-repo focal InRelease Err:2 https://librealsense.intel.com/Debian/apt-repo focal Release Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verificatio..

Done/Trouble Shooting

[ERROR]IndexError: invalid index of a 0-dim tensor. Use tensor.item() to convert a 0-dim tensor to a Python number

https://github.com/NVIDIA/flownet2-pytorch/issues/113#issuecomment-450802359 invalid index of a 0-dim tensor. Use tensor.item() to convert a 0-dim tensor to a Python number · Issue #113 · NVIDIA/flownet2 pytorch 1.0 python3 main.py --inference --model FlowNet2 --save_flow --inference_dataset ImagesFromFolder --inference_dataset_root ~/fs24_512/ --resume mycheckpoints/FlowNet2_checkpoint.pth.tar ..

728x90
weasel7
'Done/Trouble Shooting' 카테고리의 글 목록