山姆的編程實作分享。。。

Sam Blog, Sam Sharing, Sam Studio

山姆的編程實作分享。。。

2020年9月27日

[WSL] 實測 WSL Mount Command


  [WSL] 實測 WSL Mount Command透過不斷的升級,花費一上午的時間,迎來的 Mount Command,當然要實測一下喽!首先是透過 wmic command 取得硬碟路徑接著按照說明文件,省略 --partition 的指派 (說明文件說可以省略),卻得到錯誤的訊息。這是加上 --partition 的指派EXT4 partition 就真的掛接上 Linux Subsystem 了 :-)在 Linux Subsystem ,可以看到 EXT4 硬碟是被掛接在 //mnt/wsl 目錄下接著,在掛接的...

[WSL] WSL Mount Command


 [WSL] WSL Mount Command之前在研發大型專案, 如 Android 系統,都是在 Ubuntu OS Terminal 的環境下做開發,但是平時常用的 Apps,卻又是在 Windows 系統下 ,如 Office, Outlook...;在只有一台電腦的情況下,一般的解法不外乎就是 1) 裝 VM 或是 2) 安裝 Windows Ubuntu 雙系統,不停地切換,工作效率真的很差!知道有 WSL ( Windows Subsystem for Linux ) 後,就迫不及待的安裝來使用,使用後的心得是...

[咖啡烘培] 不要小看風量的控制


將 Quest M3 與 Artisan 結合後,從烘培曲線發現, "風力" 的影響比我想像的來的大啊!下圖是 "哥斯大黎加紅蜜處理豆"的兩次烘培曲線圖,這兩次烘培的火力都是一樣的,主要的差異就在進入梅納反應的風量調整,分別是風量 8 和 7,而最終呈獻出 “風量 7” 的烘培曲線,在烘培時間以及曲線上升幅度的表現,都比“風量 8” 的曲線,明顯來的短以及大,圖 3 就是兩曲線的比較圖。另外,我標記的 A 點,可以明顯看到豆子的溫升曲線有一個急遽的溫降,那是我透過取樣棒觀察是否要下豆,這樣的"小"動作所造成的。之前,只是透過書本得知風力對咖啡烘培的影響,但透過自己的實驗以及...

2020年9月24日

[Error] /usr/bin/env ‘python’ no such file or directory


For this error, please try below 3 possible solutions# Possible Solution 1You may not install Python yet, please follow below command to install itsudo apt install python3.7# Possible Solution 2You have installed Python3, but "python" command is not equal to "python3" Please...

2020年9月20日

[Arduino 教學] 為專題加分的好物 - HeliOS


YouTube教學影片HeliOS 的特點: Open Source 的 Embedded OS (Operation System),是 GPL-3.0 的License,也就說,對於專題製作而言就是免費的 。採用協同式多工 ( Cooperative Multitasking ) 以及事件驅動式多工 (Even Driven Multitasking )  的方式做Task 的切換。Task 之間可以透過 Notification / Messaging 做資料訊息的傳遞。一般的 Embedded OS 都有的功能,如計時器和記憶體的管理,它也有提供。以上這幾項特點都是制式說法,不是我主要推薦給大家的原因,...

2020年9月17日

[MicroPython] REPL not responding on ESP8266 / ESP32


I met this issue before. I use Putty, when I changed "Flow Control" from "XON/XOFF" to  "None" under Connection -> Serial setting Category, this issue is gone.After checked with ESP8266 data sheet, ESP32 / ESP8266 chips do not support the "Flow Control", that...

熱門文章