permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

supercapacitor.mdwn (1865B)


      1 A **supercapacitor** or an **ultracapacitor** is a capacitor with
      2 characteristics between ordinary (electrolytic) capacitors and rechargeable
      3 batteries.
      4 
      5 In comparison to batteries, supercapacitors
      6 
      7 * store less energy per mass (Li-ion batteries have about 10 to 100 times the energy density)
      8 * charge and discharge faster (up to 10 W/g vs up to 1.5 W/g for Li-ion batteries)
      9 * can be recharged up to a million times (vs 10000 times for Li-ion)
     10 * have longer lifespans (Wikipedia lists 5-10 years of working time in room temperatures vs 3-5 years for Li-ion batteries, but Sutherland casually states "last decades")
     11 * can be manufactured with non-specialized equipment without exotic materials
     12 
     13 Making
     14 ------
     15 
     16 There are many DIY guides for supercapacitors online. They have usually
     17 chosen activated carbon for the electrode material, and this is likely the
     18 simplest and "greenest" approach. The online guides also usually use
     19 commercial intermediate products instead of deriving everything from natural
     20 resources.
     21 
     22 Materials typically listed:
     23 
     24 * Activated carbon: Made of charcoal or coal by e.g. heating it for 1 h in a muffle furnace at 450 °C in the presence of air. The commercially available activated carbon usually comes from the burning of coconut husks, but other organic sources may also be used.
     25 * Manganese dioxide (MnO2): Occurs naturally in certain minerals but needs to be purified at least for electrolytic battery use. This involves dissolving the raw material in sulfuric acid. Manganese is also found in organic life and is an essential dietary element for humans.
     26 * Iron
     27 * Water
     28 * Salt
     29 
     30 See also
     31 --------
     32 
     33 * [Strategies of Degrowth Computing (Brian Sutherland, Limits'22)](https://computingwithinlimits.org/2022/papers/limits22-final-Sutherland.pdf) discusses a [[Raspberry Pi]] workstation project that uses supercapacitors for solar storage.