background preloader

WiiMote

Facebook Twitter

How to SSH to your Raspbmc. SSH into Raspbmc You have installed Raspbmc on your Raspberry Pi, converting it into a cool little HTPC.

How to SSH to your Raspbmc

(Here is how to do that.) The Pi is running Linux after all and it is connected to the home network. Now, you want to SSH into it to explore its internals. That is easy. PuTTY can be used to SSH In your Raspbmc, navigate to System → System info → Summary. Bingo! Tried with: Raspbmc RC3 Like this: Like Loading... Related. Raspberry Pi: Raspbmc mit XMBC und Synology. Sooo… wie angekündigt habe ich mir einen Raspberry Pi zugelegt… Naja… ehrlich gesagt habe ich mir direkt einen zweiten bestellt.

Raspberry Pi: Raspbmc mit XMBC und Synology

Einsatzgebiete habe ich genug. Ich möchte heute einen kleinen Artikel dazu schreiben wie Raspbmc installiert wird und ein Synology NAS als Datenlieferant zu Verfügung gestellt wird. Was man alles an Hardware (welche Kabel, etc…) dazu benötigt kann über Google recherchiert werden. Die Installation ist relativ einfach. Das war auch der Grund warum ich meinen ersten Test mit raspbmc gemacht habe. Die allgemeinen Schritte zur Installation stammen von der offiziellen raspbmc Seite. ich übernehme sie aber hier, damit man hier alles zusammen hat. Falls noch nicht vorhanden, solltet ihr euch über euren Paketmanager python runterladen! Los gehts…. Zuerst laden wir man die Installationsdatei runter: wget Diese muss ausführbar sein: chmod +x install.py Das Installationsskript muss mit Root Rechten ausgeführt werden: sudo python install.py Das Schwierigste ist damit erledigt. in ab. Xbmc/tools/EventClients/Clients/WiiRemote at master · xbmc/xbmc.

Brian's Life: Wii Controller + Raspberry Pi + Python = Awesome!! UPDATE 1/2/2013: -Corrected button numbers -Bluetooth commands So this is going to be a many part series for a robot project i'm working on.

Brian's Life: Wii Controller + Raspberry Pi + Python = Awesome!!

This first one covers writing a program that runs on the Raspberry Pi. This program is going to connect through bluetooth to a Nintendo Wii controller and allow you to control the data via Python. Cool I know! So what I did first was familiarize myself with connecting my Wii controller to my PC (virtual desktop running Ubuntu) and using Cwiid as a module I was able to write a small program to grab the data. Parts list: Raspberry Pibluetooth USB dongle - I bought this one SABRENT at Frys Electronics for $10Wii Remote - BlackStandard Raspberry Pi cables (power, keyboard, monitor) Make sure you first have debian installed and up to date on your Raspberry Pi.

Sudo apt-get update sudo apt-get upgrade This could take hours depending... Installing the Bluetooth Dongle and drivers sudo apt-get install bluetooth sudo service bluetooth status hcitool dev hcitool scan. Raspbmc Wii Remote Action!  - Blog - FrostSoftware. Now back to Raspbmc, and getting my wiimote functioning with it.

Raspbmc Wii Remote Action!  - Blog - FrostSoftware

I didn’t think this was going to be hard, as the new kernel supported bluetooth and I had done a little research into other people attempting to hook up bluetooth device’s to the rasPi (Thank you s7mx1 for the automation).It appeared mosty users had success with one particular type of bluetooth card, the Cambridge Silicon Radio chipset cards, and the advice was to avoid the more common Broadcom chipset, as support is minimal on the rasPi. Now its really hard to tell what your buying, until you plug it in, so decided to find the cheapest bluetooth dongle. When I got the dongle, I tried it out first, on a different machine. It worked, so I plugged it into the rasPi. Now I needed to ssh into the machine, I just used terminal, if you're a Windows user download putty; Now if you haven’t already created a root account on the pi, do so.

. ( or what ever the pi’s IP address is ) Then just follow the on screen prompts. Easiest How To Configure Wi-Fi & Bluetooth Wii Controller. The following uses Wi-Fi USB Dongle EDiMAX EW-7811Un and A Bluetooth USB Dongle by Kinivo BTD-300: 1) Install Raspbmc using the installer onto an SD card 2) Plug wireless and bluetooth dongles onto raspberry pi 3) Place Raspbmc SD card into pi and power up. 4) Let it run through full routines until XBMC launches for the first time.

Easiest How To Configure Wi-Fi & Bluetooth Wii Controller

It will install all of the components needed for the wi-fi dongle to work. 5) ssh into the pi; ssh -l pi <ip_address> 6) Switch to root; sudo su 7) Create a symbolic link to correct a problem with DC Bus; ln -s /etc/init.d/dbus /etc/rc2.d/S12dbus 8) Install necessary modules; My progress (good and bad) with the Raspbaerry Pi.