Hardware
Shell Lab TH Sensor is programmable temperature/humidity sensor with USB/serial interface Characteristic: ● hollow case design, for quicker temperature/humidity response● integrated LED blinks to indicate the current temperature value ● USB powered, 2-meter cable length ● interactive serial console with ASCII command, online manual embedded ● programming language is not limited (Python recommended) ● quick test with Testbench App (with various demo codes) ● pip install mcush library (support windows/linux/mac) and write scripts easily Use cases: ● environment logger in product design and test● kanban/placard indication ● logistic/storage management, goods location indicator ● educational experiment design ● outdoor case, auto indicator ● system integration for industrial equipment ● prototype design Attention: ● suitable only for environment test, not available for soil and liquid |
Software
Serial Communication FAQ C Programming FAQ Serial command: measure control command
Example: read current results
Python API: Install: sudo pip3 install mcushUpgrade: sudo pip3 install -U mcush
Example:
Download: Shell Lab Testbench Application |