Portable Power Station with Built-in Solar Panel

70 sold
$29.99
$125.98
-76%
Color:  Green
Quantity

Description

  1. Shipped from the USA!
  2. Ship Within 48 Hours After Payment!
  3. Worldwide Express Shipping is Available!
  4. SSL Certificates For 100% Security!

🔋💥Get the Portable Power Station with Solar Panel and enjoy FREE Global Plug Adapter to keep your devices charged on all your trips! Buy 2 items and get free shipping!


Stay Connected Anywhere with the Portable Power Generator 614.4Wh

【Powerful, Versatile Solar Generator】With a 614.4Wh capacity and 600W pure sine wave AC inverter (1200W surge), our solar powered generator can power up to 7 devices simultaneously(�?00W), including laptops, phones, lights, fans, cameras, CPAP machines, mini-refrigerators, and more

High Capacity

With a 614.4Wh battery, you can enjoy uninterrupted power for all your essential devices. This high-capacity battery ensures you have enough power to keep your devices running for extended periods.

Multiple Outputs

Equipped with multiple AC, DC, and USB ports, the Portable Power Generator allows you to charge various devices simultaneously. This versatility makes it perfect for charging phones, laptops, cameras, and other electronic devices at the same time.

Compact & Portable

Lightweight and easy to carry, this generator is perfect for outdoor activities and emergencies. Its compact design makes it convenient to transport and store, ensuring you have power on the go.

Fast Charging

Charge the power generator quickly via solar panels, car port, or wall outlet. This feature ensures you can recharge your generator rapidly and efficiently, keeping you powered up in any situation.

Guaranteed Safety

Built-in advanced safety features protect against overcharging, overheating, and short circuits. These safety measures ensure that your devices and the generator itself remain safe during use.

Q: Can I connect other solar modules in addition to the built-in solar module of this device?
A: The DC input size of the power station is 5.5mm x 2.1mm. Any solar panel connected to a DC input will work. In addition, it has built-in foldable solar panels and 10 different adapter sizes to choose from.

Q: How long can I power my CPAP?
A: Normally the working power of CPAP is 30-60 watts. After calculating the working time=614Wh*0.85/CPAP working performance, we can know that it can provide 8-17 hours of working performance to CPAP, depending on your CPAP working performance.

Q: Is it a Lifepo4 or a lithium-ion battery?
A: Yes, ours are Lifepo4 batteries that are designed for up to 10 years of daily use. Even after more than 3500 cycles, the battery still retains around 80% of its original capacity, Lifepo4 batteries are very safe.

Q: Which devices can the BROWEY charging station charge?
A: AC output can only charge devices under 600W, such as desk lamps, mobile phones, laptops, drones, CPAPs, mini refrigerators, fans, TVs, etc.

The DC input size of the power station is 5.5mm x 2.1mm. Any solar panel connected to a DC input will work. In addition, it has built-in foldable solar panels and 10 different adapter sizes to choose from.

Technical Specifications

Capacity 614.4Wh
Battery Type LiFePO4 (3500+ Cycles)
Output Wattage 700W(MAX)
Built-in Solar Panel Output 30W
DC Input DC5521 12-24V/ 4.5A
AC Output 1 x 110V~60Hz, 600W (1200W peak)
Car Output 12V/10A (MAX)
DC Output 2 x DC5525 12V/10A (MAX)
USB-C Output PD 65W, 5V-3A, 9V-3A, 12V-3A, 15V-3A, 20V-3.25A
USB Output QC3.0 18W 5V/3A, 9V/2A
Charge Temperature 32℉-113
Discharge Temperature 14℉-113℉
Dimensions 17.2 × 13.3 × 5.6 inch
Weight 23 lbs

5-year warranty ensures high quality

🌈 Good motivation

After every order, we give you 10% of the profit to Save the Children.

Save the Children started working in this area in 1932 to support the most isolated and neglected rural children in US.

🔒 Buy 100% risk-free 🔥

💐WHY US

We work directly with manufacturers all over the world to ensure the best quality of our products. We have a Quality Control department which helps us to keep our promise!
  • 🔥Price is always competitive.
  • 😊Awesome Customer Service.
  • 🏆Amazing products along with High Quality.
  • 🍭Read reviews from our lovely customers.

🌎Worldwide Shipping✈  

Please note that shipping is insured. However, you may receive your items earlier. Tracking Numbers will ALWAYS be sent so you can track it every step of the way! Cool things are worth waiting for! 😉

🔒100% Risk-Free Purchase🔥 

If the product you received is damaged, don't worry. Just hit the Contact us button and send us a message, and we will make it right by offering you a replacement or refund. It 100% Simple & Risk-Free process.

WHY CHOOSE US

🌎Worldwide Shipping: Each order includes real-time tracking details and insurance coverage in the unlikely event that a package gets lost or stolen in transit.

💰 Money-Back Guarantee: If you bought it and felt that it is not for you, don't worry. Just shoot us a message and we will make it right by offering you a replacement or refund. 100% Simple & Risk-Free process.

✉️ 24/7 Customer Support: We have a team of live reps ready to help and answer any questions you have within a 24-hour time frame, 7 days a week.

🔒 Safe & Secure Checkouts: We use state-of-the-art SSL Secure encryption to keep your personal and financial information 100% protected.

Tips: Handmade props have slight differences, the actual object shall prevail. Due to different measurement methods, there will be a measurement error of 1-3CM, if you are not clear, please contact our online customer service. Hope you can understand!

OUR GUARANTEE

🏺We take pride in our products as we believe they are amazing. However, we understand that buying things online can be daunting, especially for the first time, so we offer a 100% satisfaction guarantee.

💎If you don't have a positive experience for any reason, we will do whatever it takes to make sure you are 100% satisfied with your purchase.

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.