:::: MENU ::::
Posts tagged with: Raspberry Pi

키보드, 모니터 없이 라즈베리파이 개발 환경 설정

라즈베리파리(RPI) 핀맵

1. 라즈베리파이 기본 설정

– RPI 이미지 다운로드: https://www.raspberrypi.org/downloads/
Etcher 같은 image writing 툴로 다운로드 받은 이미지를 SD에 writing
– RPI에 SD를 넣고, 시리얼 포트를 연결하고 맥의 터미널에서 115200으로 연결한다.

screen /dev/tty.SLAB_USBtoUART 115200

– pi/raspberry로 로그인 한다.
sudo raspi-config로 wifi 설정 및 SSH 설정후 재부팅
– 다시 로그인하면 ifconfig로 할당 받은 ip 확인
– 맥의 터미널에서 ssh [email protected]로 접속

2. GPIO 프로그래밍

Package들의 최신버전 체크 및 설치

sudo apt-get install update
sudo apt-ge tinstall upgrade

Git설치

sudo apt-get install git-core

wiringPi설치

git clone git://git.drogon.net/wiringPi
cd wiringPi
git pull origin
./build

gpio readall하면 다음과 같이 RPI의 핀맵을 알 수 있다.


Physical : PCB상의 물리적인 GPIO pin number
wPi : wiringPi 라이브러리 GPIO number
BCM : python에서의 GPIO number (브로드컴 칩에 의해 정의된 번호체계)

3. 파이썬3 설치

sudo apt-get install python3
sudo apt-get update
sudo apt-get upgrade python3
python3 -V

4. VIM 설치

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install vim

5. VIM 설정

vi ~/.vimrc하여 다음과 같이 설정한다.

set hlsearch ” 검색어 하이라이팅
set nu ” 줄번호
set autoindent ” 자동 들여쓰기
set scrolloff=2
set wildmode=longest,list
set ts=4 “tag select
set sts=4 “st select
set sw=1 ” 스크롤바 너비
set autowrite ” 다른 파일로 넘어갈 때 자동 저장
set autoread ” 작업 중인 파일 외부에서 변경됬을 경우 자동으로 불러옴
set cindent ” C언어 자동 들여쓰기
set bs=eol,start,indent
set history=256
set laststatus=2 ” 상태바 표시 항상
“set paste ” 붙여넣기 계단현상 없애기
set shiftwidth=4 ” 자동 들여쓰기 너비 설정
set showmatch ” 일치하는 괄호 하이라이팅
set smartcase ” 검색시 대소문자 구별
set smarttab
set smartindent
set softtabstop=4
set tabstop=4
set ruler ” 현재 커서 위치 표시
set incsearch
set statusline=\ %<%l:%v\ [%P]%=%a\ %h%m%r\ %F\
” 구문 강조 사용
if has(“syntax”)
syntax on
endif


Raspberry Pi에서 슬라이싱하기

Octoprint는 크로스플랫폼을 지원하며, Raspberry Pi를 기본적으로 지원한다.  이 기사에서는 3가지 종류의 Raspberry Pi에서 슬라이싱 테스트를 했는데, 결론은 다음과 같다.

There’s simply no competition between a modern desktop or laptop processor and the comparatively dinky ARM chip used in the Raspberry Pi. Which is why you should really just slice your models on the computer and send the resulting G-Code to OctoPrint over the network. That’s the intended workflow, and it really does make a lot more sense than forcing the Pi to labor over a task it’s clearly not cut out for. If the results of this test have shown anything, it’s that slicing on the Pi is a time consuming process no matter which model you buy.

즉 슬라이싱은 PC에서하고, Octoprint는 Gcode를 네트워크로 전달하는 역할만 하도록…


ZeroPi – Arduino and Raspberry Pi compatible development kit

ZeroPi는 Arduino and Raspberry Pi 호환 개발보드

photo-original

참고자료: https://www.kickstarter.com/projects/1204283/zeropi-arduino-and-raspberry-pi-compatible-develop

 


Raspberry Pi

저가의 리눅스 박스를 기치로 내건 Raspberry Pi
관련 자료: http://www.raspberrypi.org/


An ARM GNU/Linux box for $25. Take a byte!
위키피디아에 자세한 자료가 있다.
http://en.wikipedia.org/wiki/Raspberry_Pi#cite_note-Broadcom-BCM2835-Website-3


Specifications
































































Model A Model B
Target price: [1] USD $25 (GBP £16) USD $35 (GBP £22)
SoC: [1] Broadcom BCM2835 (CPU + GPU + DSP + SDRAM) [4]
CPU: 700 MHz ARM1176JZF-S core (ARM11 family) [4]
GPU: Broadcom VideoCore IV,[26] OpenGL ES 2.0, 1080p30 H.264 high-profile decode [4]
Memory (SDRAM): 128 MiB 256 MiB
USB 2.0 ports: [9] 1 2 (via integrated USB hub) [25]
Video outputs: [1] Composite RCA, HDMI
Audio outputs: [1] 3.5 mm jack, HDMI
Onboard storage: [9] SD / MMC / SDIO card slot
Onboard network: [1][9] None 10/100 Ethernet (RJ45) [25]
Low-level peripherals: 2×13 header pins for GPIO, SPI, I²C, UART, +3.3 Volt, +5 Volt [26][27]
Real-time clock: [1] No clock or battery
Power ratings: 500 mA, (2.5 Watt) [1] 700 mA, (3.5 Watt)
Power source: [1] Volt via MicroUSB or GPIO header
Size: 85.60mm × 53.98mm[28] (3.370 inch × 2.125 inch)
Supported operating systems: Debian GNU/Linux, Fedora, Arch Linux[2]
Unsupported operating systems: RISC OS[3] (shared source)

관련기사도 떳네요


$25 computers sell for over $3,000, money goes to charity



First run of ultra-cheap Raspberry Pi computers hits eBay for a good 
http://www.tecca.com/news/2012/01/05/raspberry-pi-ebay/


 


Fast Company의 기사
TO REDEFINE COMPUTING, HAVE A COUPLE BEERS: THE RASPBERRY PI CREATION STORY

http://www.fastcocreate.com/1679342/to-redefine-computing-have-a-couple-beers-the-raspberry-pi-creation-story?partner=best_of_newsletter