Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Apr 21, 2024
1 parent 98d8271 commit d782a36
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,22 +100,22 @@ Meanwhile, refer to [BresserWeatherSensorTTN - README.md](https://github.com/mat

## Remote Configuration Commands / Status Requests via LoRaWAN

| Command | Port | Downlink | Uplink |
| ----------------------------- | ---- | ------------------------------------------------------------------------- | -------------- |
| CMD_GET_DATETIME | 0x86 | 0x00 | unixtime[31:24]<br>unixtime[23:16]<br>unixtime[15:8]<br>unixtime[7:0]<br>rtc_source[7:0] |
| CMD_SET_DATETIME | 0x88 | unixtime[31:24]<br>unixtime[23:16]<br>unixtime[15:8] <br> unixtime[7:0] | n.a. |
| CMD_SET_SLEEP_INTERVAL | 0xA8 | interval[15:8]<br>interval[7:0] | n.a. |
| CMD_SET_SLEEP_INTERVAL_LONG | 0xA9 | interval[15:8]<br>interval[7:0] | n.a. |
| CMD_GET_LW_CONFIG | 0xB1 | 0x00 | sleep_interval[15:8]<br>sleep_interval[7:0]<br>sleep_interval_long[15:8]<br>sleep_interval_long[7:0] |
| CMD_GET_WS_TIMEOUT | 0xC0 | 0x00 | ws_timeout[7:0] |
| CMD_SET_WS_TIMEOUT | 0xC1 | ws_timeout[7:0] | n.a. |
| CMD_RESET_RAINGAUGE | 0xC3 | flags[7:0] | n.a. |
| CMD_GET_SENSORS_INC | 0xC4 | 0x00 | sensors_inc0[31:24]<br>sensors_inc0[23:15]<br>sensors_inc0[16:8]<br>sensors_inc0[7:0]<br>... |
| CMD_SET_SENSORS_INC | 0xC5 | sensors_inc0[31:24]<br>sensors_inc0[23:15]<br>sensors_inc0[16:8]<br>sensors_inc0[7:0]<br>... | n.a. |
| CMD_GET_SENSORS_EXC | 0xC6 | 0x00 | sensors_exc0[31:24]<br>sensors_exc0[23:15]<br>sensors_exc0[16:8]<br>sensors_exc0[7:0]<br>... |
| CMD_SET_SENSORS_EXC | 0xC7 | 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 | 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 | 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. |
| Test Status | Command | Port | Downlink | Uplink |
| ----------- | ----------------------------- | ---- | ------------------------------------------------------------------------- | -------------- |
| [ ] | CMD_GET_DATETIME | 0x86 | 0x00 | unixtime[31:24]<br>unixtime[23:16]<br>unixtime[15:8]<br>unixtime[7:0]<br>rtc_source[7:0] |
| [ ] | CMD_SET_DATETIME | 0x88 | unixtime[31:24]<br>unixtime[23:16]<br>unixtime[15:8] <br> unixtime[7:0] | n.a. |
| [ ] | CMD_SET_SLEEP_INTERVAL | 0xA8 | interval[15:8]<br>interval[7:0] | n.a. |
| [ ] | CMD_SET_SLEEP_INTERVAL_LONG | 0xA9 | interval[15:8]<br>interval[7:0] | n.a. |
| [ ] | CMD_GET_LW_CONFIG | 0xB1 | 0x00 | sleep_interval[15:8]<br>sleep_interval[7:0]<br>sleep_interval_long[15:8]<br>sleep_interval_long[7:0] |
| [ ] | CMD_GET_WS_TIMEOUT | 0xC0 | 0x00 | ws_timeout[7:0] |
| [ ] | CMD_SET_WS_TIMEOUT | 0xC1 | ws_timeout[7:0] | n.a. |
| [ ] | CMD_RESET_RAINGAUGE | 0xC3 | flags[7:0] | n.a. |
| [ ] | CMD_GET_SENSORS_INC | 0xC4 | 0x00 | sensors_inc0[31:24]<br>sensors_inc0[23:15]<br>sensors_inc0[16:8]<br>sensors_inc0[7:0]<br>... |
| [ ] | CMD_SET_SENSORS_INC | 0xC5 | sensors_inc0[31:24]<br>sensors_inc0[23:15]<br>sensors_inc0[16:8]<br>sensors_inc0[7:0]<br>... | n.a. |
| [ ] | CMD_GET_SENSORS_EXC | 0xC6 | 0x00 | sensors_exc0[31:24]<br>sensors_exc0[23:15]<br>sensors_exc0[16:8]<br>sensors_exc0[7:0]<br>... |
| [ ] | CMD_SET_SENSORS_EXC | 0xC7 | 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 | 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 | 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. |



Expand Down

0 comments on commit d782a36

Please sign in to comment.