Search found 151 matches

by perfo
Mar 19th, 2015, 9:41 am
Forum: Raspberry PI
Topic: PI based ROv utilising..Node.Js..socket.io and HTML5 canvas
Replies: 24
Views: 25311

PI based ROv utilising..Node.Js..socket.io and HTML5 canvas

Well the title states it all really, This is my latest idea on the control system for my PI based ROV. I've been getting a lot of help from chaps on this forum as I haven't fiddled with any of the above software before starting this project... Moki has been particularly helpful and has a goo working...
by perfo
Mar 15th, 2015, 6:08 pm
Forum: The Tool Room
Topic: MakiBox 3D printer...
Replies: 14
Views: 13757

Re: MakiBox 3D printer...

What is best for sticking the ABS to the PVC pipe I'm building out of.. I'm hoping to glue on a lot of bits rather than drill holes and bolt / screw..
by perfo
Mar 15th, 2015, 6:43 am
Forum: Miscellaneous Programing
Topic: Help needed before I pull out all of my hair. (Visual Basic)
Replies: 16
Views: 28269

Re: Help needed before I pull out all of my hair.

I've dumped VBA now... Just because of silly MS rules and them trying to keep other browser technologies out of the picture.. Anyway I did get it working with VBA and it works ok but I wasn't happy with it.. I've taken Moki's and others advice and made good progress learning HTML5, javascript, node....
by perfo
Mar 15th, 2015, 6:35 am
Forum: The Tool Room
Topic: MakiBox 3D printer...
Replies: 14
Views: 13757

Re: MakiBox 3D printer...

The link came after a bit of badgering.. so uprated head ordered. more than a week gone by and it hasn't turned up yet.. I'm getting a bit frustrated as they are posted from the UK so shouldn't take more than a couple of days...
by perfo
Mar 15th, 2015, 6:31 am
Forum: Raspberry PI
Topic: Raspberry PI based ROV
Replies: 125
Views: 104217

Re: Raspberry PI based ROV

I'll go and have a look at that link now thanks....I've still a lot to learn.. However I dedicated a lot of yesterday to giving it a good bashing and I think I've cracked it.. I can pan and tilt my camera and turn on off leds on my pi over a html5 web page with node server and socket io I still need...
by perfo
Mar 13th, 2015, 3:27 pm
Forum: Raspberry PI
Topic: Raspberry PI based ROV
Replies: 125
Views: 104217

Re: Raspberry PI based ROV

I changed it to response but still no joy.. I changed it to response.sendFile rather than sendfile and it did something but complained about not knowing where index.html was.. so response.sendFile(full path to index.html) did the trick it is now working... it seems picky if it picks up a key press t...
by perfo
Mar 13th, 2015, 1:26 pm
Forum: Raspberry PI
Topic: Raspberry PI based ROV
Replies: 125
Views: 104217

Re: Raspberry PI based ROV

ReferenceError: res is not defined at /home/pi/Moki2/server.js:18:9 at Layer.handle [as handle_request] (/home/pi/Moki2/node_modules/express/lib/router/layer.js:82:5) at next (/home/pi/Moki2/node_modules/express/lib/router/route.js:110:13) at Route.dispatch (/home/pi/Moki2/node_modules/express/lib/...
by perfo
Mar 13th, 2015, 1:21 pm
Forum: Raspberry PI
Topic: Raspberry PI based ROV
Replies: 125
Views: 104217

Re: Raspberry PI based ROV

Okay cokay.. Node version 0.10.0 I think I rolled this back to an earlier version to get it to work with your rov software.. NPM version 1.2.14 I deleted node_modules and re run NPM install. All seemed good with no errors so I re tried Node server.js and got events.js:72 throw er; // Unhandled 'erro...
by perfo
Mar 13th, 2015, 9:32 am
Forum: Raspberry PI
Topic: Raspberry PI based ROV
Replies: 125
Views: 104217

Re: Raspberry PI based ROV

Does this mean anything to you :) npm WARN package.json Perfo@0.0.1 No README.md file found! npm WARN unmet dependency /home/pi/Moki2/node_modules/socket.io/node_modules/socket.io-parser requires debug@'0.7.4' but will load npm WARN unmet dependency /home/pi/Moki2/node_modules/socket.io/node_modules...
by perfo
Mar 13th, 2015, 5:37 am
Forum: Raspberry PI
Topic: Raspberry PI based ROV
Replies: 125
Views: 104217

Re: Raspberry PI based ROV

npm install...now I see the point of package.json I had erroneously thought it was a file to send with your project to check the right versions where installed. I hadn't realised using npm install actually used the file to install everything you need locally rather than the global express or whateve...