Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

66%
+2 −0
Q&A How to operate a chip very close to its absolute maximum voltage?

The term absolute maximum ratings has a well-defined meaning in datasheets, meaning stress values that the part will endure for a short period of time without breaking. And the opposite: if you exc...

posted 3mo ago by Lundin‭  ·  edited 3mo ago by Lundin‭

Answer
#2: Post edited by user avatar Lundin‭ · 2024-07-12T09:23:01Z (3 months ago)
  • The term _absolute maximum ratings_ has a well-defined meaning in datasheets, meaning _stress values_ that the part will endure for a short period of time without breaking. And the opposite: if you exceed asbolute maximum ratings, it may break.
  • The absolute maximum ratings of this particular part could be found in chapter 9, "Absolute maximum ratings":
  • ![Image_alt_text](https://electrical.codidact.com/uploads/hkdr4uaszdf42pnas1ek11k0f9sc)
  • The section you quote is not that. Parts of a datasheet called _electrical characteristics_, _operating conditions_ or similar refer to normal use and is what you should design according to.
  • So using 3.6V would be fine. _However_ a battery rarely holds an exact voltage and if it is rated for 3.6V then that's just a nominal voltage. A fully charged battery may very well exceed that voltage, meaning that the design would be questionable and perhaps the chip would start to misbehave or break over time. To ensure proper voltage, you would have to place a zener on the battery voltage which burns away all energy exceeding 3.6V. That's not energy-efficient at all.
  • A low-dropout LDO might not be such a bad idea - they are only inefficient if working with large voltage spans. One which gives you a clean 3.0V out of some ~3.3 to 3.8V wouldn't likely be _that_ inefficient. The advantage of the LDO is that they are ideal for powering RF parts.
  • Otherwise for pure low current consumption purposes, a switching buck regulator is obviously the way to go. They have worse EMI characteristics but are the most power efficient solution.
  • So it's a design decision between low noise and current consumption.
  • ---
  • > I was thinking of a series resistor 1Ω - 3Ω between the battery positive line and the VCC of the chip.
  • After the resistor a large decoupling capacitor 10uF - 47uF will form a low pass RC filter.
  • Not sure what you are going with that. What are you trying to filter? 1/(2π * 2 * 22uF) would give a cut-off frequency of 3.6kHz. What's that good for?
  • It would seem that filtering away the 2.4GHZ Bluetooth would make far more sense, in which case we are talking about radiated emissions caught by your PCB. To deal with that, sprinkling small decoupling caps here and there would be a better idea. For example placing a 47pF cap next to the usual 100nF decoupling cap on your IC supplies.
  • The term _absolute maximum ratings_ has a well-defined meaning in datasheets, meaning _stress values_ that the part will endure for a short period of time without breaking. And the opposite: if you exceed asbolute maximum ratings, it may break.
  • The absolute maximum ratings of this particular part could be found in chapter 9, "Absolute maximum ratings":
  • ![Image_alt_text](https://electrical.codidact.com/uploads/hkdr4uaszdf42pnas1ek11k0f9sc)
  • The section you quote is not that. Parts of a datasheet called _electrical characteristics_, _operating conditions_ or similar refer to normal use and is what you should design according to.
  • So using 3.6V would be fine. _However_ a battery rarely holds an exact voltage and if it is rated for 3.6V then that's just a nominal voltage. A fully charged battery may very well exceed that voltage, meaning that the design would be questionable and perhaps the chip would start to misbehave or break over time. To ensure proper voltage, you would have to place a zener on the battery voltage which burns away all energy exceeding 3.6V. That's not energy-efficient at all.
  • A low dropout linear regulator might not be such a bad idea - they are only inefficient if working with large voltage spans. One which gives you a clean 3.0V out of some ~3.3 to 3.8V wouldn't likely be _that_ inefficient. The advantage of the LDO is that they are ideal for powering RF parts.
  • Otherwise for pure low current consumption purposes, a switching buck regulator is obviously the way to go. They have worse EMI characteristics but are the most power efficient solution.
  • So it's a design decision between low noise and current consumption.
  • ---
  • > I was thinking of a series resistor 1Ω - 3Ω between the battery positive line and the VCC of the chip.
  • After the resistor a large decoupling capacitor 10uF - 47uF will form a low pass RC filter.
  • Not sure what you are going with that. What are you trying to filter? 1/(2π * 2 * 22uF) would give a cut-off frequency of 3.6kHz. What's that good for?
  • It would seem that filtering away the 2.4GHZ Bluetooth would make far more sense, in which case we are talking about radiated emissions caught by your PCB. To deal with that, sprinkling small decoupling caps here and there would be a better idea. For example placing a 47pF cap next to the usual 100nF decoupling cap on your IC supplies.
#1: Initial revision by user avatar Lundin‭ · 2024-07-11T07:58:20Z (3 months ago)
The term _absolute maximum ratings_ has a well-defined meaning in datasheets, meaning _stress values_ that the part will endure for a short period of time without breaking. And the opposite: if you exceed asbolute maximum ratings, it may break.

The absolute maximum ratings of this particular part could be found in chapter 9, "Absolute maximum ratings":

![Image_alt_text](https://electrical.codidact.com/uploads/hkdr4uaszdf42pnas1ek11k0f9sc)

The section you quote is not that. Parts of a datasheet called _electrical characteristics_, _operating conditions_ or similar refer to normal use and is what you should design according to.

So using 3.6V would be fine. _However_ a battery rarely holds an exact voltage and if it is rated for 3.6V then that's just a nominal voltage. A fully charged battery may very well exceed that voltage, meaning that the design would be questionable and perhaps the chip would start to misbehave or break over time. To ensure proper voltage, you would have to place a zener on the battery voltage which burns away all energy exceeding 3.6V. That's not energy-efficient at all.

A low-dropout LDO might not be such a bad idea - they are only inefficient if working with large voltage spans. One which gives you a clean 3.0V out of some ~3.3 to 3.8V wouldn't likely be _that_ inefficient. The advantage of the LDO is that they are ideal for powering RF parts.

Otherwise for pure low current consumption purposes, a switching buck regulator is obviously the way to go. They have worse EMI characteristics but are the most power efficient solution.

So it's a design decision between low noise and current consumption.

---


> I was thinking of a series resistor 1Ω - 3Ω between the battery positive line and the VCC of the chip.
After the resistor a large decoupling capacitor 10uF - 47uF will form a low pass RC filter.

Not sure what you are going with that. What are you trying to filter? 1/(2π * 2 * 22uF) would give a cut-off frequency of 3.6kHz. What's that good for?

It would seem that filtering away the 2.4GHZ Bluetooth would make far more sense, in which case we are talking about radiated emissions caught by your PCB. To deal with that, sprinkling small decoupling caps here and there would be a better idea. For example placing a 47pF cap next to the usual 100nF decoupling cap on your IC supplies.