Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

basicx · Discussion list for the BasicX family of microcontroller chips

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2221
  • Category: Microcontrollers
  • Founded: Aug 11, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 11609 - 11638 of 23507   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
11609 petervanlievenoogen
petervanliev... Send Email
Nov 1, 2002
8:36 am
... Looks nice BX emulation. ... There are two types off increment and decrement, one a Time or five a time, this for limiting the max writes cycles to the...
11610 twesthoff
twesthoff@... Send Email
Nov 1, 2002
12:58 pm
Frank, That BX emulation program would be nice to have. Will it be available to the rest of us sometime? Tom ... ADVERTISEMENT...
11611 Harry J. White
hwhite41 Send Email
Nov 1, 2002
2:22 pm
Tie the pin high with a 5K resistor. Harry ... From: kfk256 [mailto:kfk256@...] Sent: Friday, November 01, 2002 2:04 AM To: basicx@yahoogroups.com ...
11612 Patrick Kelley
basicx@... Send Email
Nov 1, 2002
5:04 pm
plug it into an A/D Pin (pins 13 - 20) Use "Call GetADC(InputPin, Voltage)" where InputPin is a byte and Voltage is a single. There's sample code on basicx.com...
11613 Trevor Pinkney
tpinkney@... Send Email
Nov 1, 2002
7:39 pm
Hi, Thanks for the help. I think you answered my question by letting me know that I will end up using the GetADC command to read the sensor I described. This...
11614 Frank Manning
frankmanning... Send Email
Nov 1, 2002
8:12 pm
From: "petervanlievenoogen" <peter.vanlievenoogen@...> ... I wrote a short test program that reads all 14 of the MaxPower values, plus all 14 of the...
11615 Ian
ian_caseyus Send Email
Nov 1, 2002
10:23 pm
Frank, A couple of suggestions(next upgrade), for those of us who use an external program to communicate with BX units after a download. 1) Add a set of Com...
11616 Leif Zars
lzars2000 Send Email
Nov 1, 2002
11:00 pm
I need to hook up a ttl level line from pins 1 and 2 to establish a fast connection between the basicx and another processor but I don’t want to use a level...
11617 Frank Manning
frankmanning... Send Email
Nov 2, 2002
2:48 am
From: "twesthoff&quot; <twesthoff@...> ... If there's enough interest, we can make it available. BTW, this is a high level emulator of the OS. It's not...
11618 cameleon_x Send Email Nov 2, 2002
4:44 am
I have a mysterious problem for you all gurus. First, I will tried to expose shortly my situation. I have a very simple program. His mission is to record the...
11619 Tony Brenke
trbrenke Send Email
Nov 2, 2002
6:45 am
I am intersted in this. also in the source, if that is avalable, to upgrade it if posable to a full fetured simulator. ... ...
11620 petervanlievenoogen
petervanliev... Send Email
Nov 2, 2002
8:00 am
Maybe you need to add this to the original program and cycle the power. I will build A new pcb, and simulate it the same way. Did you look at my power on scope...
11621 Dan Bielecki
dan_bielecki Send Email
Nov 2, 2002
8:20 pm
Okay, this thread REALLY got my attention now. Frank, Please expand on the bx emulator. .db. ... From: Tony Brenke [mailto:trbrenke@...] Sent: Friday,...
11622 cameleon_x Send Email Nov 3, 2002
10:48 pm
I am very in the dark. This is very crasy. PLEASE, any help, I realy don't understand. I put here my code, maybe you will find something wrong but me, I don't...
11623 Frank Manning
frankmanning... Send Email
Nov 3, 2002
11:53 pm
From: "cameleon_x" <cameleon_X@...> ... Is this a BX-24? Com2 only works on a BX-01. You probably want Com3 here. By the way, the posted source code had a...
11624 cameleon_x Send Email Nov 4, 2002
12:29 am
Thank you for your answer Frank. I use a Bx-01 for this code. This Bx-01 send some data to an other B- 24. I know I'm a rooky, but my serial communication...
11625 Frank Manning
frankmanning... Send Email
Nov 4, 2002
2:46 am
From: "cameleon_x" <cameleon_X@...> ... Yes, my mistake. You did mention that -- I should pay better attention. ... Well, here is what I was seeing toward...
11626 cameleon_x Send Email Nov 4, 2002
3:26 am
I see Frank :o) So, In my code, the end of procdure play_map1 is : ... map1=map1+2 exit sub end if debug.print "19" debug.print end sub .... What about my...
11627 robertguyser Send Email Nov 4, 2002
7:08 am
Hello all. I am a industrial design student working on a project for "toy design" class. I am building a small electronic music toy for children. without going...
11628 PaulDee0046 Send Email Nov 4, 2002
3:30 pm
I have a BX-24 setup that is working fine with a 7.5vdc supply going through a 7805 regulator. The problem is that I need 12vdc(at 15ma) to pull down an...
11629 Tom Becker
b19063 Send Email
Nov 4, 2002
3:59 pm
... relay that is switching 110AC. Why use regulated voltage for a relay? If your TIP120 pulls the low side of the relay to ground, just tie the top to...
11630 Bruce Reichlen
breichlen Send Email
Nov 4, 2002
4:21 pm
Also use an open collector gate such as a 7438. This will allow the circuit to run at 5 Volts, while allowing the relay to be at 12 volts. ... From: Tom Becker...
11631 Dave Houston
dorothy1801 Send Email
Nov 4, 2002
4:22 pm
Unless the 7805 is getting abnormally hot and/or heat dissipation is a problem, you should be OK. I use a 12VDC wall transformer to a 7809 which feeds pin 24...
11632 Paul Stowitts
cozybi Send Email
Nov 4, 2002
5:03 pm
You can also add a heat sink to the 7805 to dissipate the heat. ... From: PaulDee0046 [mailto:pauldee0046@...] Sent: Monday, November 04, 2002 7:30 AM ...
11633 Frank Manning
frankmanning... Send Email
Nov 4, 2002
5:23 pm
From: "cameleon_x" <cameleon_X@...> ... The problem may be too much recursion. Procedure setting_initial calls wait_for_action, which calls record_mode....
11634 PaulDee0046 Send Email Nov 4, 2002
6:01 pm
Thanks for the help. So if I have a heat sink on my 7805 and I keep feeding it 12-15 vdc of unregulated voltage (Wall Wart) and my overall drain is less than ...
11635 Harry J. White
hwhite41 Send Email
Nov 4, 2002
6:06 pm
I often use 7805 supplied from a 12vdc source with no problems. Yes they will get hot but it doesn't seem to cause any problems. Just don't touch it and you...
11636 Dave Houston
dorothy1801 Send Email
Nov 4, 2002
6:46 pm
... No. The 7805 will still have to drop the same voltage so it will be the same temperature. I don't think the current draw makes much difference. Plus, the...
11637 prolink3s Send Email Nov 4, 2002
6:49 pm
Hi I having trouble getting the correct voltage reading using GetADC. Using a voltmeter it says 0.3volts but GetADC says it is only 0.03. What is going on...
11638 Lauren Vanderhoof
lvanderhoof@... Send Email
Nov 4, 2002
7:53 pm
Paul, A few BOTE calculations. Assume 15V (worst case) input and 300 MA current then power dissipated in 7805 is (15 - 5) * .3 = 3W which is a fair amount for...
Messages 11609 - 11638 of 23507   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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