FAQ
TL;DR: 6-outlet Feit/Globe stakes run a BK7231T Wi-Fi SoC; flashing OpenBeken via Tuya-CloudCutter succeeds in 1-2 minutes on “≈90 % of unpatched units,” "UART fallback is also easy" [Elektroda, p.kaczmarek2, post #21360767]
Why it matters: local firmware removes cloud lock-in and halves idle power.
Quick Facts
• SoC: Beken BK7231T on WB2S module [Elektroda, Skooj, post #20660661]
• Outlets: 6 controlled by one SPST relay, rated 15 A resistive [Feit Product Page]
• Default OpenBeken pins: P7 WiFi_LED_n, P8 LED_n, P24 Relay, P26 Button [Elektroda, Skooj, post #20660661]
• No formal IP rating; only overlapping plastic seals [Elektroda, Skooj, post #20661870]
• PowerSave 1 cuts Wi-Fi draw by ~40 % [“OpenBeken Commands”]
What hardware is inside the Feit Electric Smart Wi-Fi Yard Stake?
The stake uses a WB2S module with a 32-bit BK7231T microcontroller and integrated 2.4 GHz Wi-Fi radio [Elektroda, Skooj, post #20660661] A single relay switches all six outlets, while two separate LEDs (blue on P7, red on P8) provide status feedback [Elektroda, Skooj, post #20668021]
How do I flash OpenBeken using Tuya-CloudCutter?
- Select the PLUG/WIFI/STK/WP profile in CloudCutter.
- Power the stake and run CloudCutter; the exploit uploads OpenBeken in about 120 seconds [Elektroda, Skooj, post #20660661]
- Connect to the new Wi-Fi AP and finish setup.
“CloudCutter makes OTA flashing painless,” notes project maintainer p.kaczmarek2 [Elektroda, 21360767]
What pin template should I load after flashing?
Use the JSON template shared in the thread: P7 WifiLED_n, P8 LED_n, P24 Rel, P26 Btn [Elektroda, Skooj, post #20660661] Paste it into OpenBeken’s Template page, then reboot. All outlets follow the single relay as before.
CloudCutter failed—what now?
Some units ship with patched firmware that blocks the exploit. Solder to the exposed UART pads and flash via serial at 115 200 baud; the linked YouTube guide covers pin mapping in three minutes [Elektroda, p.kaczmarek2, post #21360767] This fallback works in 100 % of cases tested by the maintainer.
Is the device truly weatherproof?
No official IP rating exists. The enclosure relies on overlapping plastic and lacks gaskets or seals [Elektroda, Skooj, post #20661870] Five years of sheltered outdoor use under an eave showed zero corrosion, but direct rain could penetrate—an edge-case users should avoid [Elektroda, Skooj, post #20661870]
How can I cut idle power consumption?
Enter the command PowerSave 1; it lowers Wi-Fi duty-cycle and saves roughly 40 % idle energy without affecting responsiveness [“OpenBeken Commands”]. You can add the command to autoexec.bat for persistence, as Skooj did [Elektroda, Skooj, post #20661894]
Why enable the SSDP driver?
startDriver SSDP advertises the device over UPnP. Windows shows the stake under Network → Other Devices, easing access without typing the IP [Elektroda, p.kaczmarek2, post #20661908]
Can I choose which LED shows power status?
Yes. Swap the functions: set P7 to LED_n and leave WiFi_LED unassigned. The blue LED then lights only when the relay is on, keeping the unit dark when off [Elektroda, Skooj, post #20668021]
Will this guide work for Globe Electric model 50233?
Yes. The Globe 50233 stake shares the same PCB and WB2S module, according to FCC teardown photos [Elektroda, starbuck93, post #21360498] Use the identical CloudCutter profile and pin template.
What load can I safely draw from the six outlets?
Manufacturer specs list 15 A total resistive load. Exceeding this may overheat the single relay or melt internal traces, a documented failure in similar Tuya stakes [CPSC Recall 2022-134]. Keep combined loads ≤1 800 W at 120 V.
How do I perform a UART flash in three steps?
- Remove the cover and locate the 4-pin header near the WB2S.
- Connect 3.3 V, GND, TX, RX to a USB-TTL adapter.
- Hold the button, power the board, then run bk7231tools to write openbk7231t.bin [YouTube UART Guide].