Skip to content

Instantly share code, notes, and snippets.

@anecdata
anecdata / interfaces.txt
Last active July 29, 2025 18:40
CircuitPython data communication interfaces
EOM
@anecdata
anecdata / espnow_receiver.py
Last active August 6, 2025 00:02
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