Modern Toys with Classic Crafstmanship

The thoughtfully designed Coop line of toys brings us back to a simpler time and place when handcrafted perfection (not mass production) was the method of choice. The rideable bike and 2 trikes are an ecological alternative that combine reclaimed wood with premium hardware – easily constructed right out of the box with a simple allen wrench. Better yet, after the toy has outlived its life, you can send it back to be reclaimed again to build new toys and receive a 10% reimbursement!

Designer: Federico Rios

http://www.federicorios.com/projects/the_coop_toy_line


Yanko Design
Timeless Designs – Explore wonderful concepts from around the world!
Yanko Design Store – We are about more than just concepts. See what’s hot at the YD Store!
(Modern Toys with Classic Crafstmanship was originally posted on Yanko Design)

No module named RPi. GPIO

WebIDE 설치 후 Adafruit_LEDpixels.py 를 실행하였는데 다음가 같은 에러가 발행!!!

webide@raspberrypi ~/repositories/Adafruit-Raspberry-Pi-Python-Code/Adafruit_LEDpixels $ su
do python Adafruit_LEDpixels.py
Traceback (most recent call last):
  File ”Adafruit_LEDpixels.py”, line 5, in <module>
    import RPi.GPIO as GPIO, time, os
ImportError: No module named RPi.GPIO
검색 결과 RPi.GPIO 설치가 되지 않아 발생한 에러였다.
라즈베리파이에서 아래와 같이 설치 한다.
pi@raspberrypi ~/ sudo apt-get install python-dev
pi@raspberrypi ~/ tar xzvf  xzvf RPi.GPIO-0.4.1a.tar.gz
pi@raspberrypi ~/ cd RPi.GPIO-0.4.1a
pi@raspberrypi ~/ sudo python setup.py install

Adafruit Learning System Raspberry Pi WebIDE

Raspberry Pi WebIDE 설치.

http://learn.adafruit.com/webide/getting-started   문서 참조 하여 설치 하였다.

curl 사용하여 WebIDE 설치 하고  Bitbucket 가입 후 Manage Account->Integrated Applications 페이지에서 ‘Add Consumer’ 버튼을 클릭 하여

이름 써주고 key와 secret 값을 받아 설치한 webIDE 에 입력해 주면 된다.

 

WebIDE가 설치되면 라즈베리 하드웨어를 웹브라우저 상에서 개발할 수 있다.

소스는Bitbucket 서버에 저장 된다.

웹에서 개발 하기 때문에 여러 사람이 팀을 이루어 작업 할 수도 있다.

 

http://howto.homelinux.com:3000/

라즈베리파이용 확장 보드

Got a Raspberry Pi and want to explore i/o options while maintaining the overall footprint of your project? If the answer is yes, then checkout maker Joe Walnes‘ Pi Crust breakout board. With convenient headers and clear labels, the Pi Crust is the a great choice when you want to cram as much as you can into a tight enclosure. But don’t expect to buy one off-the-shelf. If you want a Pi Crust, you’ll have to order the parts and assemble it yourself.

 

라즈베리파이 커널 빌드

Github에서 라즈베리파이 리눅스 커널을 받아 컴파일 하여 SD카드에 넣어 실행해 보았으나 부팅 하다 죽어 버렸다.
image

아무래도 파일 시스템에 설치된 커널 모듈과 새로 빌드한 커널이 상이하여 부팅이 되지 않는 것으로 보인다.

빌드한 모듈을 파일 시스템에 넣어 봐야 겠다.

 

빌드 방법은

먼저 ARM 컴파일로 설치 후 PATH 와 CROSS_COMPILER 설정을 해준다.

그리고 압축을 푼 후

# make bcmrpi_defconfig

# make

 

빌드방법 참조 :

http://imky.egloos.com/2963983

http://www.cnx-software.com/2012/01/22/linux-kernel-3-1-9-for-raspberry-pi-released/

재기 비행기 자작 – Towel 1.2

Towel 이라는 알씨 비행기 만드는 법.

Make 잡지 Vol 30에 소개 되어 있다.

From Make Vol 30

새 창에서 보기

참조 : http://brooklynaerodrome.com/

만들기 쉬울 것 같아 집에서 있는 재료 모아 만들어 봤다.

브러쉬리스 모터와 브러쉬리스 모터용 ESC가 없어 집에 있던 일반 기어드 모터를 사용했다.

다음 링크는 제작 과정 사진 이다 .  http://howto.homelinux.com/wiki/Towel%201.2

힘이 모자라 배터리도 큰 걸로 교체해 보았지만 풀파워에서도 비행기가 상승하지 못하고 내려 앉는다.

브러쉬리스 모터를 사서 다시 만들어 봐야 겠다.

브러쉬리스 모터와 ESC  정보

http://www.falconshop.co.kr/shop/goods/goods_view.php?goodsno=99976763

XBMC 설치

image

xbmc를 라즈베리 파이에  설치 하기 전에 미리 리눅스 서버에 설치해 봤다.

리눅스 뿐만 아니라 윈도우부터 맥 까지 다양한 플랫품에서 실행 되는

HTPC(Home theater PC) 프로그램이다.

비디오 뿐만 아니라 날씨, 사진, 음악들을 관리하고 볼 수 있다.

플러그인 기능으로 로컬에 있는 매체 뿐만 아니라 Youtube, vimeo

같은 다양한 외부 콘텐츠도 볼 수 있다.

그리고 네트워크 기능을 지원하여 외부 네트워크에 있는 내용도 관리하고 보여준다.

xbmc 홈페이지에서 다운 받아 설치 하면 된다.