Hi all,
I followed all the steps in installing the dependencies, updating the firmware - up to the point where in tried running a simple example by instantiating the nodejs library, but I got the below error:
any ideas?
NOTE: i have raspbian for robots running
pi@dex:~/roborover/mars $ ls
index.js node_modules package.json package-lock.json
pi@dex:~/roborover/mars $ node index.js
Dexter Industries GoPiGo3 1.0.0
Error: GoPiGo3 firmware needs to be version **undefined** but is currently version 1.0.0
at new FirmwareVersionError (/home/pi/roborover/mars/node_modules/node-gopigo3/lib/errors/firmwareVersionError.js:24:125)
at EasyGoPiGo3.Gopigo3 (/home/pi/roborover/mars/node_modules/node-gopigo3/lib/gopigo3.js:92:23)
at new EasyGoPiGo3 (/home/pi/roborover/mars/node_modules/node-gopigo3/lib/easyGopigo3.js:48:120)
at Object.<anonymous> (/home/pi/roborover/mars/index.js:4:13)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
at Function.Module.runMain (module.js:665:10)
/home/pi/roborover/mars/node_modules/node-gopigo3/lib/easyGopigo3.js:55
throw new Error(err);