2023-10-01 18:53:23 +08:00
|
|
|
/**
|
|
|
|
@page Yunhorn STS IOT Core Readme file
|
|
|
|
|
|
|
|
@verbatim
|
|
|
|
|
|
|
|
******************************************************************************
|
2023-10-05 18:50:20 +08:00
|
|
|
* @file: Readme.txt STS_R1 STS_R2 STS_R5 *
|
2023-10-01 18:53:23 +08:00
|
|
|
* @author Yunhorn (r) Technology Limited Application Team *
|
|
|
|
* @brief Yunhorn (r) SmarToilets (r) Product configuration file. *
|
|
|
|
******************************************************************************
|
|
|
|
* @attention
|
|
|
|
*
|
|
|
|
* Copyright (c) 2023 Yunhorn Technology Limited.
|
|
|
|
* Copyright (c) 2023 Shenzhen Yunhorn Technology Co., Ltd.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* This software is licensed under terms that can be found in the LICENSE file
|
|
|
|
* in the root directory of this software component.
|
|
|
|
* If no LICENSE file comes with this software, it is provided AS-IS.
|
|
|
|
*
|
|
|
|
******************************************************************************
|
|
|
|
|
|
|
|
@endverbatim
|
|
|
|
|
2023-10-05 23:34:58 +08:00
|
|
|
Pre-defines
|
|
|
|
TOF_1 , U3, RIGHT SENSOR, XSHUT:PB-3, INT:PB-5
|
|
|
|
TOF_2 , U4, LEFT SENSOR, XSHUT:PA-9,INT:PB-5 *** Default TOF ON BOARD
|
|
|
|
TOF_3 , P6,P7,P10 out interface, XSHUT:PA-10,INT:PB-5
|
|
|
|
SOAP_LEVEL_SENSOR, Switch/XSHUT: PB-3, INPUT-STATUS: PA-10
|
2023-10-27 10:56:01 +08:00
|
|
|
ROCTEC_R5, for upload payload format with distance only, 2 bytes
|
2023-10-05 23:34:58 +08:00
|
|
|
|
|
|
|
|
2023-10-01 18:53:23 +08:00
|
|
|
@par Description
|
|
|
|
|
2023-10-05 18:50:20 +08:00
|
|
|
STS_R1 STS_R2 STS_R5 For
|
2023-10-27 10:56:01 +08:00
|
|
|
|
2023-10-05 18:50:20 +08:00
|
|
|
| STS-R1 | Jumbo Roll Level | TOF VL53L0X |
|
|
|
|
| STS-R2 | Tissue Paper Level | TOF VL53L0X |
|
|
|
|
| STS-R5 | Waste Bin Level | TOF VL53L0X |
|
|
|
|
|
2023-10-27 10:56:01 +08:00
|
|
|
# STS-R5 # Waste Bin Level RocTec | TOF VL53L0X |
|
|
|
|
|
2023-10-05 18:50:20 +08:00
|
|
|
| STS-O2 | Presence Sensor | TOF VL53L1/L3 |
|
|
|
|
| STS-O3 | Presence Sensor | TOF VL53L1/L3 |
|
|
|
|
| STS-O4 | Urinal Occupy Sensor | TOF VL53L1/L3 |
|
|
|
|
| STS-O5 | Door Contact | GPIO ReedSwitch |
|
|
|
|
|
2023-10-01 18:53:23 +08:00
|
|
|
| STS-R3 | Soap Dispenser Sensor | GPIO Capacitive |
|
|
|
|
| STS-R4 | Cistern/Tank Level Sensor | UART UltraSonic |
|
|
|
|
|
2023-10-05 18:50:20 +08:00
|
|
|
| STS-M1 | Water Leakage Sensor | GPIO ReedSwitch |
|
|
|
|
| STS-M3 | Tank Level Sensor | UART UltraSonic |
|
|
|
|
| STS-M4 | Water Flow Sensor | TIM2_ETR counting, PA5 |
|
|
|
|
|
|
|
|
|
|
|
|
| STS-P1 | Queueing length Sensor | IW6843 |
|
|
|
|
| STS-P2 | Bi-Directional People Count | TOF VL53L1/L3 |
|
|
|
|
|
|
|
|
| STS-M7 | Vibration Sensor | I2C 3-Axis vibration |
|
|
|
|
|
|
|
|
|
|
|
|
Jumbo Roll, Tissue Paper, Waste Bin sensor
|
2023-10-01 18:53:23 +08:00
|
|
|
|
|
|
|
******************************************************************************
|
|
|
|
|
|
|
|
@par Keywords
|
2023-10-05 18:50:20 +08:00
|
|
|
|
2023-06-21 12:23:08 +08:00
|
|
|
*/
|