Search found 119 matches

by Moki
Mar 15th, 2015, 10:55 am
Forum: The Tool Room
Topic: MakiBox 3D printer...
Replies: 14
Views: 13807

Re: MakiBox 3D printer...

E3D rocks!!

I am sure the wait is worth it.
by Moki
Mar 15th, 2015, 5:53 am
Forum: Miscellaneous Programing
Topic: Javascript book
Replies: 2
Views: 5822

Javascript book

For those that are mastering the Javascript language, there is this free pdf book online.

http://eloquentjavascript.net/
by Moki
Mar 14th, 2015, 5:13 pm
Forum: Arduino
Topic: Auto calibrating ESC and Arduino
Replies: 6
Views: 7995

Re: Auto calibrating ESC and Arduino

2 steps...

A normal 5v relay, switching this one:
http://www.georgekniest.nl/Catalogus/St ... oduct.aspx
by Moki
Mar 14th, 2015, 1:50 pm
Forum: Arduino
Topic: Auto calibrating ESC and Arduino
Replies: 6
Views: 7995

Re: Auto calibrating ESC and Arduino

Set all pwm/ESC at once, than power up all the ESC, using a relay or ssr.
Used this for testing on my raspbery pi code, to reset esc settings.
by Moki
Mar 13th, 2015, 2:30 pm
Forum: Raspberry PI
Topic: Raspberry PI based ROV
Replies: 125
Views: 104462

Re: Raspberry PI based ROV

Not sure, but replace "res" with "response".
See if that helps, i think it will.
by Moki
Mar 13th, 2015, 12:29 pm
Forum: Raspberry PI
Topic: Raspberry PI based ROV
Replies: 125
Views: 104462

Re: Raspberry PI based ROV

Never seen this error before ;)

Which version of node and npm do you use? (node -v and npm -v output please)

And remove the node_modules directory and try the "npm install" command again.
by Moki
Mar 12th, 2015, 4:14 pm
Forum: Raspberry PI
Topic: Raspberry PI based ROV
Replies: 125
Views: 104462

Re: Raspberry PI based ROV

Right... did some deleting on the the code... just to get a keyup/keydown socket event. Using 3 files (server.js package.json and public/index.html) server.js // // Copyright (c) 2015, Eric van Dijken <eric@team-moki.nl> // var version = "0.0.1"; var express = require('express'); var app =...
by Moki
Mar 12th, 2015, 10:24 am
Forum: Raspberry PI
Topic: Raspberry PI based ROV
Replies: 125
Views: 104462

Re: Raspberry PI based ROV

All "lines" should have a "rov_context." in the index.html
As the line is draw on the context, which is a way to view the canvas in HTML5.

And if that fails "TRY HARDER! :D "

Or say "Please 8-) " and ill see if i can hack an example for you.
by Moki
Mar 12th, 2015, 4:02 am
Forum: Raspberry PI
Topic: Raspberry PI based ROV
Replies: 125
Views: 104462

Re: Raspberry PI based ROV

I've had a bit of time to start trying to learn this node and socket stuff.. Hmmm I'm not getting anywhere quick I'm afraid though I can do simple socket connections and say hello world.. so making progress... I still need to do some more java script learning. Keep at it, its not hard... just a lot...
by Moki
Mar 5th, 2015, 3:03 am
Forum: Raspberry PI
Topic: Raspberry PI based ROV
Replies: 125
Views: 104462

Re: Raspberry PI based ROV

I don't babble in Python... so most of what i type about Python... is just what i think (not know) or found using google My guess, is that you need some way to "print" your data. => print "{0:.4f} {1:.2f} {2:.2f} {3:.2f} {4:.2f} {5:.2f} {6:.2f}".format( time.time() - now, (last_...