發表文章

目前顯示的是 10月, 2014的文章

Adding a USB wifi dongle on Pi as router

This has been shown several times on internet, but people are using different method. http://blog.yam.com/cistychang/article/61517499 This one use Pi to have PPPoE connection, and hostapd as access point, so other device can access to the device. Then he make wifi as fix IP, using following as IP forwarding.  dnsmasq (isc-dhcp-server seems to work as well) using apt-get install dnsmasq ADAFruit has also a very good article: https://learn.adafruit.com/setting-up-a-raspberry-pi-as-a-wifi-access-point They also go through a lot of pages: I used the following pages as a guide to create this tutorial,  please note  many of them will not work completely, but check them out if you are interested! http://qcktech.blogspot.com/2012/08/raspberry-pi-as-router.html http://itsacleanmachine.blogspot.com/2013/02/wifi-access-point-with-raspberry-pi.html http://esrlabs.com/android-transporter-for-the-nexus-7-and-the-raspberry-pi/ http://elinux.org/RPI-Wireless-Hotspot So, they decide t

Mission planner 2 on a A20,cubieboard, Banana Pi

I see 2 possibilities on web, 1. complie source code on arm platform, here is an example with  APM Planner 2.0  on Pi example A: http://www.rcgroups.com/forums/showthread.php?t=2169852 example B: http://www.dronetrest.com/t/apm-planner-v2-running-on-a-raspberry-pi/191 Here is Qgroundcontrol for Pi, still re complied: http://diydrones.com/forum/topics/raspberry-pi-and-mission-planner?id=705844%3ATopic%3A1021527&page=1#comments Here is an imteresting one, using Pi as  mavproxy http://dev.ardupilot.com/wiki/raspberry-pi-via-mavlink/ On Cubieboard: http://diydrones.com/forum/topics/droidplanner-on-armhf So, I followed this one, the linux section https://github.com/diydrones/apm_planner 1) Install the required packages: sudo apt-get install phonon libqt4-dev libqt4-opengl-dev \ libphonon-dev libphonon4 phonon-backend-gstreamer \ qtcreator libsdl1.2-dev libflite1 flite1-dev build-essential \ libopenscenegraph-dev libssl-dev libqt4-opengl-dev libudev-dev \

serial wifi module HLK-RM04

This little module has 2 uart, and can be used as AP as well. the manual is quite buggy, So I note the real thing I have on my set. default SSID is kind of HI-LINK_1B29 default pwd: 12345678 web config page: 192.168.16.254 log in as admin, pwd: admin the tricky one is the TCP port: it sould be 192.168.16.254:8080 default serial config:115200,8N1