Sign in

username:

password:



Not a member?

Search basicx



Search tips

Subscribe to basicx



basicx by Keywords

Accelerometer | ADC | ADXL | Adxl20 | AVR | BasicStamp | BX-35 | BX28 | BX35 | COM3 | Compiler | Downloader | EEPROM | Electromagnet | GetADC | GP2D1 | GPS | I2C | IDE | Keypad | LCD | LCD+ | MIDI | Motors | Multitasking | Netmedia | Networking | PCB | PID | PlaySound | PWM | Relays | RTC | Servo | ShiftOut | SitePlayer | SPI | Stack | Timer | USB

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | BasicX | Amulet Easy LCD GUI

Discussion forum for the BasicX family of microcontroller chips.

Amulet Easy LCD GUI - Larry - Jul 2 15:32:00 2001

I was wondering in anyone had experience using the Amulet Easy LCD GUI
unit, especially if they have been successful in using it with the
BX-24. I have been checking out the specs at their web site (
http://www.amulettechnologies.com/ ) and it looks pretty cool. But I
have not found anyone with practical experience, and do not want to
lay out the $ without more info. (I am just a hobbyist, and have no
real application in mind just yet.)

Thanks.





(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )


Analog input on BX-01 - Author Unknown - Jul 25 9:38:00 2001

Is there an analog input on the BX-01 chip or do I have to use an external
A/D converter?

I see pins 3 & 4 are something to do with "analog comparator", but I can't
see any example of it's use. I see the getadc command appears to be
only for the BX-24...

Dave




______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )

Re: Analog input on BX-01 - Tony Brenke - Jul 25 13:24:00 2001

there is no analog input to the bx-01.
an external one is required. --- wrote:
> Is there an analog input on the BX-01 chip or do I have to use an
> external
> A/D converter?
>
> I see pins 3 & 4 are something to do with "analog comparator", but I
> can't
> see any example of it's use. I see the getadc command appears to be
> only for the BX-24...
>
> Dave
>
> ------------------------ Yahoo! Groups Sponsor >
>

=====
Tony Brenke
North Tacoma, WA

__________________________________________________





(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )

Re: BX-01 I/O pin 32 - Tony Brenke - Sep 27 12:54:00 2001

you can direct your questions to me.
I use only the bx-01

any of the i/o pins can be configured with pull-up resistors by just
changing the port setting.

they can not be setup for pulldown using anything but an external
resistor.

if you need it set for pull down you can do it by adding a resistor
from ground to the pin.
make it the same size as the internal resistors.
(the size is in the doc's some place)
----------------
incircut programming is done by pluging the parralel port cable into
the dev board.
then pluging the 7-wire jumper from the dev board to the 7-wire jumper
on the target system.

I would double check the wiring if this is not working for you.
It runs flawless.
---------------------------------------------------- --- wrote:
> Sorry, I don't have a BX-01 with me at the moment, so this may be a
> dumb question!
> :-)
>
> Pin 32 is an I/O pin. If I leave it floating, does it have any
> internal pull-up or pull-
> down? i.e. can I guarantee it will be high or low?
>
> Also, if I tie it low with a resistor, can I bring it high by jumping
> it directly to Vcc?
>
> Am I the only one that uses the BX-01? :-) Seems like everyone else
> only talks
> about the BX-24!
>
> If anyone uses the BX-01, have they managed to figure out how to do
> in circuit
> programming of a BX-01 & EEPROM using the 7 pin cable that comes with
> the
> programmer? I can't get it to work - I have to pull out the BX-01 &
> EEPROM &
> program them in the programming board...
>
> Dave
>
> ------------------------ Yahoo! Groups Sponsor >
>

=====
Tony Brenke
North Tacoma, WA

__________________________________________________



______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )

Re: Re: BX-24 Future ? - Tony Brenke - Dec 20 12:51:00 2001

the BX35 sounds like a larger BX24.
no relation to the BX01.

this is direct from the doc's in the bata program.

--- wrote:
> On 19 Dec 2001 at 15:05, jschoof <> wrote:
>
> > The BX35 will be out the first of the year, which is a 40
> > pin DIP version of the BX24 using the AT90S8535. You have access to
> > all the pins. Just place a crystal and eeprom and go!
>
> As someone who uses BX01 chips & glosses over all the BX24 postings, any
> chance you could highlight the differences between the BX35 & the BX01?
> Sounds pretty similar at first glance.
>
> Dave >
>
>

__________________________________________________




(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )

Re: BX-01 & PWM Input - Tony Brenke - Jan 19 2:10:00 2002

the best bet for this is an optical sensor.
white mark on a pully or shaft.
light on this and an optical pickup like I used to detect white lines in the fire robot contest. --- wrote:
> On 18 Jan 2002 at 8:49, Vinoo Narayanan <> wrote:
>
> > To detect engine rpm for spark ignited gasoline engines, detecting the
> > spark plug firing impulses is one way to do it.
>
> Herein lies the problem - I want a sensor that can work on diesel & petrol
> engines, so a spark sensor won't work. I don't want to get into sticking
> magnets on drive-shafts or anything as this is also possibly going to be
> used in marine applications where it's a mess down there on the propeller
> shaft. I'm after a one-size-fits-all application. If it can only detect on-
> off, then it will fulfil the minimum requirements. If it can get RPM then
> it will be a bonus.
>
> > Others in this forum should be able to shed more light on the BX-24's
> > capability.
>
> I wish we had separate forums for BX-01 & BX-24! :-) It seems most people
> are using the BX-24 & we poor BX-01 users are left behind... Frank mentions
> the ADXL202 application note, but as far as I can see that is under the BX-
> 24 application notes. This is not to say that it won't work with the BX-01
> of course - I just need to wade through all the notes & see if they all
> apply to the BX-01. Frank - will this App Note work with the BX-01 as well?
> It would be nice to have App Notes divided into BX-01, BX-24 & 'Common'...
>
> Dave >
>

