You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
quite an old post, but we experienced the same on some new GrovePi boards.
Downgrading the GrovePi firmware to v1.2.7 fixes the issue (we tried also v1.3.0, but it is affected by the same bug).
To downgrade the firmware, we just cloned this repo, then copy-pasted the firmware grove_pi_v1_2_7.cpp.hex from Firmware/Archive to Firmware and renamed it grove_pi_firmware.hex, and finally executed ./firmware_update.sh.
Hi the community,
I'm trying to use Java language with GrovePI. My development is based on the Software/Java8 directory.
All sensors from the GrovePi+ Starter kit are working in Java excepted the button sensor. I obtain always the same value even if I press the button.
I know the button sensor is working because I tested it with a Python program.
Here is a snippet which uses GrovePi API (Software/Java8).
Here is a snippet where I've isolated the problem (pure PI4J).
I supposed that writeI2c with read command has a problem. Maybe, someone can test these snippets to confirm this issue?
Thx
The text was updated successfully, but these errors were encountered: