Update NOW.md
This commit is contained in:
parent
6b9a541bd3
commit
a7914d442b
|
|
@ -1,6 +1,6 @@
|
||||||
# SpanPoint: Point-to-Point Communication between ESP32 Devices
|
# SpanPoint: Point-to-Point Communication between ESP32 Devices
|
||||||
|
|
||||||
SpanPoint is HomeSpan's integrated implementation of Espressif's ESP-NOW protocol that enables bi-directional communication from one ESP32 device directly to another without the need for a central WiFi network. In a typical setup, one ESP32 device runs a full HomeSpan sketcs (perhaps for a Thermostat Accessory) and connects to HomeKit in the usual fashion.
|
SpanPoint is HomeSpan's easy-to-use implementation of Espressif's ESP-NOW protocol. ESP-NOW provides bi-directional, point-to-point communication from one ESP32 device directly to another without the need for a central WiFi network. In a typical setup, a complete HomeSpan sketch runs "main" ESP32 device and connects to HomeKit by pairing with the Home App in the usual fashion. THen, one or more
|
||||||
|
|
||||||
|
|
||||||
ike most commercial HomeKit devices, HomeSpan requires a power-consuming always-on WiFi connection, which unfortunately means powering a HomeKit device with batteries is generally not possible. For most applications, this is not a problem since your HomeSpan device will be controlling a real-world light, fan, thermostat, etc., and will likely be plugged into a wall outlet. However, there are some real-world applications where wall outlets are not readily available and battery-power is essential, such as remote temperature sensors, door and window sensors, or standalone switches.
|
ike most commercial HomeKit devices, HomeSpan requires a power-consuming always-on WiFi connection, which unfortunately means powering a HomeKit device with batteries is generally not possible. For most applications, this is not a problem since your HomeSpan device will be controlling a real-world light, fan, thermostat, etc., and will likely be plugged into a wall outlet. However, there are some real-world applications where wall outlets are not readily available and battery-power is essential, such as remote temperature sensors, door and window sensors, or standalone switches.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue