일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- vim
- 우분투 opencv 설치
- esp32
- 아두이노 설치
- rotation
- api사용해서 google drive에 폴더만들기
- translation
- vi
- sshkey
- opencv apt설치
- 고정ip할당
- apt update
- 정보처리기사후기
- ubuntu
- vim명령어
- opencv
- Winform
- google drive upload
- opencv resize
- annotating
- Google Drive API
- c#
- opengl
- vtk
- Python
- google drive 업로드
- libopencv-dev
- 정보처리기사
- NodeMCU
- 아두이노
- Today
- Total
목록아두이노 (3)
내가 보려고 만든 블로그
https://www.arduino.cc/en/software Software Open-source electronic prototyping platform enabling users to create interactive electronic objects. www.arduino.cc 여기 들어가서 Linux ZIP file 64 bits (X86-64) 이거 클릭해서 다운로드 한다. 누르면 기부하라는 페이지가 나오는데 just download 누르면 그냥 다운 된다. mkdir ~/arduino 아두이노를 설치할 경로에 이렇게 입력해서 폴더를 만들어준다. cd arduino해서 들어간후 unzip arduino-ide_2.1.0_Linux_64bit.zip 아두이노 압축파일을 arduino폴더에 넣고 ..
https://forum.arduino.cc/t/esp32-compile-error-python-exe-missing-solved/953279 ESP32 compile error: python .exe missing [SOLVED!] Platform: Ubuntu Linux / 1.8.19 IDE Note: FRESH install. Compile error on esp32: exec: "python": executable file not found in $PATH Error compiling for board ESP32 Dev Module. I have installed python and rebooted. sudo apt-get install git && \ wget https:/ forum.ardu..