「jeng」的全部文章

IndexedDB 相關資料

http://tech.mozilla.com.tw/posts/631/%E7%AC%AC%E4%B8%80%E6%AC%A1%E4%BD%BF%E7%94%A8-indexeddb-%E5%AD%98%E5%8F%96%E8%B3%87%E6%96%99%E5%B0%B1%E4%B8%8A%E6%89%8B 第一次使用 IndexedDB 存取資料就上手
https://developer.mozilla.org/zh-TW/docs/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB IndexedDB基礎概念

https://gist.github.com/BigstickCarpet/a0d6389a5d0e3a24814b
Very Simple IndexedDB Example
類似 Like query
var range = IDBKeyRange.bound(“BA”, “BA” + ‘\uffff’);

SX127x (LoRa transceiver) driver for MicroPython on ESP8266

https://wei1234c.blogspot.tw/2017/08/sx127x-lora-transceiver-driver-for.html
使用 Arduino 搭配 RFM96W 很快就可以做出一個可以收發資料的裝置,網路上有 SX127x library for Arduino 可以用,很方便。
如果是使用 Raspberry Pi 來主控,可以用 Python 搭配 pySX127x 來驅動 RFM96W。
http://www.acsip.com.tw/index.php?action=news-detail&id=35 【Acsip LoRa實作1】快速開發LoRa通訊功能-SPI介面篇