I would think that it would be easier and more convenient to have a BasicX message board similar to AVRfreaks or even Parallax's forum. I would think it would...
... user friendly....and way more organized. It is quiet, I agree, but is it unfriendly here or do you just prefer a different user interface? I believe other...
Just curious - what sort of sensor or device do you want to attach that presents/consumes a 24V signal? Current loop, or ...? Allowing external power up to...
I guess so... It's just that most industrial sensors (Proximities, Photocells etc.) provide 24V output. In order to incorporate them in to a Bx-24 based board...
I understand. I assume by "Extra stepdown" you mean driving the BX24 from your own regulated 5V source so you have the current to drive the optos. ... good ...
No... I only have 24V Regulated available. Hence i need 5V regulated also to drive the Bx's side of the optos(the Bx will use 24V for power supply). This is...
I have two programs- one uses com1 to communicate with a cmucam, the other uses com3 to communicate with an ssc32 servo board. Each program operates perfectly...
... When I mean unorganized I mean like all the messages are just jumbled together. On forums each "message" has its own page. The search is 10x more...
... Insufficient information. How are you "adding the programs together"? Did you tack them together in one main loop or split them into separate concurrent...
... jumbled together. Yahoo Groups offers _Group by Topic_ if you want to see messages in threads. ... weekend. I suggest that you spend some time thinking...
... I agree. The Yahoo Groups service is far from perfect, and it's not very pretty, but it has very little downtime, and it won't lose interest and abandon...
I'm trying to get an Pololu Micro SCC (using the Mini SCC II equivalent communication protocol) to communicate with the Basic X. The com requires non-inverted...
... You are very close. Add nine bytes to each queue length; that's the overhead required to process the queue. OQ should be 15 bytes for a 6-byte buffer,...
Hi, what do I wrong in converting a string of 6 chars to 6 bytes for a data string to adres 0 in my SitePlayer? dim pascal as single dim gpascal as single dim...
Thanks, good to know, That doesn't seem to have fixed it yet, I suspect it's something more fundamental, Nathaniel ... [Non-text portions of this message have...
Found the solution myself in the mean time by using the wonderful PutQueue mechanism! It's realy so easy toconvert and switch between the different types. ...
Hello, I been building small rolling robots using hacked servo motors. This has been a great expermentign base but, Now I like to make the next leap into...
I like to thank who ever posted the mixer program. After tweeking it for my needs it has been working great on the small servo robot. With some more time I...
I have two stepper motors that i am controlling the timing of via a pulse train. (1 pulse = 1 step) I need to send a different pulse train to each motor......
... anything greater requires a Gaussian elimination or singular value decomposition routine. _Matrices and Transformations_ (Pettofrezzo, 1966) shows a...
I believe the pullup value is on the order of 35k - 50k. You can measure it with a single resistor and a voltmeter or a little code. Put a ~50k resistor...
Go on basicx web site and see example codes for buttons and switches. There is an example of pule up and pule down with the resistors. http://www.basicx.com/ ...
Hi, In the technical specifications of the BX24 documentation overview/hardware reference/page 12. The specs for the I/O internal pull-up resistor value is...
Hello, I need to interface basicx and embeddedblue eb500 module. Firstly I want to send command to eb500 such as "get address","con" etc,does anyone have this...