Search found 35 matches
- 08 October 2007, 16:19 PM
- Forum: ZBasic Language
- Topic: multiple loops
- Replies: 8
- Views: 5953
Re: multiple loops
My problem is with the timing. Knowing that it takes ~50 miliseconds to go thru all the loops I can get pretty close to the times I need. 50ms * 1200 = ~60 seconds. Because I don't know enough about the ZX-24 I don't know what I will have to do to get the same timing. I know the ZX-24 runs much fast...
- 08 October 2007, 12:25 PM
- Forum: ZBasic Language
- Topic: multiple loops
- Replies: 8
- Views: 5953
multiple loops
Hello all, I am really struggling trying to convert a program I had written for a different chip to the ZX-24. I really have no idea how to best get these loops to work correctly with the ZX-24 I have tried a couple of different ways, and I either end up in an endless look or it just doesn't work. S...
- 06 February 2007, 6:48 AM
- Forum: ZX-24
- Topic: battery charger
- Replies: 1
- Views: 7127
battery charger
I'm looking for a battery charging circuit that is controlled by the microcontroller. I have a project that is currently working and battery operated. The problem is that the it could be up to a 1000ft from a charging source, and what I would like to do is remotly charge the batteries if a few condi...
- 26 January 2007, 13:37 PM
- Forum: ZBasic Language
- Topic: Button time
- Replies: 1
- Views: 5711
Button time
Hello all, I am looking for a way to measure the amount of time a button has been pressed. 1st press of the button turns on the system (working) 2nd press turns additional features (working) 3rd press turns everything off, but what I need is some type of delay that prevent accidentally turning off t...
- 10 October 2006, 15:46 PM
- Forum: ZX-24
- Topic: DC pulse carried over an analog signal
- Replies: 8
- Views: 9564
- 10 October 2006, 8:10 AM
- Forum: ZX-24
- Topic: DC pulse carried over an analog signal
- Replies: 8
- Views: 9564
My first suggestion is to find a camera that does what you need I have done much research, but by no means exhaustive. I have not located a camera that will do exactly what I need. The application is unique and the cameras MUST be both color in the day time and black and white at night. The IR leds...
- 09 October 2006, 7:14 AM
- Forum: ZX-24
- Topic: DC pulse carried over an analog signal
- Replies: 8
- Views: 9564
- 08 October 2006, 20:23 PM
- Forum: ZX-24
- Topic: DC pulse carried over an analog signal
- Replies: 8
- Views: 9564
DC pulse carried over an analog signal
Hi all, Here is my challange. I have a camera that is both color and black and white. It has IR leds that come on automatically when it gets dark. The problem I'm having is that as it begins to get dark the leds will flicker on and off causing white spots in the viewed image. There is a small pot th...
- 18 August 2006, 13:42 PM
- Forum: ZX-24
- Topic: 1 Button 2 Functions
- Replies: 2
- Views: 6184
- 16 August 2006, 7:07 AM
- Forum: ZX-24
- Topic: 1 Button 2 Functions
- Replies: 2
- Views: 6184
1 Button 2 Functions
Hello all, What I will need to be able to do is use a single push button to preform 2 seperate functions. If I push the button for less than a second then it turns the power to the unit on. If I hold the same button for more then 3 seconds then it will enable a seperate function. I know there are mu...
- 15 August 2006, 8:12 AM
- Forum: ZX-24
- Topic: LCD Display
- Replies: 6
- Views: 8430
4 line lcd display
I got a LCD serial display backpack from Scott Edwards Electronics, and it seems to work. Now my only problem is addressing the last 2 lines. The code I am using is: (Provided by Don K) thanks Call LCD_DisplayStrAt((fmt(OutCurrent,3)), 3, 13)'Display c...
- 09 August 2006, 13:18 PM
- Forum: ZX-24
- Topic: LCD Display
- Replies: 6
- Views: 8430
LCD Display
Hello all,
I got a bunch of parts from a friend and in it was an 2 LCD displays. The numbers on the back MTC-C204DPLY-1N.
I found the spec sheet for the unit.
http://www.mpja.com/download/14194op.pdf
Has anybody used this display before?
Seems a bit complicated to get it setup.
Thanks
Patrick
I got a bunch of parts from a friend and in it was an 2 LCD displays. The numbers on the back MTC-C204DPLY-1N.
I found the spec sheet for the unit.
http://www.mpja.com/download/14194op.pdf
Has anybody used this display before?
Seems a bit complicated to get it setup.
Thanks
Patrick
- 26 July 2006, 15:01 PM
- Forum: ZBasic Language
- Topic: A simple timer
- Replies: 10
- Views: 6768
Yep sure enough
Hey Tom,
You are correct I am not paying attention. Sorry for that.
Its just one of those days. It didn't even register that that is what he had done for me until I looked at it again.
Thanks
Patrick
You are correct I am not paying attention. Sorry for that.
Its just one of those days. It didn't even register that that is what he had done for me until I looked at it again.
Thanks
Patrick
- 26 July 2006, 13:58 PM
- Forum: ZBasic Language
- Topic: A simple timer
- Replies: 10
- Views: 6768
Conversion
Ok call me stupid, but I'll be damed if I can figure out how to convert the the tick numbers generated by Register.RTCTick into something usable. I know that 512 ticks is a second and that 30720 is a minute, but getting it into something usable is something else. So if I have something like tick = R...
- 26 July 2006, 13:10 PM
- Forum: ZX-24
- Topic: Short circuit detector
- Replies: 3
- Views: 7754
Re: Short circuit detector
The only problem is I am using 12 Volts to control my devices not 5 VoltsGTBecker wrote:It sounds like a USB power switch might be ideal:
http://focus.ti.com/docs/prod/folders/p ... s2020.html
Tom