Skip to content

Commit

Permalink
Merge branch 'feature-ble-scantime' of https://github.com/matthias-bs…
Browse files Browse the repository at this point in the history
…/BresserWeatherSensorLW into feature-ble-scantime
  • Loading branch information
matthias-bs committed Apr 27, 2024
2 parents 7bf73c1 + 71d01b6 commit 6979da0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ Meanwhile, refer to [BresserWeatherSensorTTN - README.md](https://github.com/mat
| <rtc_source> | Real time clock source; 0x00: GPS / 0x01: RTC / 0x02: LORA / 0x03: unsynched / 0x04: set (source unknown) |
| <sensors_incX> | Bresser sensor IDs include list; e.g. "0xDEADBEEF"; "0x00000000" => empty list => default values |
| <sensors_excX> | Bresser sensor IDs include list; e.g. "0xDEADBEEF"; "0x00000000" => empty list => default values |
| <ble_active> | BLE active scan; 1 (active scan) / 0 (passive scan) |
| <ble_scantime> | BLE scan time in seconds; 0...255 |
| <ble_addrX> | BLE sensor MAC addresses; e.g. "DE:AD:BE:EF:12:23" |

> [!WARNING]
Expand Down Expand Up @@ -149,6 +151,8 @@ Meanwhile, refer to [BresserWeatherSensorTTN - README.md](https://github.com/mat
| CMD_SET_SENSORS_EXC | 0xC7 (199) | sensors_exc0[31:24]<br>sensors_exc0[23:15]<br>sensors_exc0[16:8]<br>sensors_exc0[7:0]<br>... | n.a. |
| CMD_GET_BLE_ADDR | 0xC8 (200) | 0x00 | ble_addr0[47:40]<br>ble_addr0[39:32]<br>ble_addr0[31:24]<br>ble_addr0[23:15]<br>ble_addr0[16:8]<br>ble_addr0[7:0]<br>... |
| CMD_SET_BLE_ADDR | 0xC9 (201) | ble_addr0[47:40]<br>ble_addr0[39:32]<br>ble_addr0[31:24]<br>ble_addr0[23:15]<br>ble_addr0[16:8]<br>ble_addr0[7:0]<br>... | n.a. |
| CMD_GET_BLE_CONFIG | 0xCA (202) | 0x00 | ble_active[7:0]<br>ble_scantime[7:0] |
| CMD_SET_BLE_SCANTIME | 0xCB (203) | ble_active[7:0]<br>ble_scantime[7:0] | n.a. |

### Using the Javascript Uplink/Downlink Formatters

Expand Down

0 comments on commit 6979da0

Please sign in to comment.