Search the web
Sign In
New User? Sign Up
basicx · Discussion list for the BasicX family of microcontroller chips
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 21382 - 21411 of 23222   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21382
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@...
Send Email
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...
Tom Becker
b19063
Online Now Send Email
Jun 2, 2006
6:55 pm
21384
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...
David Sousa Mendes
davidsousame...
Offline Send Email
Jun 2, 2006
11:11 pm
21385
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...
maxpandemonium
Offline Send Email
Jun 3, 2006
2:08 am
21386
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...
mechatronicsccc
Offline Send Email
Jun 3, 2006
10:53 am
21387
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...
mechatronicsccc
Offline Send Email
Jun 3, 2006
10:53 am
21388
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...
Gary Tolley
grogyan
Offline Send Email
Jun 5, 2006
10:30 am
21389
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...
Mechatronics At Camde...
mechatronicsccc
Offline Send Email
Jun 5, 2006
5:58 pm
21390
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...
daveleb55
Offline Send Email
Jun 5, 2006
8:04 pm
21391
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. ...
Edward Ringel
aa1wz
Offline Send Email
Jun 13, 2006
12:18 pm
21392
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...
Massimo
massimo.negr...
Offline Send Email
Jun 13, 2006
2:35 pm
21393
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...
Ken Arck
ah6le
Offline Send Email
Jun 13, 2006
3:06 pm
21394
... It isn't at all obvious but if you try to add a new, non-existent, module to a project, the IDE will create an empty .bas file. Tom...
Tom Becker
b19063
Online Now Send Email
Jun 13, 2006
3:48 pm
21395
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: ...
nova_man1010
Offline Send Email
Jun 14, 2006
4:24 am
21396
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...
eserdahl@
ericserdahl
Offline Send Email
Jun 14, 2006
6:13 am
21397
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...
nova_man1010
Offline Send Email
Jun 14, 2006
3:58 pm
21398
... 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 ...
Lauren Vanderhoof
wireless_fut...
Offline Send Email
Jun 14, 2006
4:31 pm
21399
... 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...
Tom Becker
b19063
Online Now Send Email
Jun 14, 2006
4:39 pm
21400
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...
eserdahl@
ericserdahl
Offline Send Email
Jun 14, 2006
7:26 pm
21401
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@...
Send Email
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...
Mechatronics At Camde...
mechatronicsccc
Offline Send Email
Jun 15, 2006
5:09 pm
21403
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...
nova_man1010
Offline Send Email
Jun 15, 2006
5:11 pm
21404
Option Explicit Public Sub Main() Dim PulseTrain(1 To 3) As New UnsignedInteger dim pulse as New UnsignedInteger dim freq as New UnsignedInteger Call...
Ashwin Sathyanarayanan
ms_ashwin
Offline Send Email
Jun 16, 2006
2:31 am
21405
... 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. ...
Tom Becker
b19063
Online Now Send Email
Jun 16, 2006
4:04 am
21406
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...
eserdahl@
ericserdahl
Offline Send Email
Jun 16, 2006
5:28 am
21407
... 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...
jxpicciri2000
Offline Send Email
Jun 16, 2006
3:08 pm
21408
Have somebody tried to read the 'end of speech' signal from SP03 Command Register? Thanks, Massimo Negrotti Professore Ordinario di Metodologia delle Scienze...
Massimo
massimo.negr...
Offline Send Email
Jun 17, 2006
8:46 pm
21409
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...
cfrysinger2000
Offline Send Email
Jun 21, 2006
11:13 pm
21410
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@...
Send Email
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...
Victor Fraenckel
vfraenc1
Offline Send Email
Jun 22, 2006
10:38 am
Messages 21382 - 21411 of 23222   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help