夢幻天地blog
夢相隨,幻
2018年12月17日
led偵測光線
›
當我看到micro:bit使用25顆LED當光線偵測工具時,真的佩服其想法。也想證實一下。 我使用bpi-bit,在P0接上紅線,GND接上黑線,另一端接上2顆紅色LED燈。 使用arduino ide來偵測程式碼如下: void setup() { Serial...
2018年12月11日
windows 10的關機不是真的關機
›
windows 10的關機不是真的關機 難怪ubuntu會讀不出windows分割區。解決方法是關機時要按shift+關機。或是到設定中改變電源設定取消快速啟動。 https://blog.heitang.info/241/windowswin10%E9%97%9C%E6%...
2018年11月22日
bpi-bit mycropython記事
›
安裝picocom sudo apt-get install picocom sudo pip install adafruit-ampy --upgrade 確認 esptool安裝完成 sudo apt-get install esptool sudo p...
2018年11月19日
備份mbr
›
備份 dd if=/dev/sda of=back.mbr bs= 512 count=1 sfdisk -d /dev/sda > back.mbr 還原 dd if=/tmp/mbrsda.bak of=/dev/sdb bs= 446 count=1 ...
2018年11月18日
1071118研習
›
https://drive.google.com/open?id=1M1niTxoxwlZ4UpExux_Gkwx9NvNxnfVy
2018年11月10日
bpi-bit buzzer music
›
參考midi網址: https://en.m.wikipedia.org/wiki/Scientific_pitch_notation#Table_of_note_frequencies #define Buzzer 25 //GPIO 25 // 0 NULL ...
2018年11月1日
micropython 連bpi-bit
›
apt-get install picocom pip3 install esptool github https://github.com/BPI-STEAM/BPI-BIT-MicroPython 燒入micropython韌體 檔案下載 https:...
‹
›
首頁
查看網路版