That little plastic remote that comes with a solar floodlight looks simple, but the invisible signal it shoots across your yard travels over one of four very different technologies. Some use light you cannot see, some use radio waves that pass through walls, and some borrow the same radios that connect your phone to wireless earbuds. The choice of protocol shapes how far you can stand from the light, whether a wall blocks the signal, how often the remote needs new batteries, and how badly your neighbor’s gear interferes with yours.
This comparison breaks down the four protocols that actually ship in remote-controlled solar lights. Infrared dominates the cheap end. Radio frequency handles the mid-range. Bluetooth appears in app-controlled lights. WiFi shows up in premium smart lights that link to home automation. Each makes different tradeoffs, and understanding those tradeoffs explains why your twenty-dollar floodlight remote works from the couch but your app-controlled path light drops its connection every time you walk to the mailbox.
How Each Protocol Carries the Signal
Infrared, or IR, uses light just below the red end of the visible spectrum, around 940 nanometers. The remote contains an infrared LED that flashes on and off in a coded pattern, typically at a 38 kilohertz carrier frequency, and the light contains a photodiode or phototransistor that watches for that flashing. Because it is light, IR behaves like light. It travels in straight lines, bounces off walls, and stops at any opaque obstruction. Direct sunlight floods the receiver with infrared and drowns the signal, which is why IR solar light remotes often work poorly during the day and perfectly at night.
Radio frequency, or RF, uses electromagnetic waves at much lower frequencies, typically 433 megahertz or 315 megahertz in unlicensed ISM bands. The remote contains a tiny transmitter, sometimes just a surface acoustic wave resonator and a transistor, that broadcasts a short digital code. The light contains a superheterodyne or super-regenerative receiver tuned to the same frequency. Because radio waves bend around objects and pass through most building materials, RF works through walls, around corners, and in daylight. The tradeoff is that the unlicensed bands are crowded, and cheap receivers pick up noise and interference from everything from garage door openers to weather stations.
Bluetooth Low Energy, abbreviated BLE, operates at 2.4 gigahertz and uses frequency hopping spread spectrum to dodge interference. The light contains a small Bluetooth radio and microcontroller. Your phone, or a dedicated remote, pairs with the light and sends encrypted commands over a connection that hops across 40 channels 1600 times per second. Bluetooth supports two-way communication, so the light can confirm it received a command and report its status back. The complexity costs power and money, which is why BLE appears mainly in app-controlled lights priced above the budget tier.
WiFi runs at 2.4 gigahertz and sometimes 5 gigahertz, using the same radios and protocols as your home network. A WiFi-enabled solar light connects directly to your router, after which you can control it from anywhere through a cloud service. WiFi draws substantially more power than the other protocols, which is a serious problem for a battery-powered solar light, so these lights either use WiFi only in short bursts or rely on a hub that bridges a lower-power radio to your network. True WiFi solar lights exist but they demand large panels and batteries to support the radio’s appetite.
| Protocol | Frequency | Typical Range (line of sight) | Passes Through Walls | Power Draw (receiver) | Two-Way | Relative Cost |
|---|---|---|---|---|---|---|
| Infrared (IR) | 940 nm light | 15 to 30 ft | No | Very low (microamps) | No | Lowest |
| Radio (RF 433 MHz) | 433 / 315 MHz | 50 to 150 ft | Yes | Low (milliamps) | No | Low |
| Bluetooth (BLE) | 2.4 GHz | 30 to 100 ft | Partially | Medium | Yes | Medium |
| WiFi | 2.4 / 5 GHz | 100 to 300 ft (to router) | Yes | High | Yes | Highest |
Range and Reliability in Real Backyards
Spec sheets quote range under ideal conditions, meaning a flat parking lot with no interference and fresh batteries. Real backyards are messier, and the gap between advertised and actual range is where most disappointment lives.
IR range collapses in three common situations. Bright sunlight floods the receiver with so much ambient infrared that the coded signal drowns, cutting effective range to a few feet during the day. Any opaque object blocks the beam, so a porch railing or a shrub between you and the light kills the signal. And IR reflects unpredictably off glass, so trying to control a light through a window from indoors often fails because the reflected signal confuses the receiver. At night, with clear line of sight, IR works reliably to about 25 feet, which covers most patio and deck use cases.
RF 433 megahertz reaches farther and ignores most obstructions, but it introduces different reliability problems. The super-regenerative receivers used in cheap lights are broadband, meaning they respond to a wide swath of frequencies around 433 megahertz. Any transmitter in that band, including your neighbor’s weather station, wireless doorbell, or car key fob, can trigger false commands or jam the signal. Range depends heavily on antenna design. A coiled wire antenna inside a plastic housing delivers maybe 50 feet. A proper quarter-wave whip antenna reaches 150 feet or more, but few solar lights include one. Metal siding, aluminum-backed insulation, and concrete with rebar all attenuate 433 megahertz signals significantly, so a light mounted on a brick wall reaches farther than one on a metal shed.
Bluetooth’s 2.4 gigahertz band is crowded because it shares space with WiFi, microwaves, and every other Bluetooth device. Frequency hopping helps, but physical range is shorter than RF 433 because the higher frequency attenuates faster through walls and foliage. Expect 30 to 50 feet through one exterior wall, less through brick or stucco. Bluetooth’s reliability advantage is its two-way link. If a command does not get through, the app knows and can retry, and the light can confirm execution. This makes BLE feel more dependable even when raw range is shorter, because you get feedback instead of hoping the signal landed.
WiFi range is really router range. The light needs to sit within your network’s coverage, which for a yard light means a strong signal at the mounting location. Outdoor WiFi coverage is the limiting factor, and many yards have dead spots far from the house. Once the light is connected, reliability depends on your network, not the light. Cloud latency adds a fraction of a second to commands sent through a remote server, which feels sluggish compared to a direct local signal. Lights that support local control avoid that latency but require more setup.
In my testing across two dozen remote-controlled solar lights, the most reliable day-to-day performer was a mid-range RF light with a decent antenna, simply because it worked from inside the house, through walls, in any weather, without app pairing. The most flexible was a Bluetooth light controlled by phone, which offered dimming and scheduling but needed the phone within about 40 feet. The most frustrating was a budget IR light that demanded line of sight and refused to work before sunset.
Power Consumption and Battery Impact
A solar light lives on a tight energy budget. Every milliamp the receiver draws comes out of the battery that powers the LED at night, so the protocol choice directly affects runtime.
IR wins on receiver power by a wide margin. A photodiode draws only a few microamps when idle, watching for the 38 kilohertz carrier. The receiver can stay awake continuously without noticeably draining the battery. This is why IR solar lights can offer remote control even at the lowest price points. The tradeoff is that IR only works when you aim at the light, and the remote itself needs line of sight.
RF receivers draw more, typically 3 to 8 milliamps when continuously listening. On a 2200 milliamp-hour battery, that continuous draw would drain the battery in under two weeks even without the LED running. To survive, RF solar lights use duty cycling. The receiver wakes briefly every 100 to 500 milliseconds, checks for a signal, and goes back to sleep. A well-designed duty cycle cuts average draw to under 0.5 milliamps, which the battery can sustain. Cheap lights that do not duty cycle properly either drain the battery or skip listening so often that the remote feels unresponsive. This is why some RF remotes have a noticeable delay between button press and light response.
Bluetooth Low Energy was designed from the ground up for low power, and a BLE radio in connection mode draws roughly 0.01 to 0.5 milliamps average, depending on connection interval. The light advertises itself periodically, waits for a connection, and exchanges data in short bursts. The catch is that maintaining a connection or advertising frequently still costs more than an IR photodiode, and the microcontroller running the Bluetooth stack draws additional current. BLE lights need bigger batteries than IR lights of similar brightness.
WiFi is the power hog. A WiFi radio in active receive draws 50 to 100 milliamps, and even in power-save modes it draws several milliamps average. No reasonable solar light battery sustains continuous WiFi listening. WiFi lights solve this by sleeping deeply and waking on a schedule, checking in with the cloud every few minutes, or by relying on a separate low-power radio (often BLE or a proprietary sub-gigahertz link) that wakes the WiFi radio only when needed. This is why WiFi solar lights are either large and expensive, with big panels and batteries, or they connect through a hub that handles the always-on listening.
The practical takeaway is that protocol choice constrains the rest of the light’s design. An IR light can be small and cheap because the receiver sips power. A WiFi light must be large and costly to support the radio, or it must compromise on responsiveness. BLE sits in the middle, and RF 433 spans the range depending on how aggressively the manufacturer duty cycles the receiver.
Interference and Coexistence Problems
Every protocol shares its band with other devices, and coexistence problems are the hidden cost of wireless convenience.
IR interference comes from other infrared sources. Sunlight is the big one, but heat lamps, fireplace embers, and even hot asphalt emit enough infrared to confuse a sensitive receiver. Cheap IR receivers with poor optical filtering respond to carrier frequencies well off 38 kilohertz, so a flickering candle or a passing car’s LED taillights can sometimes trigger a command. IR codes also collide. Two lights from the same manufacturer often share a code, so one remote fires both, which is either a feature or a nuisance depending on your layout.
RF 433 megahertz is the wild west of wireless. The band is unlicensed, heavily used, and most cheap devices use fixed codes with no encryption or collision avoidance. Pressing your remote might also fire your neighbor’s outdoor outlet, their wireless doorbell, or a cheap smart plug. Worse, some older car alarm remotes and weather stations transmit continuously or in long bursts that jam the band for everyone nearby. Rolling code and encrypted RF systems exist, often branded as KeeLoq or similar, but they are rare in budget solar lights because they add cost and a pairing procedure.
Bluetooth’s 2.4 gigahertz band is also crowded, but the protocol was designed to coexist. Frequency hopping across 40 channels means a Bluetooth light dodges most WiFi interference automatically. The remaining problems are density issues. In an apartment complex with dozens of Bluetooth devices, connection setup takes longer and occasional dropouts occur. Bluetooth also interferes with older 2.4 gigahertz WiFi, though modern WiFi routers handle this gracefully by using channels that avoid the Bluetooth hopping pattern.
WiFi coexistence is managed by your router, which is both the strength and weakness of the approach. A well-configured router handles dozens of devices, but a cheap or overloaded router drops connections, and a light that loses its network becomes uncontrollable until reconnection. WiFi also means your lights depend on your internet connection for cloud control, so an ISP outage takes your lights offline even if they still have battery power. Local control modes avoid this but are not universal.
One interference issue unique to solar lights is self-jamming from the LED driver. The switching converter that drives the LED generates broadband noise that can couple into the RF or Bluetooth receiver, especially in cheap lights with poor filtering. A light that receives commands perfectly during the day but goes deaf at night often suffers from this self-interference, because the LED driver only runs when the light is on. Better board layout and filtering fix it, but you cannot add those after purchase.
Security, Pairing, and Multi-Light Control
The way a protocol handles pairing and identity determines how many lights you can run independently and how hard someone else has to work to control them.
IR has no real security model. The remote broadcasts a fixed code, and every light with the matching receiver responds. Manufacturers reuse a small set of codes across product lines, so two houses on the same street running the same brand of IR floodlight will control each other’s lights if the range reaches. There is no pairing, no encryption, and no identity. For a single driveway floodlight this is fine. For a yard full of separately controlled lights, IR forces you to walk to each one and aim, because any broadcast hits all of them. The only workaround is buying lights with different code sets, which usually means different models from different brands, which defeats unified control.
RF 433 lights split into two camps. Fixed-code RF works like IR, broadcasting a static code that any matching receiver accepts. This is trivially captured and replayed with a sub-twenty-dollar code grabber, so it offers no real security, though for a yard light the threat model is usually just annoyance rather than harm. Rolling-code RF, used in better lights and most garage door openers, changes the code on every transmission using a synchronized counter, so a captured code cannot be replayed usefully. Rolling code requires a one-time pairing step where the light learns the remote’s seed, and once paired, the remote controls only that light. The downside is that adding a second remote or replacing a lost one means re-pairing, which is fiddly on lights with tiny recessed buttons.
Bluetooth builds security in. Each light advertises a unique address, and pairing establishes an encrypted link using keys exchanged during setup. A paired phone controls only the lights it has paired with, so neighbors cannot drive your lights without physical access to run the pairing flow. Modern BLE uses secure connections with 128-bit AES encryption, which is strong enough that the realistic attack is not cryptanalysis but social engineering or default-password reuse on the cloud account linked to the light. Multi-light control is handled in the app, which groups lights into rooms or scenes and addresses them individually by their paired identity.
WiFi lights inherit whatever security the manufacturer’s cloud platform provides. The good ones use encrypted links to the cloud, require a proper account password, and support two-factor authentication. The bad ones ship with hardcoded credentials or unencrypted local control that anyone on your network can access. Because WiFi lights are internet-connected, they are also the most exposed to remote attack if the manufacturer’s cloud is breached or the firmware has unpatched vulnerabilities. Before buying a WiFi solar light, check whether the manufacturer issues firmware updates and for how long, because an abandoned smart light becomes a permanent security liability on your network.
Multi-light control scales differently across protocols. IR scales poorly because every light sees every command. RF fixed-code scales poorly for the same reason, while RF rolling-code scales to one remote per light or to a multi-button remote where each button targets a pre-paired light. Bluetooth scales gracefully through app grouping, letting you control one light or fifty from the same phone. WiFi scales best of all, since each light is an independent network node addressable from anywhere, though each added light increases network traffic and the load on your router.
For most yards, the practical multi-light choice is Bluetooth or a hybrid RF-plus-hub system. IR and fixed-code RF work for a single light but become unmanageable past three or four, when you start wanting individual control and grouping. The cost of app-controlled lights is justified less by the remote convenience and more by the ability to manage a growing collection of them coherently.
Choosing the Right Protocol for Your Setup
Match the protocol to how you actually use the light, not to the technology that sounds most advanced.
Use IR for lights you control from the same spot every time, like a floodlight above a driveway that you switch on from the back door. IR is cheap, reliable at night, and the receiver draws almost no power, so the light’s runtime stays long. Just remember you need line of sight and roughly direct aim. IR fails for any light you want to control from inside through walls or from across a large yard.
Use RF 433 for lights you want to control from anywhere on your property without pairing a phone. A good RF light reaches across a medium yard, works through walls, and responds quickly if the duty cycle is well tuned. Avoid the absolute cheapest RF lights, since their broad receivers and fixed codes invite false triggers and interference. Look for rolling code models if security matters, because fixed-code RF is trivially cloned with a cheap capture device.
Use Bluetooth for lights you want to dim, schedule, or group from your phone, and where you accept needing the phone within roughly 40 feet. BLE suits path lights, string lights, and accent lights that benefit from fine control. The two-way link gives you confidence the command landed. The downside is that you cannot control the lights away from home, and guests need pairing access to use their own phones.
Use WiFi for lights you want to control remotely, integrate with automation, or trigger from other smart home devices. Accept the tradeoffs in cost, size, and the dependency on your network. WiFi makes sense for a flagship floodlight or a security light that benefits from cloud features. It makes less sense for a dozen path lights, where the power and cost overhead multiplies and the network gets crowded.
Hybrid lights exist and often represent the best compromise. A light that uses a low-power sub-gigahertz RF radio for everyday commands, with a WiFi or BLE bridge for app control and scheduling, gets the range of RF and the flexibility of app control without forcing the battery to support always-on WiFi. These designs cost more but solve the fundamental tension between power budget and connectivity.
Whatever you choose, test the range and reliability in your actual yard before committing to a full deployment. Walk the property with the remote or phone and note dead spots, interference zones, and latency. Wireless solar lights live in a hostile environment full of metal, foliage, and competing signals, and the protocol that shines in a spec sheet may stumble in your specific corner of it. The right protocol is the one that works every time you reach for the remote, not the one with the most impressive technology behind it.

