Greetings, This is my first post here so please be gentle. I'm trying to control my iRobot Create (www.irobot.com/create) with my BasicX BX-24 and I'm not...
Seems like you've done all the right things as far as the programming and troubleshooting go. One thing I can suggest is that you try sending a non-inverted...
Hello Is it possible to wait for 1min for keypress. And if the chip get a keypress on its input within 1minute then we have to jump to a location, else after...
According to schematics BX24P uses ATmega8535 chip, wich has hardware I2C support. I wonder, has anybody tried to use this interface from BasicX program? As I...
Hi all..This is Omair and I'm new here..I'm working on my final yr project and need the KXP74 Tri-axis 2 giga accelerometer by KIONIX..I've given them a mail...
Omair, BNB Optoelectronics of Korea sells the KIONIX 74 and will ship to you http://www.bnbopto.co.kr/contact_01.htm ... [Non-text portions of this message...
Hello Group Members! I bought an EASY STEP 1000 MOTOR DRIVER, and A unipolar stepper motor from active-robots.com How can I control the stepper motor with my...
Thanks to you Eric and Paolo. The info you gave me will be of great help. I have been into robotics since 2004 but have not yet been successful with any...
How may I program a BasicX1 if I have the sftware and a chip? Is possible program the device with out using the development boards? any minimal configuration? ...
Hello, Any one may help for a minimum schematic for program the BasicX1 from the parallel port? Only the parallel port signal, power supply and clock circuits...
Has anyone out there gone the basicx IDE working well with wine? I am using wine 1.0.1.fc9 The problem I'm having is the IDE seems to just lock up when it...
Eric
bernhart2002@...
Sep 8, 2008 4:35 pm
22872
Anyone care to share there wine settings?? I have been thinking about writing my own script to upload the bxb to the Bx24 chip. Does anyone know if this will...
Eric
bernhart2002@...
Sep 12, 2008 1:06 am
22873
Can someone help telling me why my for-next loop hangs? See the following: sub WOL() dim i as Byte dim dataBuffer(1 to 110) as Byte 'Make MagicPacket call...
I have to add something. Maybe my way of programming is not right. The main program uses a do loop in which is is testing an I/O pin is changing state. This is...
Found the following "strange" thing. The following works fine. sub WOL() dim i as byte dim dataBuffer(1 to 57) as Byte 'Make MagicPacket call beep() ...
Looks like I'm the only one responding to my own topic. In the mean time I found that it is a problem of RAM shortage. Reducing the size of other DIM's also...
Hi, I checked your for loop and? it is okay. Try debug.print "loop =";cstr(i) inside the loop.This is to check if you stayed in the loop. Should print 6 times....
In the module called Make MagicPacket you are using the variable i to incriment thru the loop, but in the very next line you are assigning the value held in...
Hi, I think he is right. He is using the i as a index for the buffer. His buffer is 1? to 110. So he is addressing the first 6 variable of the buffer and...
Hi, I modified your program like this and it's worked. You would see the red? light in the cpu blinking. rosarite Option Explicit public t as byte ???? Public?...
Good job. It is an easy mistake to make. I am sure you would have caught it. AS a rule if thumb I always save variables i for loops and never use them for...
... Anyone???? or did I just waste $50 ... [Non-text portions of this message have been removed]...
Eric
bernhart2002@...
Sep 25, 2008 4:21 am
22883
Hi, It's look like no too may people are using linux. I used linux and? I tried wine but normally it gave me so may errors ? that I stopped using it. Keep...
All has been solved! It was RAM overflow. With the program RAMALYZE of Don I found that my RAM usage was more than 400 bytes. So I solved it by taking out...
Hi, You do not mention what type of tx/rx you want. There are different type of tx/rx. Here is a link for a rf serial tx/rx used in building robot. ...