Double the power for longer excursions. Designed to give multiple charges on small devices and quickly charge up from USB or sun.
- Recharge by: USB & Solar
- Power Output: USB
- Ideal for: Phone, GPS, Headlamp, Fitness Trackers
- Capacity: 18.7Wh, 5200mAh at 3.6V
- Weight: 4.6 oz (130 g)
- Chainable: No
200% Backup power for your phone
Small and portable, 5200mAh designed to give two full phone charges.
Solar Ready
Charge up on the go from Goal Zero's line of portable solar panels
No Cable Needed
Flip USB for tangle-free charging from any USB port in 4 hours. Micro-USB cable included.
Pass-through Charging
Charge the Flip and a phone all at once.
FLIP 20 RECHARGER |
Charge Times- USB Power Source: 4 hours
- Wall: n/a
- Car: n/a
- Nomad 7 Solar Panel: 5 - 10 Hours
| Ports- USB Port (output): 5V, up to 2.1A (10W max), regulated
- USB Port (input): 5V, up to 1.5A (7.5W max)
|
Battery Details
- Battery Type: Li-ion NMC
- Battery Size: 18.7Wh (3.6V, 5200mAh)
- Cell Type: 2x 18650 by LG chem/Samsung
- Lifecycles: hundreds of cycles
- Shelf-life: Keep plugged in, or charge every 3-6 months
- Fuses: none
- Management system: Charging and low-battery protection built-in
| General
- Chainable: No
- Weight: 4.6 oz (130 g)
- Dimensions: 3.7 x 1.63 x 0.83 in (9.4 x 4.1 x 2.1 cm)
- Operating usage temp.: 32-104 F (0-40 C)
- Certs: CE, FCC, ROHS
- Warranty 12 months
|
Prop 65 A (General): This product contains chemicals known to the State of California to cause cancer, and birth defects or other reproductive harm.
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1473775",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'1473775',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1473775'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});