2020年6月22日 星期一

[RPi] WiFi Direct on Raspberry Pi

這篇討論看起來是可以用的?
https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=31596&start=25#p1224705

[RPi] Direct Capture Mode on Linux

# pi
sudo apt-get install realvnc-vnc-server
sudo raspi-config
> 5. Interfacing Options.
> VNC
> Yes

# Ubuntu
如果直接用 vncviewer x.x.x.x 會報錯
No configured security type is supported by 3.3 VNC Viewer

要安裝 Standalone 版本,下載完 chmod 成執行檔以後使用
https://www.realvnc.com/en/connect/download/viewer/linux/
下載檔案:VNC-Viewer-6.20.529-Linux-x6.deb
執行檔:vnc-viewer-6.20.529-Linux-x64

https://help.realvnc.com/hc/en-us/articles/360002249917-VNC-Connect-and-Raspberry-Pi

2020年6月6日 星期六

[BLE] 相關的 Python 套件

iBeacon-Scanner 裡面的 blescan.py 是從這邊來的
https://github.com/adamf/BLE

而該作者久沒更新,建議參考 bleak。不過這套件大量使用 asyncio,沒先講過又不好...

2020年6月5日 星期五

[Linux] 在Linux顯示Android手機螢幕

之前是用 seven-square,現在改用 Vysor,是 chromium 的 plugin

2020年6月1日 星期一

[RPI] 8G

Pi 4 出了 8G 版本,終於可以在上面直接使用 TensorFlow 訓練。

如果跑 Donkey Car 專案,總拍照數目約 27xx 張,訓練 Linear  模型,約 85 分跑完。

real    85m53.544s
user    246m6.465s
sys    39m45.854s

但是,如果用 Google Colab 大概五分鐘就可以跑完 QQ