logo elektroda
logo elektroda
X
logo elektroda
Dostępna jest polska wersja

Czy wolisz polską wersję strony elektroda?

Nie, dziękuję Przekieruj mnie tam

Plafon RGBCW na MXCHIP EMW3072 - Aigostar Smart 18872 18W RGB+CCT

p.kaczmarek2  3 2628 Cool? (+1)
📢 Listen (AI):

TL;DR

  • Teardown of an Aigostar Smart 18872 18W RGB+CCT ceiling lamp and its LED controller, focused on the Wi‑Fi module inside.
  • Inside sits an MXCHIP EMW3072 module driving the RGBCW LEDs through separate PCB sections, connectors, and several L1072/L1073 driver parts.
  • The EMW3072 is a 2MB Flash, 256KB RAM, 240MHz Cortex M4F chip powered at 3.3V with no Bluetooth.
  • OpenBeken does not support this module, so cloud-free flashing would require desoldering it and replacing it with something like an ESP-12E.
  • Tuya pairing failed; the lamp needs the Aigoo app, which is poorly translated and asks for many permissions plus registration.

Hello, today I will show a teardown of an IoT lamp that is not yet supported by our open source firmware . What kind of WiFi module will be inside? Let`s see.

The device from this topic is from the same shop as usual, Allegro, but this time it was given to me by our user so that I could change the firmware to OpenBeken (or at least that was the plan...):

18W again. It`s not much - I`ve already mentioned that these gadgets are not as bright as they seem.
Some photos from the auction:

Parameters:

I don`t see any information about the Tuya app here, do I need to download the Aigostar app? This is the first minus!

Set in practice, interior
Let`s see what we get.

Looks ok, well packaged... there are mounting pins.
Remove the cover (just twist slightly):

Ok, the LEDs are arranged in a spiral.
What`s inside the LED controller?

Module MXCHIP EMW3072 . Not a very pleasant surprise. It is not supported by OpenBeken or any open source software. We won`t free this lamp from the cloud. You might need to desolder the entire module and solder in e.g. ESP12E, if the pads fit.
However, we can still see the layout:

Fuse resistor, filter with two electrolytic capacitors and choke...
Coil, view of connected PCBs via pin connectors:

Connector for LEDs, labeled CW, WW cables, etc.:

I investigated the roles of the WiFi module outputs. Here are which pins control the colors:

WiFi module motherboard:

LSTI capacitors?

Bottom of the PCB, LED driver board:

The LEDs are controlled by several L1072s:

There is also L1073. Unfortunately, I did not find a catalog note for these elements and I did not perform a longer PCB analysis.

Producer`s application, effects
I also tried pairing the device with the Tuya app. Unfortunately this is not possible. You need to download Aigoo:

Of course, the app requires a lot of permissions, including location and BT:

And you need to register:

Pairing... unfortunately is not fully translated. Again. The buttons have names like "guide.footerBtnTextQuick" and the header is "title.step":

Finally it worked, this is what the lamp control looks like:

Effects:

App possibilities? Rather standard...


MXCHIP EMW3072
Here is another Chinese WiFi module. I haven`t seen one like this before. 2MB Flash, 256KB RAM, 240MHz Cortex M4F. 3.3V power supply. No Bluetooth.

Manufacturer: Shanghai Quingke (MXCHIP).

Pinouts:

Reminds ESP12 and WB3S/CB3S/TYWE3S. However, the description is probably incorrect, because e.g. UART1_RXD is repeated twice.
This is what TYWE3S looks like:

There is some information about the bootloader in the note, pin 17 is BOOT?

The PWM locations match those in the BK7231, but e.g. the EN pin does not (in EMW there is GPIO13 there).
I also managed to find a detailed presentation about this system (EMW307x family):

So here we have EMW3070, EMW3071 and EMW3072.
The states on the SEL pins set the operating mode (e.g. bootloader):

It can be programmed via JTAG, serial port, MXFlasher or BAT system:

JTAG connection and access via UART (there are read, write, erase... commands):

Connecting MXFlasher:

Typical application - LED RGBCW:

SDK?

Is that it?
https://github.com/MXCHIP/mxos
Compiler installation process?

Working in Visual Code?

I thought I wouldn`t find any more information about this system, but here`s a surprise - the system was shown on our forum:
MXCHIP EMW3060 - super cheap Wi-Fi module for IoT devices

Summary
From the point of view of a typical user, this product is simply weak - it will not pair with the Tuya application, and having various apps on your phone for IoT equipment at home is simply inconvenient. Of course, the application is not fully translated either, which results in missing headers during pairing and configuration, which is also not encouraging.
From my point of view, the product is quite interesting, because I haven`t seen such a WiFi module before, and what`s more, there is an SDK available for it, so you could try programming it, but that`s a different topic. Here I will simply solder these MXs to the ESP and add the missing resistors on the PCB.
I am placing here collected materials about the WiFi system from the topic.
Have you also come across a gadget based on EMW/MX systems?
Attachments:
  • mxos-master-20230207.zip (43.39 MB) You must be logged in to download this attachment.
  • EMW307X_v4.2.pdf (1.92 MB) You must be logged in to download this attachment.
  • EMW3072.pdf (1.54 MB) You must be logged in to download this attachment.
  • AD0041_EMW307x_507x_module.pdf (5.37 MB) You must be logged in to download this attachment.

