본문 바로가기
반응형

라즈베리파이41

Turning the Raspberry Pi Into an FM Transmitter http://www.icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry_Pi_Into_an_FM_Transmitter Turning the Raspberry Pi Into an FM Transmitter - Imperial College Robotics Society Steps to play sound: (Created by Oliver Mattos and Oskar Weigl. Code is GPL) sudo python >>> import PiFm >>> PiFm.play_sound("sound.wav") Now connect a 70cm (optimally, ~20cm will do) or so plain wire to GPIO 4 (which is pi.. 2022. 5. 19.
라즈베리파이3 B+ 설치가이드(12) 스크린 세이버(화면 꺼짐/절전모드) 해제 설정하기 https://geeksvoyage.com/raspberry%20pi/turn-off-screen-blanking/ 라즈베리파이3 B+ 설치가이드(12) 스크린 세이버(화면 꺼짐/절전모드) 해제 설정하기 라즈베리파이 스크린 세이버 설정하기. X윈도우 자동 스크린 종료(절전모드) 해제 설정 방법. geeksvoyage.com 라즈베리파이는 기본으로 스크린 세이버가 설정되어 있습니다. 스크린 세이버를 원하는 옵션으로 설정 변경하는 방법을 확인해봅니다. 1. 라즈베리파이 스크린 세이버 라즈베리파이는 기본 이미지에 스크린 세이버가 설정되어 있습니다. 일정 시간(10분) 사용자의 입력이 없을 경우, 자동으로 화면이 꺼져 검은 화면이 나옵니다. 이 때문에 간혹 라즈베리파이가 파워 오프가 된 것인지 오해할 경우가 생.. 2022. 5. 19.
Raspberry pi: Video and Audio recording and streaming guide https://hmbd.wordpress.com/2016/08/01/raspberry-pi-video-and-audio-recording-and-streaming-guide/ Raspberry pi: Video and Audio recording and streaming guide I’ve spent some time on setting up audio and video streaming on my raspberry pi (mostly used as a baby monitor right now). While there are great ressources out there, it took me a lot of effo… hmbd.wordpress.com I’ve spent some time on sett.. 2022. 5. 19.
아두이노 IDE 1.8.2 설치 하기 https://m.blog.naver.com/msyang59/220975692080 아두이노 IDE 1.8.2 설치 하기 라즈베리파이에 아두이노 IDE 1.8.2를 설치하여 사용할 수 있습니다. 먼저 아두이노 IDE 1.8.2를 A... blog.naver.com 라즈베리파이에 아두이노 IDE 1.8.2를 설치하여 사용할 수 있습니다. 먼저 아두이노 IDE 1.8.2를 ARM 리눅스 용을 다운로드하여 압축을 풀고, 이를 특정 설치 폴더로 옮겨 놓고, 설치를 하여야 합니다. 여기에서는 /opt 폴더를 사용하였습니다: $ wget https://downloads.ardunio.cc/arduino-1.8.2-linuxarm.tar.xz $ tar -Jxvf arduino-1.8.2-linuxarm.tar.xz.. 2022. 5. 19.
반응형