Tuesday, August 19, 2014

Dealing with Respberry Pi for exhibition settings

I have been working long for the wifi connection, still cannot figured out the eduroam settings. Then I work on Ethernet cable and internet works with cable connection.



Things work fine after changing the power adaptor and cable, with a more stable current flow and both keyboard and mouse response well.

I can able to surf online, browsing different pages.

Python version is 3.2.3 [GCC 4.6.3]

1/ How to run python: http://mcpionline.wordpress.com/2013/02/18/how-to-run-python-programs-on-the-raspberry-pi/

2/ Setting up SSH to communicate between mac and pi [PI Ethernet cable to router & Mac Ethernet cable to router]: http://www.raspberrypi.org/documentation/remote-access/ssh/unix.md

3/ To get IP address in PI: hostname -I

4/ To set up file transfer between PI and MAC: http://raspberrypi.stackexchange.com/questions/8950/copy-files-from-osx-to-from-pi









5/ run all the tested python script @ PI

6/ Fix WIFI dongle
- it works for other WIFI but not eduroam

7/ accessing file system command: http://www.raspberry-projects.com/pi/command-line/file-system

8/ setup virtual keyboard: require internet connection: "sudo apt-get install matchbox" 

1 comment: