Hi Kelvin,
Strangely enough I am currently working on the identical same thing, except I'm using my own robot and not a BOE.
What Allan suggests above is certianly the correct approach for...
Type: Posts; User: Pezi_Pink!
Hi Kelvin,
Strangely enough I am currently working on the identical same thing, except I'm using my own robot and not a BOE.
What Allan suggests above is certianly the correct approach for...
Thanks for your replies chaps, I'll get some more parts and see what I can come up with.
·
Beau, I understand the drop of voltage across the transistors, and the original board certainly doesn't...
Thanks Bruce, this is just one of many different circuits I have tried; The link you posted I have read previously, I will try that one but I would need some extra parts.
re the 4 inputs, you are...
Hello all,
I was hoping someone could assist me with a problem I have with one of my current projects. The basic idea was to take a cheap RC monster truck I have, remove the circuitry, and then...
There's a whole load of information and links to schematics/tutorials for all sorts of motor control circuits here. I would imagine you can find something suitable.
:)
...
To read serial data through VB you just need to add the MSComm control, then set the properties of it to match your device's output (baud, com port, etc), and in your form startup or on a button...
Hey inaki,
It would seem very strange that the problem is *identical* on both sets.
That would seem to indicate the signal generation software/hardware rather than the tv? I'm still wating...
The PAL specification can be VERY picky / fiddly when coding the raster for a given tv set.
Although the Propeller PAL mode may be coded very closely to the "standard" (although there are several...
Will the demo which "demonstrates the power of true parallel processing" be impressive enough to convince the Mrs of a worthy investment ? Maybe she'll get one too! :)
Back on topic, I'm going to...
PJ Allen,
You are correct, it would be "It's Ross' squirrel!!". For some reason the more i think about something like that the more I confuse myself. Amazing really considering I'm English and...
I love the way these things move... very impressive!
Can't wait to see how much better he can make these with Propellers! Continuous realtime everything including communication between...
The pink squirrel is something even I will never be sure of !·
http://forums.parallax.com/images/smilies/freaked.gif·
There is one exception to this rule, and that is if the word already ends in an S, you just put the apostrophe on its own without an extra trailing S. However you are quite correct in that the...
Make a time machine!
But seriously, what sort of level are you talking about? Warping time or lighting LEDs?
Limitless projects are avaliable, why don't you take a look at the myriad of free...
Hi!
Excellent first little project – do you have any further plans for it? Perhaps you could invert its operation and make it find the darkest spot for fun
On the programming side, you asked if...
Paul,
I didn't realsie there was ANY official standard, only what a company would define for their workers!
Learn something new everyday.
Pezi
Yes, it is true.
Generally with pseudo code the author will write it vaguely resembling the language they are using (assuming it's a high level language), but there is no standard.· I suppose it...
cool beans! I'm glad I could help
You may still want to change Main: to this though so you dont prematurley kill (or confuse) your servos
Main:
SERIN 0,84,[DEC1 CmdData]
DEBUG DEC1...
Hello addy,
I think I misunderstood what you were originally asking for, so apologies for that!
In your code, when you run the connect routine like so....
Connect:
PAUSE 1000
Sorry I mis-read your post and thought you HAD a BS2p. The article states they use a undocumented SPSTR serial modifer on the BS2p as you know.
Perhaps there is a workaround to this, Jon or Chris...
Well I don't have one myself - I pointed that article out as it seems to have a section on how to connect to a BS2 (I note a BS2p is mentioned later in the article so it must be possible)
I...
Check out this excellent Nuts 'n' Volts column - GPS with eTrek. Perfect!
www.parallax.com/dl/docs/cols/nv/vol3/col/nv83.pdf
Thanks for the comment KK!
I have finally found the data cable (in the same box as the camera of course..) excuse the less than magazine quality images, phones were afterall primarily designed...
Hello addy,
I don't have any experience with bluetooth, however I will attempt to help you based on the information given.
Firsly, you wish to have the hyperterminal input override the boe-bot...
Greetings all,
So this is my first (mini) project using my Toddler robot. First off say my electronics skill is pretty lacking at present, so on this front I still consider myself to be quite new...