Skip to content

Instantly share code, notes, and snippets.

@anecdata
anecdata / espnow_receiver.py
Last active November 4, 2024 20:49
CircuitPython example for Espressif ESP-NOW protocol
# SPDX-FileCopyrightText: 2023 anecdata
#
# SPDX-License-Identifier: MIT
import time
import traceback
import supervisor
import os
import rtc
import espnow