Skip to content

Commit b40bda3

Browse files
committed
upd txt
1 parent a511b83 commit b40bda3

File tree

2 files changed

+95
-10
lines changed

2 files changed

+95
-10
lines changed

Distr/nrf24batch/CO2_mini_old.txt

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
Info: CO2 sensor mini
2+
Address: C8C8CF
3+
Rate: 1
4+
Ch: 122
5+
CRC: 2
6+
DPL: 0
7+
RETR: 0x0F
8+
Resend: 3
9+
Delay_ms: 30
10+
ReadCmd repeat: 3
11+
12+
Payload struct: 2,1,1
13+
EEPROM=0; RAM=1; PROGMEM=2; ID=3; RESET=4; WRAM=0x89
14+
15+
R default: ,EEPROM,0xC1
16+
W default: n,,0x81
17+
Write start: 0,0,0x8F
18+
19+
Listen: C8C8C1=CO2,Alarm,-
20+
21+
R: ID*=,ID
22+
23+
R: _CO2*2=0x6C,RAM,0xC2
24+
R: _PORTA=0x39,RAM
25+
W: _PORTA=,0x3B,WRAM
26+
R: _PORTB=0x36,RAM
27+
W: _PORTB=,0x38,WRAM
28+
R: _OSCCAL=0x51,RAM
29+
W: _OSCCAL=,0x51,WRAM
30+
R: OSCCAL_EMEM=0
31+
32+
R: RxAddr=1#
33+
W: RxAddr=,1
34+
35+
R: Ch=2
36+
W: Ch=,2
37+
38+
R: nRF RETR=3#
39+
W: nRF RETR=,3
40+
41+
R: Send period=4
42+
W: Send period=,4
43+
44+
R: CO2 threshold*2=5,,0xC2
45+
W: CO2 threshold=,5,0x82
46+
47+
R: CO2 correct*2=7,,0xC2
48+
W: CO2 correct*2=,7,0x82
49+
50+
R: FanLSB[10]=i:9#
51+
W: FanLSB=,i:9
52+
53+
R: Transmit pause=19
54+
W: Transmit pause=,19
55+
56+
R: Flags=20#
57+
W: Flags=,20
58+
59+
W: Reset=,RESET,0xC1
60+
61+
R: _LED Warning=0x74,RAM
62+
W: _LED Warning=,0x74,WRAM
63+
64+
S: LED=,0,0x40
65+
66+
SBatch: LED On: LED=1
67+
SBatch: LED Off: LED=0
68+
69+
RBatch: Settings: ID;RxAddr;Ch;Send period;CO2 threshold;CO2 correct;FanLSB;nRF RETR;Transmit pause;Flags
70+
71+
WBatch: Default: RxAddr=0xCF;Ch=122;Send period=30;CO2 threshold=1000;CO2 correct=0;FanLSB={0xC1,0,0,0,0,0,0,0};nRF RETR=0x3;Transmit pause=1;Flags=0;Reset
72+
WBatch: CO2: CO2 threshold=1000;CO2 correct=0
73+
WBatch: Fan: FanLSB={0xC1,0,0,0,0,0,0,0,0,0};Reset
74+
WBatch: RETR: nRF RETR=0x2F;Reset
75+
WBatch: Transmit pause: Transmit pause=30
76+
WBatch: Flags: Flags=0x00
77+
78+
WBatch: LED Warning: _LED Warning=0x30
79+
WBatch: PORTA: _PORTA=0x0C
80+
WBatch: PORTB: _PORTB=0xC
81+
WBatch: OSCCAL: _OSCCAL=128
82+
83+
WBatch: Reset: Reset

Distr/nrf24batch/Kitchen Vent Dimmer.txt

+12-10
Original file line numberDiff line numberDiff line change
@@ -96,25 +96,27 @@ W: _PORTB=,0x38,WRAM
9696

9797
R: _LED_Warning=0x71,,RAM
9898
W: _LED_Warning=,0x71,WRAM
99-
R: _IRHashLast*2=0x85,,RAM2#
100-
R: _SleepTimer=0x8D,,RAM
99+
R: _IRHashLast*2=0x89,,RAM2#
100+
R: _IRCntLast=0x87,,RAM
101+
R: _IRHash*2=0x8B,,RAM2#
102+
R: _SleepTimer=0x8E,,RAM
101103
R: _FanOn=0x7F,,RAM
102104
R: _FanOnNext=0x7D,,RAM
103105
R: _FanOnNextCnt=0x7B,,RAM
104106
R: _FanOnLast=0x7C,,RAM
105107

106-
R: _OutSpeedMax=0x8F,,RAM
107-
W: _OutSpeedMax=,0x8F,WRAM
108+
R: _OutSpeedMax=0x90,,RAM
109+
W: _OutSpeedMax=,0x90,WRAM
108110

109111
R: _Fanspeed=0x7E,,RAM
110112
R: _SSR_full_period*2=0x64,,RAM2
111113

112-
R: _PulseDelayAfterZero*2=0x9E,,RAM2
113-
W: _PulseDelayAfterZero*2=,0x9E,WRAM2
114-
R: _PulseWidth*2=0x91,,RAM2
115-
W: _PulseWidth*2=,0x91,WRAM2
116-
R: _PulseWidth2=0xA2,,RAM
117-
W: _PulseWidth2=,0xA2,WRAM
114+
R: _PulseDelayAfterZero*2=0x9F,,RAM2
115+
W: _PulseDelayAfterZero*2=,0x9F,WRAM2
116+
R: _PulseWidth*2=0x92,,RAM2
117+
W: _PulseWidth*2=,0x92,WRAM2
118+
R: _PulseWidth2=0xA3,,RAM
119+
W: _PulseWidth2=,0xA3,WRAM
118120

119121
W: Reset=0xEEEE,14,SET
120122

0 commit comments

Comments
 (0)