2013年12月17日 星期二

Using Wi-Fi direct technology to implement smart phone connect Beagleboard-xM record

這是近期的挑戰 , 先說一下這個小目標 ,
我將利用Smart phone 連線  Beagleboard-xM,
利用Wi-Fi direct 方式來傳送影像。 拜託讓我成功吧 ~~




近期動作:
--------------------------------------------------------------------------------------------------------------------------

買TL-WN725N 回來build , 然後接上去看能不能連上

android wifi direct , 若smart phone 手機上內建的wifi direct 不能連 ,

可參考資料搜尋區的Wi-Fi Peer-to-Peer 裡面的socket 傳輸範例 , 來傳輸jpeg圖像。

相關driver 以及使用請優先參考 CodeMonkeyRicky 的系列影片以及相關Website.





2013.12.17
--------------------------------------------------------------------------------------------------------------------------


  • today I'm tried to build the  8188cu driver using  cross-compiler toolchain,
          but I encountered the error by "implicit declaration of function 'usb_autopm_disable'"

          the environment setting is following :
 
         EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
ARCH := arm
SUB_ARCH := arm
CROSS_COMPILE = /home/jack/new/arm/4.3.2/bin/arm-none-linux-gnueabi-
KSRC ?= /home/jack/beagleboard-validation-linux
KVER := 2.6.32
          So , I will re-try build again by next time , I will refer to  CodeMonkeyRicky project,
          And using BB-xM's setting instead of  RPI's setting .







資料搜尋紀錄:
--------------------------------------------------------------------------------------------------------------------------

         List to Wi-Fi Direct API and introduction it .

           這裡有一些範例 , 利用android wifi direct api 再加上socket 傳輸
           達到jpeg影像傳輸. 不過這些都只提供android api  , 但是到時候很夠用。
           這個人參照了 CodeMonkeyRicky's Youtube video 以及github repository ninjablocks/rtl8192cu

           來實現 , 但是遇到了P2P UI 的問題 , 但是問題有解決。



  • CodeMonkeyRicky  , 此人看來已經完全成功我想要的 , 我將參考他的作法, 以下列出他的紀錄:
            其中第一個一定要仔細看  , 他列出的Reference 有教學 , 包括build 、 Git 等等
  1. Setting Up Wifi Direct on the Raspberry Pi with TL-WN725N (part 1)
  2. Remote Pi Camera Streaming Field Test #1
  3. Remote Pi Camera Streaming Field Test #2 (with Wifi Direct!)
  4. Raspberry Pi Camera Streaming Application (with real Pi camera!)
  5. Setting Up Wifi Direct on the Raspberry Pi with TL-WN725N (part 1)

 額外參考篇(未來可能會參考到):
         這裡蠻多人在討論 RPI to Android through WiFi Direct 


2 則留言:

  1. 您好,我最近也在 Raspberry PI 上架設 Realtek 8192cu Wifi Direct Mode。
    不過目前在讓 Pi 當 GO 身份時有一些問題。

    很感謝你分享這些資源,對我很有幫助。謝謝你。

    回覆刪除
    回覆
    1. 我也遇到了一些問題 , 可以一起交流 !!

      刪除