Skip to content

Instantly share code, notes, and snippets.

View lknight's full-sized avatar

Pavel Roytberg lknight

View GitHub Profile
@lknight
lknight / 00-CLAUDE.md
Created March 20, 2026 10:49 — forked from gsamat/00-CLAUDE.md
Технический аудит с ИИ-помощником

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

What This Is

Technical and architectural audit of a system. This is an evolving documentation vault, not a codebase.

Language

@lknight
lknight / nanlite-protocol.md
Created December 2, 2023 21:36 — forked from vmedea/nanlite-protocol.md
Nanlite RF and BLE protocol

(this document can be found here: https://gist.github.com/vmedea/434694c11092261fcac401b7a4b9a741)

Contents:

  • Nanlite RF protocol (V1.0)
  • Nanlite RF protocol (V2.0) -- TODO
  • Bluetooth LE ("app protocol")

Nanlite RF protocol (V1.0)

This document describes the RF remote control protocol used by at least the Nanlite PavoTubeII6C RGBWW photography lights, and probably more lighting equipment by the same vendor (I do not have access to any other so cannot verify this).

#
# Wide-open CORS config for nginx
#
location / {
if ($request_method = 'OPTIONS') {
add_header 'Access-Control-Allow-Origin' '*';
#