Questions tagged [grove]
7 questions
1
vote
1 answer
Problems using the DHT20 with Raspberrypi pico
I'm new to the raspberry Pi Pico.
I've been programming my Pico in micropython to use a DHT20 temperature and humidity sensor, using the library given in the seeedwiki I can't get it to work using the code they give me as seen below:
from machine…

Daan Bos
- 27
- 3
0
votes
0 answers
Video url add to jenkins pipline
I have a pipline that runs like
node() {
environment {
DATA="${env.DATA}"
BUILD_DESCRIPTION="${env.BUILD_URL}"
}
stage('Start autotest') {
checkout scm
def customImage =…

Константин Ленивков
- 17
- 2
0
votes
0 answers
XBee end node reads same IO sample always for rotary angle sensor
I have 3 XBee SMT Grove Development Boards. I configured two of them as coordinator and endnode respectively. Note that the end node is not connected to any intelligent computer via its serial interface. It is simply powered on and is configured to…

lightsunray
- 409
- 5
- 16
0
votes
0 answers
esp32-s3-devkit-c using a seeduino 9dof gyro and accelerometer
so today i tried using my seeduino 9dof with my esp32.
When i tried using the library that seeduino has made it compiled with this error "avr/pgmspace.h no such file or directory”.
I also tried reading the raw i2c data but i only manage to read…

ZNOW
- 1
0
votes
1 answer
using temp & humidity Arduino sensor
how to take the reading in Celsius utilizing java code, not Arduino IDE
var tempSensor = myGroveBoard.getPin(14);
tempSensor.setMode(Pin.Mode.ANALOG);
0
votes
1 answer
What is/Why Marklogic Grove?
Just took a glance at the Grove documentation. It simply mentions about a middle-tier and a front-end providing some operations which were supposedly to be workaround on some areas. Correct me if I'm wrong.
I however did not understand the purpose…

Giftson David
- 23
- 1
- 9
0
votes
1 answer
ERROR: Command errored out with exit status 1: When trying to 'pip install quantum-grove' in window
I'm trying to fix with 'pip install --upgrade setuptools && python -m pip install --upgrade pip', but it still not work and error. How can I do?
ERROR: Command errored out with exit status 1: command:
'c:\users\it\anaconda3\python.exe' -u -c…

P.Chian
- 65
- 1
- 7