A program that compiles and runs ok in version 1.48 gets the message "code memory overflow. Program is too big. Limit is 512 bytes" when trying to compile in...
Jim White
jwassoc@...
Jun 2, 2006 2:13 pm
21383
... I believe it is compatible, Jim. Many users migrated to the v2.1 IDE uneventfully a few years ago. Are your IDE Options set correctly (processor type and...
Hello I'm trying to measure the solar radiation by wiring-up a foto transistor to my BasicX as shown in the attached pic... Any ideas on how to relate the...
Hello all. Is it possible to use the bx24 as a relay controller? I'm afraid I don't know enough about the bx24 to know if it would be useful in this role. I...
What are you controling with the relays?? I used Tip120 to turn on the relays for higher current and voltage. Here is a link for a person that is controling a...
I'm building a small pick and place robot that will pick up small plactic tubes and stack then. Dose any one know If there is a cheap linear actuator that will...
For my big bot project I plan to use an SMA gripper using the spring type from www.robotstore.com http://www.robotstore.com/store/product.asp?pid=85&catid=1570...
No, But thanks. I need to place limit switches and control the level that it moves up and down. I remember one time in servo or nuts and volts that somenone...
I've seen this done cheaply like this: Get a drawer slide (like for a under-the-desk keyboard drawer) attach a peice of chain to it (like a 'rack') and use a...
I have been unable to figure out how to create a new module (new .bas file) from within the editor. Am I missing something?? Any help would be appreciated. ...
Hello! I myself meet the same problem. In fact, the only way I found is to rename an old module (after having saved it with a swap name, of course). I'm also...
At 04:16 PM 6/12/2006 -0000, you wrote: I have been unable to figure out how to create a new module (new .bas file) from within the editor. Am I missing...
I recently bought a chip and a dev board, and I tried writing code to utilize the 4 user buttons on the dev board just to test it out. the code is as follows: ...
Hi casen, The Development STATION BXDS board is wired so that Switch OPEN = 0, Switch CLOSED (Pressed) = 1. The Development BOARD "Dev Board-2" is wired so...
Eric, I will be sure to try this when I get off work, but I did have another question that is probably fairly important: I bought just the dev-board, not the...
... but I did have another question that is probably fairly important: I bought just the dev-board, not the kit, so it didnt come with a power transformer. I ...
... much current? A more appropriate question is "is 9 volts too much voltage, or is 300mA too little current?". The processor module will regulate the voltage...
Hi Casen, Since it seems to have worked thus far, it sounds like the polarity (center pin is positive) of the connector was correct for plugging into the Dev...
Hi everybody, I have 2 of the servo motors that I got off the BasicX website and put them on my robot. I programmed both of them to go forward and there...
andycamach@...
Jun 15, 2006 2:00 am
21402
I hack my own servos. The hack that i use keeps the pot inside the servo so that a small screwdriver can set the servo. You most likely got servos that the...
hey eric, I tried the code you posted earlier, and it worked. What I was doing wrong was I did not configure the pin as an Input, I also didnt call any delay's...
Option Explicit Public Sub Main() Dim PulseTrain(1 To 3) As New UnsignedInteger dim pulse as New UnsignedInteger dim freq as New UnsignedInteger Call...
... This will always yield one or zero. You need to either work in singles or move a fixed decimal point left by multiplying the dividend correspondingly. ...
Hi Ashwin, If the hardware is wired correctly and the pulsetrain triggers on the correct edge, then PulseTrain(1) will contain an unsignedinterger count of the...
... servo so that a small screwdriver can set the servo. You most likely got servos that the pot was removed and replaced with two resisters. Resisters have a...
Have somebody tried to read the 'end of speech' signal from SP03 Command Register? Thanks, Massimo Negrotti Professore Ordinario di Metodologia delle Scienze...
Hello, I am trying to access an ATMEL 24C512 EEPROM and am having quite a bit of difficulty. I think have everything wired correctly and the BX24 seems to be...
Hello; I had to replace my EEPROM about a year ago. Don't make the mistake I made and try to put a 64K part in it's place; the control signals are different...
Robotics_Job_Search
Robotics_Job_Search@...
Jun 22, 2006 12:52 am
21411
I don't know if this will help you, but you might have a look. I have implemented some code for accessing the I2C version of Ramtron's FM24C256 EEProm. You can...