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