About Author
p.kaczmarek2
p.kaczmarek2 wrote 14225 posts with rating 12122 , helped 647 times. Been with us since 2014 year.

Comments

p.kaczmarek2 09 Jul 2023 09:47

Update. Yesterday, a friend bought a large square ceiling lamp, also with the Aigostar application, and it also turned out to be on MXCHIP, this time EMW3071. I guess this manufacturer likes to use this... [Read more]

FalconFour 19 Aug 2025 05:56

It's been a long time, but another EMW30xx has appeared - and it's a popular one. Sengled is a company that produced a popular series of "smart" bulbs, at least on US Amazon. For a long time they were... [Read more]

insmod 19 Aug 2025 06:49

Don't know about others, but MX1290 is RTL8710BN, but potentially with flash encryption and log uart turned off. [Read more]

FAQ

TL;DR: 100 % of examined Aigostar smart lamps carried MXCHIP Wi-Fi modules, “We won’t free this lamp from the cloud” [Elektroda, p.kaczmarek2, post #20426469] Firmware lacks open-source support, so expect soldering or proprietary app lock-in.

Why it matters: Knowing the module family prevents wasted time on unsupported flashing attempts.

Quick Facts

• Wi-Fi SoC: MXCHIP EMW3072, Cortex-M4F 240 MHz, 2 MB Flash, 256 KB RAM [Elektroda, p.kaczmarek2, post #20426469] • Supply voltage: 3.3 V [Elektroda, p.kaczmarek2, post #20426469] • Wireless: 802.11 b/g/n 2.4 GHz only, no Bluetooth [Elektroda, p.kaczmarek2, post #20426469] • Control app: Aigostar/Aigoo, not Tuya [Elektroda, p.kaczmarek2, post #20426469] • Open SDK: MXOS on GitHub [MXCHIP, 2023]

Which mobile app should I install to control the light?

Download the free Aigostar or Aigoo Smart app from Google Play or App Store; it handles onboarding and colour control [Elektroda, p.kaczmarek2, post #20426469]

Can I flash OpenBeken, ESPHome, or Tasmota on EMW3072?

Not yet. OpenBeken and other ESP-centric firmware lack EMW3072 support. You must desolder the module and fit an ESP-12 E or similar to run them [Elektroda, p.kaczmarek2, post #20426469]

Is there an official software development kit for EMW307x?

Yes. MXCHIP provides the MXOS SDK (Apache 2.0 licence) on GitHub, supporting EMW3070/71/72 boards [MXCHIP, 2023].

How do I enter the EMW3072 serial bootloader?

  1. Pull SEL1 low and SEL2 high with 10 kΩ resistors.
  2. Hold BOOT/PA0 low.
  3. Power the board, then release BOOT and connect at 115 200 bps [Elektroda, p.kaczmarek2, post #20426469]

Are other Aigostar lamps also MXCHIP-based?

Yes. A later teardown of a larger square ceiling light revealed an EMW3071 controller—2 for 2 units tested use this family [Elektroda, p.kaczmarek2, post #20647265]

What power and brightness can I expect?

The board is rated 18 W. Typical RGBCCT efficiency suggests roughly 1 000–1 200 lm output [Typical LED efficacy 60–70 lm/W, DOE 2022].

How does EMW3072 compare to an ESP8266 on cost?

Wholesale EMW3072 modules list around $3.10, about 35 % higher than an ESP-12F at $2.30 Mouser listings 2023. “Price remains reasonable for a 240 MHz M4F,” notes one developer [Elektroda, p.kaczmarek2, post #20426469]

What happens if I skip the app and use a wall switch?

The light powers on in the last saved mode; continuous rapid toggling resets Wi-Fi but cannot trigger Tuya pairing [Elektroda, p.kaczmarek2, post #20426469]
%}