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 21422 - 21451 of 23214   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21422
My project is to control the temperature of a plant. The temperature of the plant will be monitored and as an input of the basicX controller. If the input...
ricinecwh
Offline Send Email
Jul 1, 2006
11:31 am
21423
I’m sure there are more sophisticated ways to do this, but… In theory you’re supposed to be able to put a very low resistance very high wattage resistor,...
Doug Metzler
lwtcdougm
Offline Send Email
Jul 1, 2006
11:31 am
21424
After reading about Com3 overhead on one of the boards, I decided to measure it to determine if opening Com3 only when needed would be beneficial for my...
cfrancois_55116
Offline Send Email
Jul 1, 2006
2:10 pm
21425
After about 2 or 3 thousand hours of use, I'm finding that the BX24p internal pull-ups are going bad. So far, 3 of them have gone south. The circuit is only a...
Don Kirby
psyclopedia
Offline Send Email
Jul 1, 2006
6:12 pm
21426
At 06:12 PM 7/1/2006 -0000, you wrote: After about 2 or 3 thousand hours of use, I'm finding that the BX24p internal pull-ups are going bad. So far, 3 of them...
Ken Arck
ah6le
Offline Send Email
Jul 1, 2006
6:25 pm
21427
My experience is the contrary. I've never seen a bad pullup on a BX-24 pin; I've smoked a few pins, but only in careless development by my own hand. ... How...
Tom Becker
b19063
Offline Send Email
Jul 1, 2006
7:41 pm
21428
I'll have to agree with Tom on this one, the internal pullups are internal to the Atmel chip, not the BX24 board. Thinking aloud: Given that I have a few spare...
Don Kirby
psyclopedia
Offline Send Email
Jul 2, 2006
11:37 am
21429
Hi everyone, thanks for the help so far. I've done the recommended reading on the web and found a controller which I think is able to solve my problem. ...
greywolf
greywof2001
Offline Send Email
Jul 3, 2006
2:56 am
21430
... tempature ... Depending upon the required accuracy, you may or may not need PID control. Will your control device be simple heat on/off, cool on/off or do...
Craig
wurlitzer28
Offline Send Email
Jul 3, 2006
2:14 pm
21431
It 's just an simple question I would like to ask the lowest requirment for the computer to install the basicX (and run it , of course)...
ricinecwh
Offline Send Email
Jul 3, 2006
2:28 pm
21432
... If you understood my previous post then setting your control values should be done in stages. NOTE: I would use "Single" data types for the Gains as you...
Craig
wurlitzer28
Offline Send Email
Jul 3, 2006
2:30 pm
21433
... I had this page on my hard drive but I do not know the URL. It is another way of explaining PID and some ACTUAL math. While the approach is different, both...
Craig
wurlitzer28
Offline Send Email
Jul 3, 2006
2:38 pm
21434
... According to Netmedia, it's "For Windows 95/98/ME/NT/2000/XP" so you should be able to run a 386/16 with Win95 - or anything Wintel, later and faster. Tom...
Tom Becker
b19063
Offline Send Email
Jul 3, 2006
3:47 pm
21435
A nice treatise Craig...I enjoyed reading it. It sounds to me as though you are a bit of a PID enthousiast, as am I. I enjoy playing with PID, whether it be...
njepsen@...
neil_jepsen
Offline Send Email
Jul 3, 2006
9:54 pm
21436
Thanks for the help guys!Is it possible to count the number of measurements that have been recorded into EEPROM?For example using putEEPROM() to record for...
naimead
Offline Send Email
Jul 3, 2006
11:02 pm
21437
Thank you for your help I am now starting the maths of the PID ... on/off ... suggest ... resulting ... example ... change ... if ... then ... set ... adding ...
ricinecwh
Offline Send Email
Jul 4, 2006
3:58 pm
21438
I had posted PID code for BX24 on this forum about two years ago. It was in "Files" area but now the whole area looks different. But it must be there...
Alex Chaihorsky
biovirus1
Offline Send Email
Jul 4, 2006
4:28 pm
21439
... Two clicks finds that it's still there; look in Files/Datasheets-Appnotes-Examples-Drawings/Code Techniques. You uploaded it as "biovirus1". Tom...
Tom Becker
b19063
Offline Send Email
Jul 4, 2006
5:32 pm
21440
... though ... Thanks, I know what you mean about the $#@% ankle deep if the pumps don't work right. I do like working with PIDs as once you get past 3 things...
Craig
wurlitzer28
Offline Send Email
Jul 5, 2006
12:40 am
21441
Hi everyone, I've been trying to learn the differences between PStamp code and BasicX code with this project. I'm converting the provided code from Parallax...
tc_lawabider
Offline Send Email
Jul 5, 2006
8:15 pm
21442
I am confused as to what to buy and how these things work. I want a cheap audio tranducer that I can use the SOUND command to produce various audio sounds....
deltapparo
Offline Send Email
Jul 6, 2006
7:15 pm
21443
... Most piezo sounders have a narrow useful frequency spectrum; those I've handled seem to like 2KHz, or so. If you intend to produce musical sounds or...
Tom Becker
b19063
Offline Send Email
Jul 6, 2006
9:50 pm
21444
Sorry, wrong link. Should be: http://www.panasonic.com/industrial/components/pdf/001_eas_microspeaker.PDF Tom...
Tom Becker
b19063
Offline Send Email
Jul 6, 2006
10:21 pm
21445
Anyone? I've got some newer code... Now I think it might be variable types, since it doesnt enjoy using bytes for some of them. ******************** ...
tc_lawabider
Offline Send Email
Jul 7, 2006
4:11 am
21446
I am trying to measure 10 - 15 volts. I have the following program '-------------------------------------------------------------------- ' This program will...
nuepatrick
Offline Send Email
Jul 7, 2006
10:03 pm
21447
Please disreguard the previous post Here is a better version of what I need to do. The only problem I am having now is that the displayed value is not tracking...
nuepatrick
Offline Send Email
Jul 7, 2006
10:33 pm
21448
Hello, My name is Aviv and I'm studying Electronic Engineering In Israel (www.hit.ac.il) As part of my degree I'm doing a project on the following issue...
aviv_marom
Offline Send Email
Jul 7, 2006
10:33 pm
21449
... Is the pin's pullup on? If you haven't, set the pin to InputTristate. Tom...
Tom Becker
b19063
Offline Send Email
Jul 7, 2006
10:46 pm
21450
ASCII graphics can be a pain, but I have to ask : Shouldn't P13 be connected between R1 and R2 ? Thad nuepatrick <nuepatrick@...> wrote: ' This program...
Thad Larson
highwayman_3...
Offline Send Email
Jul 7, 2006
10:48 pm
21451
It is connected between R1 and R2 As a note when I start at 0 volts I have an ADC value of ~300 I can increase the voltage until I get to 11.7 volts which is...
nuepatrick
Offline Send Email
Jul 7, 2006
11:01 pm
Messages 21422 - 21451 of 23214   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