5/28/2022

AVR Studio 4 (4.19) USBISP V3

>>아두이노 메가2560 보드 

USBISP 3.0 

Provram AVR Connect 

 

 

 

 

 

 

Flash Program 

input hex file 선택은 아두이노 설치된 디렉터리의 부트로더

또는 스케치 빌드된 파일 hex 파일을 프로그램할수 있습니다.

Fuses 값 확인.

LockBits 확인.

 

 

 


5/27/2022

Conda Path setting, TLS/SSL setting

>> 아나콘다3 실행 패스 설정 없이 하는 경우 일반 파워쉘, 도스프롬프트에서 처리하는 경우 SSL 관련 에러가 나오는 것을 방지할수 있습니다.

> pip is configured with locations that require TLS/SSL, 

however the ssl module in Python is not available

 

>아나콘다3 패스 설정

%USERPROFILE%\anaconda3 

%USERPROFILE%\anaconda3\Library\mingw-w64\bin

%USERPROFILE%\anaconda3\Library\bin

%USERPROFILE%\anaconda3\Library\usr\bin

%USERPROFILE%\anaconda3\Scripts


주의점 : 마지막 conda.exe 있는 디렉터리만 패스 설정해주면 안됩니다.