Search found 522 matches

by esky-sh
Mon Apr 22, 2024 4:17 am
Forum: BeadaPanel
Topic: BeadaPanel 2W - 8.12 firmware not available?
Replies: 3
Views: 30

Re: BeadaPanel 2W - 8.12 firmware not available?

Usually it was caused by poor internet condition. You can try update locally. Here is the image file https://www.nxelec.com/service/downloa ... 404201.zip
by esky-sh
Fri Apr 19, 2024 8:34 pm
Forum: BeadaPanel
Topic: BeadaPanel 2W - 8.12 firmware not available?
Replies: 3
Views: 30

Re: BeadaPanel 2W - 8.12 firmware not available?

I had corrected the typos in sticky post and you can try to update your 2W now.
by esky-sh
Wed Apr 17, 2024 6:16 pm
Forum: BeadaPanel
Topic: v7.10 Upgrade Guidance
Replies: 0
Views: 60

v7.10 Upgrade Guidance

Starting from v7.10, BeadaPanel supports a new feature as known of on line firmware upgrade. User can click through on BeadaTools webpage to complete the whole procedures of upgrading. For the products still in elder version than v7.10, user should upgrade it to v7.10 at first and then online upgrad...
by esky-sh
Mon Apr 15, 2024 8:21 pm
Forum: BeadaPanel
Topic: v7.10固件升级教程
Replies: 0
Views: 102

v7.10固件升级教程

BeadaPanel从v7.10版本开始提供在线升级功能,用户只需要在网页上点击两下,就可以完成固件升级。v7.10版本之前的客户必须先升级到该版本,才能基于该版本在线升级到后续更新的版本。 从旧固件升级到v7.10,可以分为六步,下面我们详细描述每一步的操作过程,用户按照教程一步步走即可完成升级。因为本教程涉及到磁盘重置操作,因此建议用户首先通读一遍教程,充分理解了所有的操作步骤以后,再开始实际操作。如有不明白的地方,请先联系我们。 如果因为误操作,导致Windows主机的磁盘损坏,用户自行承担相应责任。 步骤一、强制BeadaPanel进入U盘模式 BeadaPanel的固件分布在内部的e...
by esky-sh
Sun Mar 31, 2024 1:46 am
Forum: BeadaPanel
Topic: Possible defective BeadaPanel 5P (or bad firmware)
Replies: 42
Views: 490

Re: Possible defective BeadaPanel 5P (or bad firmware)

Today I tested my 6P with a portrait(480x1280) png picture. My test code: async function fire(bp, interval=0, loop=false ) { let www=0; await bp.sendPLHead({'cmdType': 4}); await bp.sendPLHead({'cmdType': 5, 'fmtStr':'image/png ! flip=90'}); do { for (const v of inputArray) { for (const t of v.files...
by esky-sh
Wed Mar 27, 2024 4:23 pm
Forum: BeadaPanel
Topic: Possible defective BeadaPanel 5P (or bad firmware)
Replies: 42
Views: 490

Re: Possible defective BeadaPanel 5P (or bad firmware)

We will update documents for the tag format. Stay tuned.
by esky-sh
Sun Mar 24, 2024 9:00 pm
Forum: BeadaPanel
Topic: Possible defective BeadaPanel 5P (or bad firmware)
Replies: 42
Views: 490

Re: Possible defective BeadaPanel 5P (or bad firmware)

You will need to put a special marker in Panel-Link tag to avoid this squished up.
by esky-sh
Fri Mar 22, 2024 1:10 am
Forum: BeadaPanel
Topic: Possible defective BeadaPanel 5P (or bad firmware)
Replies: 42
Views: 490

Re: Possible defective BeadaPanel 5P (or bad firmware)

It is not surprising you got those figures on a 5P: 1. Yes I use continuous png protocol to send my test stream. 2. For the result difference between your 5P and my 6P(29.4fps vs 7.7fps), there are two major reasons: Resolution difference(800x480vs1280x480). The larger the picture size, the longer t...
by esky-sh
Tue Mar 19, 2024 4:30 am
Forum: BeadaPanel
Topic: Possible defective BeadaPanel 5P (or bad firmware)
Replies: 42
Views: 490

Re: Possible defective BeadaPanel 5P (or bad firmware)

I ran a javascript on my host PC today with the png picture you attached. The target is a 6P with latest firmware(715). And the result is 500 frames/65 seconds, so the calculated fps is about 7.7. Here is snippet of my test code just for your reference. async function fire(bp, interval=0, loop=false...