목록Raspberry Pi (5)
일상 코딩
ngrok 파일 다운로드 https://dashboard.ngrok.com/get-started/setup ngrok - Online in One Line dashboard.ngrok.com ① 32-bit 라즈베리 파이 OS 설치시 선택 $ wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm.tgz ② 64-bit 라즈베리파이 OS 설치시 선택 $ wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-arm64.tgz 압축 풀기 tgz 파일 확장자일 경우 ① 32-bit 라즈베리 파이 OS $ tar -xzvf ngrok-v3-stable-linux-arm.tgz ② 64-..
https://www.youtube.com/watch?v=7BkHcJu57Cg 설치 명령어 사이트 https://core-electronics.com.au/guides/raspberry-pi/oak-d-lite-raspberry-pi/ Integrated Computer Vision Package - OAK-D Lite With Raspberry Pi Set Up - Tutorial Australia If you ever needed a performance boost when running Machine Learnt AI Systems (like facial recognition) with a Raspberry Pi Single Board Computer then I have a solution for..
VSCode를 통한 연결 Ctrl + Shift + P 명령 팔레트 단축키 remote ssh: Connect to Host 선택 pi@ 입력 및 암호 입력 터미널 통한 접속 $ ssh pi@192.168.0.
https://emanual.robotis.com/docs/en/platform/turtlebot3/sbc_setup/#sbc-setup ROBOTIS e-Manual emanual.robotis.com imgage 는 turtlebot에서 제공한 이미지 사용한다. ※단, Write(굽기)전 Ctrl + Shift + X 로 안에 설정되어 있는 값들을 다 지워준다. WiFi setting (ssh 접속을 위한) # SD card의 writable 폴더 안에서 터미널 열어준다. $ cd ~/writable/etc/netplan $ sudo nano 50-cloud-init.yaml WIFI_SSID -> 공유기이름 WIFI_PASSWORD -> 비밀번호 입력한다. 공유기 설정창에서 터틀봇 이름을 알아 볼 ..
https://linuxhint.com/raspberry_pi_static_ip_setup/ Raspberry Pi Static IP Setup In this article, I am going to show you how to setup a static IP address to Raspberry Pi Ethernet and Wi-Fi network interface. I am going to use Raspberry Pi 3 Model B for the demonstration. But it should work on any version of Raspberry Pi running Raspbia linuxhint.com