Marcello Barile
Marcello Barile
> Is this project still being maintained, if so I can add more information about the bug. > i Please add further information in any case; if the project is...
hi @kpolleck, can you please tell me the firmware version which is installed on your GoPiGo? I'll try to reproduce the issue with yours. Best regards
Hello @kpolleck, it might be the voltage checking timer (which ticks every minute). I look forward to knowing the details of your environment (if possible can you also provide some...
Nice catch @kpolleck, I was unaware of that thread... I'd say that it might be worthy to give it a try but, if you prefer, I can dig into it...
awesome @kpolleck! @DexterInd do you think is there something that I can do codewise? Are you guys aware of this case?
hi @kpolleck, in addition, I'd also like to know something more about your environment; Java version and pi4j version would helps. Regards
hi @wmmihaa, please try the example provided in the readme page. ``` var board = new Board({ debug: true, onError: function(err) { console.log('Something wrong just happened') console.log(err) }, onInit: function(res)...
alright but then the "led.turnOn" call should be placed inside the "onInit" handler. You can find something more here: https://github.com/DexterInd/GrovePi/tree/master/Software/NodeJS/tests
@gtrifonov thank you so much for having pointed it out, I've just published a patch for that; just update your package to the 2.1.1 version.
any update or how to work-around this?