-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathBorissimus.json
More file actions
43 lines (43 loc) · 1.85 KB
/
Copy pathBorissimus.json
File metadata and controls
43 lines (43 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "N-iX",
"description": "nRF Connect SDK add-on development for DALI-2 control on nRF54L15.",
"avatar": "https://src.n-ix.com/uploads/2024/02/13/8c07f401-e3a4-4473-b135-f4179b24dbd8.png",
"contact": {
"devzoneUsername": "Borissimus",
"email": "contact@n-ix.com"
},
"apps": [
{
"name": "dali-nrf54",
"repo": "https://github.com/Borissimus/dali-nrf54",
"title": "DALI-2 Dual-Core Lighting Control Add-on for nRF54L15",
"description": "Developed by N-iX in partnership with Nordic Semiconductor, this add-on runs the timing-critical DALI runtime on the nRF54L15 FLPR RISC-V core and exposes a CPUAPP-facing API over IPC. In our controller test setup, DALI network setup used about 0.5% CPUAPP load without the optional BLE workload, while median peak-to-peak TX packet jitter was 0.8 us. The controller sample supports device discovery, addressed and broadcast on/off, level control, status and actual-level queries.",
"kind": "sample",
"tags": [
"connectivity"
],
"apps": "samples/*",
"docsUrl": "https://github.com/Borissimus/dali-nrf54/blob/main/README.md",
"releases": [
{
"date": "2026-07-02T08:58:28Z",
"name": "v0.1.1",
"tag": "v0.1.1",
"sdk": "v3.4.0"
},
{
"date": "2026-07-29T13:04:20Z",
"name": "v0.1.2",
"tag": "v0.1.2",
"sdk": "v3.4.0"
},
{
"date": "2026-09-22T12:34:16Z",
"name": "v0.1.3",
"tag": "v0.1.3",
"sdk": "v3.4.0"
}
]
}
]
}