BasicX
Discussion forum for the BasicX family of microcontroller chips.
Search Results for "pid"
Post a new Thread
Conrad A***** - Mar 8 2007
I am in the mechanical field (I took a systems and controls class
about 4 years ago) however I do dabble in quite a bit of electronics
(BX24 related) on the side.
A project ... 
ricinecwh - Jul 22 2006
My projectis the temperature control by using PID writing in the basicX.
I had asked this question before, and get the method to find the three
values P, I, D out. However, my... 
ricinecwh - Jul 1 2006
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 temperature is larg... 
soso soso - Feb 16 2006
I have tried the following method to detect the loop freq
Do
call control() 'a control function
putpin(14,1)
putpin(14,0)
delay(2.5e-4)
loop
I observed the ... 
Eric - Dec 13 2005
I have not used this board with a BX, but I have one and have used it
with the Brainstem Moto. There is documentation on the acroname site
about it and about the Moto board.... 
Mike Perks - May 13 2005
naimead wrote:
> Actually I have my first basicX connected to a GPS and my second
> connected to many other devices(such as sonars,etc...).What i want
> to do,is course... 
tombhandley - May 6 2005
Tom, I'm sure this will be stupid questions but for the dither are
using bipolar (ie: Add or Subtract)?. Have you considered PID? I ask
this as I'm dealing with this on my... 
Ed - Jan 20 2005
Hi
I'm writting a program to control an ICON H bridge with a PID
controller. I basically send data to the serial port and the board
moves the motor. The p... 
neil jepsen - Sep 28 2003
400Khz is right on the upper limit for counttransitions or pulsein and I
doubt if you'll be able to successfully count so fast. What I would be
tempted to try is ... 
John Piccirillo - Sep 23 2003
To me the main problem with the Sharp sensors for the
Fire Fighting contest is that the update rate is slow compared
to the Devantec sonars. I think the fastest ... 
Mark Newell - Jul 13 2003
Jim,
I will take one more chance and then I would like to see more
discussion of our projects, how we do them and how to help
each other. (If you don't want thing... 
CountryRoadz - Oct 21 2002
but I'm enjoying all the fine contributions by other BX-24 users.
I'm new to the BX-24 but it's working great for my application for a
telescope drive interface a... 
Alex Chaihorsky - Oct 11 2002
Dear guys,
I never worked with BX-24 HW interrupts before and have not found a
clear explanation in BX docs of how it work. The "Counting pulses
with hw inte... 
Mark Newell - Sep 16 2002
Hi,
If one is looking for a source to build and fully
understand "fully autonomus" helicopter flight check
out:
http://autopilot.sourceforge.net/
... 
Stephen - Sep 10 2002
Here's a good site for some dead reckoning and IR reading using a
BX24...
He's published his source which is the best way I *try* to learn
coding.
I'm startin... 
biovirus1 - May 18 2002
PID code Version 1.1
Dear BX folk,
This is the PID code for the BX24 that I adopted from Martin "The
Selma Man" Hebel's adoptation of PID algorithm for BS2... 
basi...@yahoogroups.com - May 18 2002
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the basicx
group.
File : /PID 1.1.zip ... 
biovirus1 - May 16 2002
Dear guys,
I have finished and tested my new PID code for BX4 (although I seem
to have fried my BX4 in the process of combing it with my other
tasks!)
.
... 
nordzipple - Dec 12 2001
I've uploaded my next step in making a PID controller(PID2.BAS)under
BX24 files. Just a 4-button user interface it still lacks the best
parts, PID algorithm etc, ... 
basi...@yahoogroups.com - Dec 12 2001
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the basicx
group.
File : /BX24/PID2.bas... 
- Dec 1 2001
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the basicx
group.
File : /BX24/PID.bas ... 
- Nov 30 2001
Help! My question is, should I even bother? Is this futile?
I am attempting to make a PID controller using a barebones BX24, no
RAM Sandwich or LCD+. I'm happy ... 
Dave Houston - Oct 25 2001
Frank,
From a brief look at the readme file it appears you have ignored my
feedback (which was based on my own use as well as that of a couple
of people beta... 
Richard Friedrich - Oct 23 2001
does anyone know where there are examples of PID code suitable for use on
BX-24 ?
thanks
]
richard
... 
- Oct 26 2000
Hi-
Just wondered if anyone had some code for a PID loop control for the
BX-24. I have been working on some projects that could really use
better control. ... 
dakota - Oct 24 2000
are not we saying the same thing ?
if
front=cw
rear=ccw
left=cw
right=ccw
good point on throttle mix (collective)
any clue on how gyros feed back in... 
Dan Creagan - Oct 21 2000
Dexton's answer is good, you may also like to look at:
http://academic1.bellevue.edu/robots/mogotut/simplemotor.htm
There is some experimental code to dri... 
Dave D'Epagnier - Mar 21 2000
I want to implement a PID loop temperature controller using a thermoelectric
cooler/thermister interfaced to the uP with a DAC and ADC.
To perform the PID contro... 