2018年4月20日 星期五

micro-bit 擴充版


測試滑桿的亮度

滑桿  616~4
micro-bit 0~255
使用micro-bit 設定線性變換 616~4 to 255~0

添加套件
(1)Neopixel


劉正吉老師套件
http://github.com/lioujj

(2)LCD1612

(3)pxt-sensor


如何由電腦抓取micro-bit 資料
(1)install
mbedWinSerial_16466.exe
python-3.6.5.exe
勾選 Add Python 3.6 to path
下載 collect.py

(2)dos模式
pip install pyserial
py collect.py


gitHub  makecode
吉哥分享/makecode