Is the code something like that and is it applicable? ... correct ... for this demo ... (disabled) ... Input Low (ADC device driven) ... Output High (active...
Hello, Don. Wednesday, November 30, 2005, 23:20:13, Don Starr wrote: D> How long does this device have to work? Lithium ion batteries have a D> maximum life of...
We use lithium cells here mainly because of their huge capacity for the size/weight. Actually lithium cells are supposed to have negligible self discharge ...
... I have a lion charge circuit. AFAIK hundreds of these have been built and there are two companies that sell them: http://shdesigns.org/lionchg.html It is...
I have not seen the original post for the application...but I would not recommend any charger circuit for Li-Ion or NiMH batteries that does not include a...
Some of Rabbit cores (eg RCM3100) have an "hardware" PWM output. The sample you've posted is (most probably) for using this output. If you want to make your...
A Li-Ion cell (with the built in safety circuit) can be safely charged without monitoring temperature IF YOU DO IT SLOW. The LTC-4053-4.2 is designed for...
What do you think in using a PB battery (same as the car's own battery) with a simple suitable diode in between the car's battery and the PB Battery? In this...
Lead Acid batteries are certainly less "fussy" about charging and discharging. In fact, theoretically they can be floated indefinitely at about 2.15 to 2.2...
I can't use the battery's car alone for security reasons, with my own battery I can have working several hours my system and I have not noise from the car's...
Hello, Thursday, December 1, 2005, 20:46:52, Ing. Jose E. Curiel wrote: I> What do you think in using a PB battery (same as the car's own battery) I> with a...
... We had a similar situation here and contemplated the use of a small Varta Li-Ion battery. Finally we found what we think is a much better solution: a...
Hi All, I have problem with Data hold time problem. I am using Auxiliar I/O bus interface with A/D (AD7938) from analog. From the I/O access time spec of...
... Add a 74HCT245 to the data bus. That will add a delay. The problem is you don't have a direction line from the rabbit modules. I solve that by using one of...
Hello everybody, I am trying to interface an iridium satellite phone 9522 with the Rabbit microcontroller. I am using 3 wire RS232 interface. The problem is...
I interfaced a Rabbit to a Iridium modem about 5 years ago for my previous employer. From memory it had flow control on my default. Are you positive you are...
Nathan, You are right that the flow control is "on" as a default. I disabled it with AT&D0 and AT&K0 commands. I saved that profile to the memory so that...
Are you sure you're sending the commands and looking for the response OK? If your not sure you could connect Hyperterminal up to the Rabbit (crossing over TX...
I had this problem also some time ago with Iridium. It is not sufficient to simply loop back the control signals as the Iridium will not assert CTS until it...
I have done three systems using Iridium and the command system is a standard Hayes AT command set with the exception of additional commands required for...
Hello group: I have a problem which i am sure is easily fixed but haven't yet found the solution. I am trying to keep an output at the same level even after I...
... Tough to rely on the state of an output pin during restart. What line are you using for the enable? Did you check its state out of reset? You probably...
Are you looking for a software only solution or are you able to modify the hardware? If you can control the port pin driving the Serial Interface, a stiff...
... The I/O pins should go to tri-state upon reset (high impedance) so they'll float whereever the attached devices put them. The BIOS has a bit of startup...
... level ... about ... they'll ... of ... main() ) ... because ... making ... order of ... before ... see a ... Thanks for all the great ideas. I think this...
The I/O ports are hardwired to react to the reset signal. There is nothing you can do to retain the output signal on the micro outputs. By using pullup...
I'd like to use #pragma nowarn in my program to get rid of a warning when I redefine the ISR for port D (I'm making it UCOS task aware). I've read the...