How are you controlling the wheel motors? ... and ... to ... advise???...
21806
Mechatronics At Camde...
mechatronicsccc
Dec 2, 2006 5:00 am
Right now I have a small table top robot with hacked servo motors. I also would like to use this with the battle bot that uses victor speed controlers. They...
21808
Chris
robotlogic
Dec 4, 2006 10:50 pm
Try this, I didn't test it yet but I think it will work. ' Pulse value sent to servos Dim Left_Servo_Val As Integer Dim Right_Servo_Val As Integer ' Your...
21809
Tom Becker
b19063
Dec 7, 2006 6:11 pm
... I've simplified both the BX-24 and FPU code in this FPU Function Timing Tool code example. The sample µM-FPU code includes both 2x2 and 3x3 matrix...
21810
Sam
whatup_g2000
Dec 7, 2006 11:01 pm
Hi Tom, I am really interested in doing matrix inversions with the BasicX, particularly of 4x4 matrices and greater for systems identification and optimization...
21812
Tom Becker
b19063
Dec 8, 2006 4:18 am
... No, I wrote the 2x2 and 3x3 inversions in the example. I suspect you'll need to put an algorithm together using its native matrix-handling instructions,...
21813
Tom Becker
b19063
Dec 10, 2006 6:23 pm
Does anyone know if any compiler setup values are available to code? Specifically, is there a way for code to determine the Compiler/IDE39;s ...
21814
gekil888
Dec 11, 2006 11:37 pm
hello there....i am just wonderin..is there anybody who has made any inverted pendulum controlled with the bx-24?i am new in basicx and i will be very greatful...
21815
spillikinaerospace
spillikinaer...
Dec 14, 2006 12:06 am
hello anyone, has this happened to you? BasicX downloader v 2.1...I/O Ports...ATN Diagnostic... set ATN pin high, voltage between pins 3 & 4 (24p) is about one...
21816
mr_tentacle_too
Dec 16, 2006 1:50 am
I'm working on one, but it isn't done yet. I am using a gyro and accelerometer to measure the angle, the biggest challenges right now are that the inverse...
21817
morenovrichard
Dec 19, 2006 12:08 pm
Why does the following procedure produce a syntax error? Any idea anyone. Thank-you for your time! Option Explicit Dim OutputBuffer(1 To 30) As Byte Dim...
21818
Tom Becker
b19063
Dec 19, 2006 3:00 pm
... I think your error is in the previous line, which should be Public Sub CreateFile [...]. I think you defined a string named CreateFile, but that syntax...
21819
Mike Perks
basicx_austin
Dec 19, 2006 3:01 pm
morenovrichard wrote: Public _*Sub*_ CreateFile(ByVal FileName As String) ... [Non-text portions of this message have been removed]...
21820
Chris Odom
chris_odom_g...
Dec 19, 2006 3:10 pm
You have several mistakes: Most important, your program needs a Main procedure. Add the lines: Public Sub Main() Call CreateFile( << File Name here >> ) End...
21821
benoit_bleau1
Dec 19, 2006 3:17 pm
This looks like a bug in the compiler. This same code in the Main sub compiles fine: Option Explicit Dim OutputBuffer(1 To 30) As Byte Dim InputBuffer(1 To 13)...
21822
benoit_bleau1
Dec 19, 2006 5:23 pm
... Darn.... I missed the *SUB*... egg on my face -Ben...
21823
Don Kirby
psyclopedia
Dec 19, 2006 10:44 pm
... It's a common mistake to leave out or mispell something like that. For future reference, when the compiler complains about a line of code that looks...
21824
gekil888
Dec 23, 2006 8:41 pm
hello there...cause i am new with bx-24 i would be very greatful if you could help me for how to control a step motor.i have a bipolar one(with four wires from...
21825
shobair3000
Dec 24, 2006 10:00 pm
hi everyone i face problems in interfacing and connecting 4*4 keypad (RS 335-429) with basicx-24 with 2*16 lcd, as a user interface to my project. i have to...
21826
shobair3000
Dec 24, 2006 10:03 pm
hi gekil i can help u by doing my way. u have to have (Driver ) for the motor to amplify the signal coming from the basicx24. so the connection will be as...
21827
spillikinaerospace
spillikinaer...
Dec 25, 2006 2:35 am
here's a problem for somebody who's smarter than me: i wanted to know how long it takes for the basicx 24p to execute a certain routine that i wrote, so i...
21828
Tom Becker
b19063
Dec 25, 2006 2:45 am
Here's a tool that does what you're trying to do, I think: http://tech.groups.yahoo.com/group/basicx/message/16004 Tom...
21831
Tom Becker
b19063
Dec 25, 2006 3:39 pm
Ah, heck. It's in http://tech.groups.yahoo.com/group/basicx/files/Datasheets-Appnotes-Examples-Drawings/ Clocks......
21832
p_dubinsky
Dec 25, 2006 4:40 pm
Does anyone know if that dude in Ohio who did the "Wizards of Winter SM" video did anything this year? Last year his sound and light show was the highlight of...
21833
spillikinaerospace
spillikinaer...
Dec 26, 2006 12:47 pm
that's much easier. i'll try it tomorow. there's one thing, though, that i don't follow. in your code where it says "' Insert your Timed Function code...
21834
Tom Becker
b19063
Dec 26, 2006 12:56 pm
... Because local vars are assigned stack space dynamically and take some processor time. If you don't want to include that time, you can place your vars...
21835
Tom Becker
b19063
Dec 26, 2006 6:07 pm
... as BasicX can do 32 bit floating point math... Here's a comparison of my 3x3 matrix inversion, done in Basic-X, which takes ~4345µS. The µM-FPU performs...
21837
spillikinaerospace
spillikinaer...
Dec 28, 2006 7:53 pm
thanx, Tom, your method worked and i figured out what was wrong with my method. by using the cstr function, ie, x=cstr(timer) i was getting screwed up numbers...
21838
Tom Becker
b19063
Dec 28, 2006 8:52 pm
... point value of 7 digits. There are two errors in that statement: - floating point values are not resolved to some number of decimal digits (that would be...
21839
Paul Midgette
paulmidgette
Dec 29, 2006 6:25 am
Hello, A friend of mine forgot the combination to his safe...So, I was wondering if anyone here has ever successfully constructed a safe dialer....something...