Plugin name 'sidebar.BROKEN' is not a valid plugin name, only the characters a-z and 0-9 are allowed. Maybe the plugin has been installed in the wrong directory?

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
data_frame_format [2025/02/27 15:23] supportadmindata_frame_format [2025/05/08 10:53] (current) – [1.6 REPORT DATA] supportadmin
Line 465: Line 465:
   * 6 bytes LSB (if present) are for PM measures: 2 bytes for each measurement, formatted as LSB, reporting in order PM1.0, PM2.5 and PM10 in #/cm3.   * 6 bytes LSB (if present) are for PM measures: 2 bytes for each measurement, formatted as LSB, reporting in order PM1.0, PM2.5 and PM10 in #/cm3.
  
-<color green>**Example** \\ Sample payload: \\ 0b3a006caf51266409338b8701170022002a0063 \\  \\ Uplink ID: 0b \\ Report ID: 3a \\ Frame ID: 00 \\ Data: 6caf5126 6409 33 8b8701 1700 2200 2a00 63</color> \\ * <color green>date and time are: 6c af 51 26</color>+<color green>**Example** \\ Sample payload: \\ 0b3a006caf51266409338b8701170022002a00637300aa00d200 \\  \\ Uplink ID: 0b \\ Report ID: 3a \\ Frame ID: 00 \\ Data: 6caf5126 6409 33 8b8701 1700 2200 2a00 63 
 + <font 12.0pt/inherit;;inherit;;inherit>7300 aa00 d200</font>  </color> \\ 
 +* <color green>date and time are: 6c af 51 26</color>
  
   * <color green>Byte swapping, result: 26 51 af 6c</color>   * <color green>Byte swapping, result: 26 51 af 6c</color>
Line 498: Line 500:
   * <color green>PM2.5: 2200</color>   * <color green>PM2.5: 2200</color>
       * <color green>Byte swapping, result: 0022</color>       * <color green>Byte swapping, result: 0022</color>
-        * <color green>In decimal, the result is 34, the PM1 value is 34 µg/m3.</color>+        * <color green>In decimal, the result is 34, the PM2.5 value is 34 µg/m3.</color>
   * <color green>PM10: 2a00</color>   * <color green>PM10: 2a00</color>
       * <color green>Byte swapping, result: 002a</color>       * <color green>Byte swapping, result: 002a</color>
-        * <color green>In decimal, the result is 42, the PM1 value is 42 µg/m3.</color>+        * <color green>In decimal, the result is 42, the PM10 value is 42 µg/m3.</color>
   * <color green>Battery: 63</color>   * <color green>Battery: 63</color>
       * <color green>In decimal, the result is 99, the battery value is 99%.</color>       * <color green>In decimal, the result is 99, the battery value is 99%.</color>
 +  * <color green>PM1: 7300</color>
 +      * <color green>Byte swapping, result: 0073</color>
 +        * <color green>In decimal, the result is 115, the PM1 value is 115 #/cm3.</color>
 +  * <color green>PM2.5: aa00</color>
 +      * <color green>Byte swapping, result: 00aa</color>
 +        * <color green>In decimal, the result is 170, the PM2.5 value is 170 #/cm3.</color>
 +  * <color green>PM10: d200</color>
 +      * <color green>Byte swapping, result: 00d2</color>
 +        * <color green>In decimal, the result is 210, the PM10 value is 210 #/cm3.</color>
  
 ---- ----
  
 [[:data_frame_format|HOME]] [[:data_frame_format|HOME]]
 +
  
 ==== 1.7 T/P/RH/LUX/VOC ==== ==== 1.7 T/P/RH/LUX/VOC ====
Line 1223: Line 1235:
 ==== 2.8 SERIAL DATA ==== ==== 2.8 SERIAL DATA ====
  
-^name  ^size [byte]  ^hex value  ^meaning  | +^ name         ^ size [byte]       ^ hex value  ^ meaning                                     ^ 
-|Downlink ID  |1 byte  |05  |Serial data  +| Downlink ID  | 1 byte            | 05         | Serial data                                 
-|Data Option  |2 byte (u16 LSB)  |XX XX  |Refer to [[#note18|Note 18]]  +| Data Option  | 2 byte (u16 LSB)  | XX XX      | Refer to [[#note19|Note 19]]                
-|Data  |0..33 byte  |XX XX…  |Data to send, refer to [[#note19|Note 19]]  |+| Data         | 0..33 byte        | XX XX…     | Data to send, refer to [[#note19|Note 19]]  |
  
 __ {{anchor:note19:Note 19:}} __ __ {{anchor:note19:Note 19:}} __