vkjuju

Results 16 comments of vkjuju

please take a look at the following npmlist i2c-bus, does that mean my ic2-bus installed successfully ? Thanks Joe npm list i2c-bus [email protected] /home/pi/workspace/rapiro-iotf ├── [email protected] ├─┬ [email protected] │ └──...

no luck after reinstall , I don't know how to debug this issue, any more advice ? other modules running perfectly on my pi3 except this one, I have been...

my node.js code is as follows, looks like serialport calling j2c-bus module, any advice would be appreciated . const SerialPort = require('serialport'); const Readline = SerialPort.parsers.Readline; const port = new...

working around it as follows: cd /home/pi/Dexter/GrovePi/Software/NodeJS/libs/sensors/base npm install i2c-bus

but we hit another error: pi@raspberrypi:~/workspace/rapiro-iotf $ sudo node robot_main.js starting info GrovePi.board GrovePi is initing /home/pi/workspace/rapiro-iotf/robot_main.js:165 soundSensor = new SoundAnalogSensor(2) ^ TypeError: SoundAnalogSensor is not a constructor at onInit...

node.js code: function start() { console.log('starting') board = new Board({ debug: true, onError: function(err) { console.log('TEST ERROR') console.log(err) }, onInit: function(res) { if (res) { ultrasonicSensor = new UltrasonicDigitalSensor(2) lightSensor...

I have opened a new issue: https://forum.dexterindustries.com/t/typeerror-soundanalogsensor-is-not-a-constructor/5074

> nbPredictors [1] "NumCI" "NumDR" "NumECI" [4] "NumPS" "NumSCI" "NumSR" [7] "NumUNK" "CI.1940" "CI.1945" [10] "CI.1950" "CI.1955" "DR.1955" [13] "PS.1955" "CI.1960" "PS.1960" [16] "CI.1965" "PS.1965" "CI.1970" [19] "CI.1975" "CI.1980" "CI.AsiaPacific"...

any advice would be appreciated.

Hi, Max, our professor selected your book as our courseware, please take a look at this issue once you get a chance , Thanks... your book: Applied predictive modeling->Chap13->computing We...