IT/Software 2021. 11. 16.
ESP32 IDF 설치 Espressif-IDF for VSCode (2021)
ESP32 컴파일 빌드 툴은 가장 쉽게 설치하는 방법은 아래에 업데이트 한대로 VSCode의 플러그인인 Espressif-IDF 에서 설치하기가 제일 쉽게 사용하기 편히한 방법이다. 디버그 콘솔 설정 머 이런 자잘한 것들을 다 자동으로 해준다. Espressif-IDF for VSCode 설치 설치 방법은 아주 수비다. VS Code 에서 Extension 으로 "ESP32" "ESP-IDF" 로 검색하면 나오는 "Espressif-IDF" 를 설치하면 된다. 그래도 더 자세한 내용은 알고싶다면 Espressif 가 제공하는 아래 공식 레퍼런스 글을 참고하세요. https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/..
IT/Software 2021. 10. 25.
Error using mbedtls_x509_crt_parse
mbedtls 사용시에 mbedtls_x509_crt_parse() 함수 호출 시에 ret = mbedtls_x509_crt_parse(&cacert, (const unsigned char *)mbedtls_m2mqtt_srv_crt, mbedtls_m2mqtt_srv_crt_len ); ... And I get an error -9774. Could you help me to understand why the first certificate works, and the other doesn’t? Thank you, Mattia https://forums.mbed.com/t/error-using-mbedtls-x509-crt-parse/4164 Error using mbedtls_x509_crt_parse..
IT/IoT | Hardware 2021. 8. 31.
TI RTOS SDK 관련 정보들
TI 칩셋은 거의 한글 정보가 없네 ㅠㅠ 암튼 TI RTOS 의 예제를 볼려고 하니 일단 TI SDK를 깔아야 하네. 엄청 방대하니 아래 페이지를 잘 읽어 보고 순서대로 해야 함 TI RTOS SDK 설치 https://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_overview.html 1.1. Processor SDK RTOS Getting Started Guide — Processor SDK RTOS Documentation 1.1.12.3.2. Select the SD Card Device The first step of the script will ask you to select the drive representing th..
IT/파이썬 2021. 4. 15.
Windows 10 SDK 설치 - dll 오류 같은 것이 나면
(아직 작성중인 글로 해결중인 블로그 글입니다. 최종 업데이트 하면 이 메시지는 사라집니다.) 그냥 Windows 10 SDK 설치를 하세요. 여러모로 좋아요 Pyinstaller dll 오류가 많이 나서 찾아보니, 이런 답변이 많네요. api-ms-win-core- dll 같은 것들이 오류나 로그에 많이 나타나네요 윈도우 10에서는 WARNING: lib not found: api-ms-win-core-*.dll같은 에러가 출력되는데 이를 해결하기 위해 아래의 페이지를 참고하자. developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/ Windows 10 SDK - Windows app development Windows App Certifica..