__________________________________________________






(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )

Re: BX-01 & PWM Input - Author Unknown - Jan 19 20:03:00 2002

On 18 Jan 2002 at 23:10, Tony Brenke <> wrote:

> the best bet for this is an optical sensor.
> white mark on a pully or shaft.
> light on this and an optical pickup like I used to detect white lines in the
> fire robot contest.

Not really possible. The first place I intend to install this on is a 2000
HP marine diesel engine which is mounted in a large boat (actually there
are 4 of these engines on the boat). The engine doesn't have the driveshaft
visible & even if it did have, I'd be loathe to start mounting things on it
as it's down in the bilge. No other moving parts visible on the engine
either...

Dave






(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )

Re: BX-01 & PWM Input - petervanlievenoogen - Jan 20 9:37:00 2002

I create lots of marine electronics,
solutions:
-use the charing alternator w-output,this ac output use VDO for RPM
indication.
-For CarterPillar Diesel engines use the RS485 output, serial
output from engine RPM,TEMP,Pressure....
SAE J1587:9600Baud,8B,no par,wait for 128,91, skip 2 bytes,RPM-L,RPM-
H
-Use a Gear Tooth Sensor type IGT101DC farnell nr: 731-900.
Monting this sensor on the starting gear will give the RPM
-Use a piezo buzzer metal plate ,glue this on a fuel injection tube
and a nice rpm puls...

Dave: I build for marine -BX24:Autopilot,sonar,...
--- In basicx@y..., david@b... wrote:
> On 18 Jan 2002 at 23:10, Tony Brenke <basicx@y...> wrote:
>
> > the best bet for this is an optical sensor.
> > white mark on a pully or shaft.
> > light on this and an optical pickup like I used to detect white
lines in the
> > fire robot contest.
>
> Not really possible. The first place I intend to install this on
is a 2000
> HP marine diesel engine which is mounted in a large boat (actually
there
> are 4 of these engines on the boat). The engine doesn't have the
driveshaft
> visible & even if it did have, I'd be loathe to start mounting
things on it
> as it's down in the bilge. No other moving parts visible on the
engine
> either...
>
> Dave




(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )

Re: BasicX development system & Win2k - Tony Brenke - Feb 13 2:06:00 2002

the problem hapens because windows 2000 is an NT type of system.
it restricts direct access to the ports on the PC.

you need to install DriverLINX. --- wrote:
> Is the BasicX development system supposed to work with Windows 2000?
>
> If I just try to run it after installing, I get the following error when I
> press the download button:
>
> DriverLINX Port I/O Driver
> DLPORTIO.SYS device driver not loaded.
> Port I/O will have no effect.
>
> and then more errors later about not being able to detect the EEPROM, etc.
> Fair enough, I can see a program called LOADDRV.EXE so I run that even
> though it says Win NT & not Win 2k specifically. I install & start the
> dlportio.sys driver.
>
> Running the BasicX development system and pressing the download button now
> gives me a different error:
>
> BasicX.exe - Application Error
> The exception Privileged instruction,
> (0xc0000096) occurred in the application at location 0x10001175.
>
> Any ideas on this? The same application works fine on my Win98 notebook,
> but unfortunately I lent that to a friend & he's taken it overseas. The
> notebook I'm having troubles with is a Dell Inspiron 8000.
>
> This problem occurs with THe Beta 5 & 1.48 by the looks of it...
>
> Dave >
>
>

__________________________________________________





(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )

Re: BasicX development system & Win2k - Mark V Mangrich - Feb 13 8:17:00 2002

Hi David,

I wish I could help you with the errors you have, but I can tell you that
I am using Win2K Service Pack 2. My V1.48 Development environment works.

Mark Mangrich

On Wed, 13 Feb 2002 wrote:

> Is the BasicX development system supposed to work with Windows 2000?
>
> If I just try to run it after installing, I get the following error when I
> press the download button:
>
> DriverLINX Port I/O Driver
> DLPORTIO.SYS device driver not loaded.
> Port I/O will have no effect.
>
> and then more errors later about not being able to detect the EEPROM, etc.
> Fair enough, I can see a program called LOADDRV.EXE so I run that even
> though it says Win NT & not Win 2k specifically. I install & start the
> dlportio.sys driver.
>
> Running the BasicX development system and pressing the download button now
> gives me a different error:
>
> BasicX.exe - Application Error
> The exception Privileged instruction,
> (0xc0000096) occurred in the application at location 0x10001175.
>
> Any ideas on this? The same application works fine on my Win98 notebook,
> but unfortunately I lent that to a friend & he's taken it overseas. The
> notebook I'm having troubles with is a Dell Inspiron 8000.
>
> This problem occurs with THe Beta 5 & 1.48 by the looks of it...
>
> Dave >
>
>




(You need to be a member of basicx -- send a blank email to basicx-subscribe@yahoogroups.com )