Skip to main content

All Questions

Tagged with
1 vote
1 answer
149 views

Supercapacitor discharging fast when there is no discharge path present

This question is a continuation of my previous question, but different from that. I am using a PCA85073A RTC in my design. On some boards, the supercapacitor discharges very fast (5 V to 1.1 V in half ...
Confused's user avatar
  • 2,593
0 votes
1 answer
77 views

What will happen if I2C pull up voltage became zero

This is a continuation of this question. In my board RTC I2C lines are pulled up to controller supply voltage and the controller supply voltage will be off when the system is off. At that time also ...
Confused's user avatar
  • 2,593
4 votes
1 answer
1k views

RTC super capacitor is discharging very fast

I am using a PCA85073A RTC in my design. On some boards, the supercapacitor discharges very fast (5V to 1.1V in half an hour.) This happens when we turn off 5V_uC. The circuit is given below. All the ...
Confused's user avatar
  • 2,593
4 votes
1 answer
595 views

Can a memory backup supercap hold on for more than 2 weeks?

Most RTC chips have a VBATT input for backup power supply; besides a battery, you can use a supercap there, e.g. using the following scheme: simulate this circuit – Schematic created using ...
anrieff's user avatar
  • 5,469
1 vote
2 answers
729 views

RTC circuit supercapacitor charge/discharge doubts

This is my current RTC circuit... Supercapacitor = DXJ-5R5V334U (ELNA)... DXJ-5R5V334U = 0.33F, 5.5V, ESR = 150 Ohms Resistor = 150 ohms 0603 100mW 1% If I consider only the resistor, I have a RC ...
abomin3v3l's user avatar
3 votes
2 answers
2k views

RTC backup by super capacitor estimation issue

I create a RTC backup circuit for a STM32L412CBT6. Circuit work but not as long as I estimate during design. Here is the schematic (VBKP go directly to STM32 VBAT pin): SC1 capacity is 0.33F Here is ...
rom1nux's user avatar
  • 498
3 votes
1 answer
3k views

Minimalistic RTC backup battery charging or a super-capacitor?

I am trying to provide RTC power backup for a 3.3V system that will be running at the very least 8hrs during the work day. As such I only need up to a month of backup, enough to survive over long ...
Edgar Brown's user avatar
  • 8,476
6 votes
1 answer
5k views

Coin cell battery recharging circuit for RTC backup power

I am designing a system that contains an RTC to for displaying the date and time on a user interface, as well as log events with time stamps. In this particular case, the system gets powered-on at ...
wave.jaco's user avatar
  • 665
3 votes
1 answer
1k views

Supercap for Backup Power (10 hours Backup Time Min.)

I am using atxmega8e5 in a design and also utilizing its Real-Time Counter to act as a Real-Time Clock. A lot of RT-Clock ICs can use a SuperCap to have backup power incase the device is unplugged or ...
Saad's user avatar
  • 5,419
13 votes
4 answers
16k views

supercap-powered RTC?

I'm designing a ATmega-based microcontroller test board. One of the features I want to include is a Real Time Clock with a Maxim DS1307 IC. Instead of including a traditional coin cell battery backup, ...
mr_schlomo's user avatar