본문 바로가기

라즈베리 파이란

Raspberry Pi로 시작하는 IoT Raspberry Pi를 통해서 카메라와 초음파 센서등 다양한 부품들을 활용해서 IoT 시나리오를 만들어 나가는 방법을 설명해 드립니다. 동영상 끝에 주소 두개~
라즈베리파이 GPIO 제어 wiringPi 라이브러리의 설치 방법 라즈베리파이의 GPIO를 제어할 수 있는 wiringPi라이브러리의 설치 방법을 알아보자. wiringPi 설치 라즈베리 파이의 GPIO를 제어할 수 있는 언어는 C, C++, C#, Python, Java등 매우 다양하게 있다. 그 중에서 제일 많은 사용자들이 있고, 초기부터 최근까지 꾸준이 업데이트가 유지된 wiringPi(Gordon이 개발, GNU LGPLv3 라이선스, 홈페이지 http://wiringpi.com)를 이용한다. GPIO 란? GPIO(General Purpose Input Output)란 하나의 연결 단자를 입력이나 출력으로 고정시키지 않고 선택적으로 사용할 수 있게 융통성을 높인 범용 입출력 단자를 말한다. GPIO 단자를 입력으로 프로그래밍하면 인터럽트 소스로 사용 가능하며,..
라즈베리파이 GPIO 포트를 인터럽트로 사용하기 라즈베리파이 GPIO 포트를 인터럽트로 사용하는 예제소스코드 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859/*D. Thiebautbased on isr.c from the WiringPi library, authored by Gordon Hendersonhttps://github.com/WiringPi/WiringPi/blob/master/examples/isr.cCompile as follows:gcc -o isr4pi isr4pi.c -lwiringPiRun as follows:sudo ./isr4pi*/ #include #include #include..
Tutorial: Comparing the Arduino and Raspberry Pi Tutorial: Comparing the Arduino and Raspberry Pi On the surface both the Arduino and Raspberry Pi look like the same thing: inexpensive controller boards for electronics projects. However, one is a simple 8-bit controller while the other is a 32-bit single board computer. In this video, we look at how they are different and how to decide which projects you can use them with.
라즈베리 파이 케이스들 이미지 모아 봄~ 예쁘긴 하다. 모델 B에 맞는 케이스들... 상상력과 창의력의 부재...는 둘째. 실천하고 행동하지 않는것이 문제.
gpio reset 함부로 하면 큰일~ GPIO Test 하다가 Ctrl-C 하면 GPIO 출력 상태가 그대로 남아있게 된다. LED 가 들어온 채로... 그래서 멋도 모르고 gpio reset 명령을 실행했더니 아래와 같은 메시지가 나오면서 다운 !!!조심해서 하시고~ 방법을 찾으면 아래에 첨부하겠음~ pi@raspberrypi ~/smartfarmtest $ gpio resetGPIO Reset is dangerous! - Do Not rely on this to do anything sensible!
라즈베리파이(Raspberry Pi)로 무엇을 만들 수 있을까요? 라즈베리파이(Raspberry Pi)로 할 수 있는 프로젝트 동영상 ~ 1. 라즈베리파이로 PC만들기! (준비과정)http://youtu.be/87IErsFekPY (OS설치)http://youtu.be/h9vm1GH5_Gk 2. 라즈베리파이로 만든 휴대폰, PiPhone! http://youtu.be/8eaiNsFhtI8 3. 라즈베리파이로 제어하는 로봇,R2D2와 PiBBOT! http://youtu.be/znuUm5vbSpI http://youtu.be/D0ydpIZFtuM 4. 로봇팔을 작동시키는 라즈베리파이와 엑스박스360 컨트롤러! http://youtu.be/xvKGxHoBBII 5. 라즈베리파이 카메라를 장착한 쿼드콥터(4개의 프로펠러를 사용하는 초미니 헬리콥터)! http://youtu...
raspberry pi projects for the evil genius -Donald Norris 그 유명한 악마의 천재들 씨리중의 하나. 목차를 살펴보면 아래와같고, 유용한 자료와 내용이 많다. 토렌트나 구굴 검색창에 raspberry pi projects for the evil genius pdf 로 검색하면 찾을 수 있다. 1 Introduction to the Raspberry PiHardwareSoftwareSummary 2 LED Blinker ProjectPrototype BoardSolderingAccessing the GPIO Pinsapt-get CommandLED ProjectSummary 3 MP3 Player ProjectPrototype ConnectorPortable Stereo SpeakerAudio File FormatsHardware Switch InputsThinki..