-
Just got my new GrovePi+ board and I when through the install process using the 'Quick Start' method:
`sudo curl -kL dexterindustries.com/update_grovepi | bash`
tested the board using:
`sudo…
-
The Grove Digital Sensor (Button) & Grove digital event does not seem to work. Any Tips what could be wrong?
-
I'm hoping on hacking on:
- finishing the OLED 96x96 implementation
- analog sensor now that the exp/io GPIO package should be stable
- planning of a generic solution for the GrovePi
- Maybe an oscill…
-
Recently updated some devices using GrovePi+ this moved them to the new 4.9.35 kernel. I also then pulled down the latest of this repo and reinstalled / flashed the latest firmware 1.2.7 to the GroveP…
-
I installed the repo tonight, flashed the firmware, all of it said it was successful.
I updated the script to use D2 since I already had a grove temperature sensor plugged in there, but I'm getting…
-
- [ ] 高感度マイクロアンプを繋いで、音を計測できるようにする
http://qiita.com/matobaa/items/46f08312d20a3ef4d2a7
- [ ] Wi-Fiから位置情報測定を行う
- [ ] ESP32あたりをつないでLINEビーコン機能を実装する (△)
-
I have the following sensor (https://www.dexterindustries.com/shop/temperature-humidity-pressure-sensor/) and I have been using the following code (https://github.com/DexterInd/GrovePi/blob/master/Sof…
-
We've bought three [relays](http://www.seeedstudio.com/wiki/Grove_-_SPDT_Relay%2830A%29), and we use the following Python Class to interact with the relay (see attached file). Nothing complicated. It'…
-
Environment - Raspberry PI 2
OS - Windows 10 I0T Core
Sensor - Grove - 3-Axis Digital Accelerometer(±1.5g)
On below line...
DeviceFactory.Build.AccelerometerSensor(Pin.DigitalPin3).Read()
The excpeti…
-
We hit a weird error(`Error: Cannot find module 'i2c-bus'`) even we have done `npm install i2c-bus`, we have also checked:
```
$npm list|grep i2c-bus
├─┬ i2c-bus@3.2.0
│ ├─┬ i2c-bus@1.2.5
│ ├──…