IrrigationSensorVisualization

所属分类:数据可视化
开发工具:Dart
文件大小:0KB
下载次数:0
上传日期:2023-10-23 03:12:38
上 传 者sh-1993
说明:  灌溉传感器可视化,,
(IrrigationSensorVisualization,,)

文件列表:
.metadata (1706, 2023-12-11)
ArduinoCode/ (0, 2023-12-11)
ArduinoCode/ArduinoCode.ino (4051, 2023-12-11)
analysis_options.yaml (1420, 2023-12-11)
graphic-2.2.1/ (0, 2023-12-11)
graphic-2.2.1/CHANGELOG.md (8841, 2023-12-11)
graphic-2.2.1/LICENSE (16750, 2023-12-11)
graphic-2.2.1/analysis_options.yaml (277, 2023-12-11)
graphic-2.2.1/lib/ (0, 2023-12-11)
graphic-2.2.1/lib/graphic.dart (10268, 2023-12-11)
graphic-2.2.1/lib/src/ (0, 2023-12-11)
graphic-2.2.1/lib/src/algebra/ (0, 2023-12-11)
graphic-2.2.1/lib/src/algebra/varset.dart (8913, 2023-12-11)
graphic-2.2.1/lib/src/chart/ (0, 2023-12-11)
graphic-2.2.1/lib/src/chart/chart.dart (27627, 2023-12-11)
graphic-2.2.1/lib/src/chart/size.dart (714, 2023-12-11)
graphic-2.2.1/lib/src/chart/view.dart (2543, 2023-12-11)
graphic-2.2.1/lib/src/common/ (0, 2023-12-11)
graphic-2.2.1/lib/src/common/builtin_layers.dart (424, 2023-12-11)
graphic-2.2.1/lib/src/common/converter.dart (183, 2023-12-11)
graphic-2.2.1/lib/src/common/customizable_spec.dart (502, 2023-12-11)
graphic-2.2.1/lib/src/common/defaults.dart (6570, 2023-12-11)
graphic-2.2.1/lib/src/common/dim.dart (94, 2023-12-11)
graphic-2.2.1/lib/src/common/label.dart (865, 2023-12-11)
graphic-2.2.1/lib/src/common/operators/ (0, 2023-12-11)
graphic-2.2.1/lib/src/common/operators/render.dart (932, 2023-12-11)
graphic-2.2.1/lib/src/common/operators/value.dart (420, 2023-12-11)
graphic-2.2.1/lib/src/common/reserveds.dart (267, 2023-12-11)
graphic-2.2.1/lib/src/coord/ (0, 2023-12-11)
graphic-2.2.1/lib/src/coord/coord.dart (4249, 2023-12-11)
graphic-2.2.1/lib/src/coord/polar.dart (10073, 2023-12-11)
graphic-2.2.1/lib/src/coord/rect.dart (6300, 2023-12-11)
graphic-2.2.1/lib/src/data/ (0, 2023-12-11)
graphic-2.2.1/lib/src/data/data_set.dart (1203, 2023-12-11)
graphic-2.2.1/lib/src/dataflow/ (0, 2023-12-11)
graphic-2.2.1/lib/src/dataflow/dataflow.dart (4205, 2023-12-11)
graphic-2.2.1/lib/src/dataflow/operator.dart (4283, 2023-12-11)
... ...

# sensorvis If there are any questions, please feel free to contact me: ``` browens515@gmail.com (208)380-6882 ``` To connect to the raspberrypi displays, use the provided router and connect to the PiRouter network with a computer. Turn on one pi display at a time and use the following command in a terminal to ssh to it: ``` ssh raspberrypi.local ``` The password for both displays is: ``` 4263 ``` You will need to disable the app to update the display. Use the following command to disable the app: ``` sudo systemctl disable inl-app.service ``` After updating, the app can be enabled by using the following command: ``` sudo systemctl enable inl-app.service ``` After disabling the app reboot the raspberry pi: ``` sudo reboot ``` Instead of ssh into the raspberry pi, to update the displays, open a terminal in the build folder on your computer and use the following command to copy the folder to the raspberry pi: ``` rsync -av ./ raspberrypi.local:/home/browens/Desktop ``` To generate code run this command: ``` flutter pub run build_runner build --delete-conflicting-outputs ``` This will watch your files and rerun the generator any time anything needs updated ``` flutter pub run build_runner watch --delete-conflicting-outputs ```

近期下载者

相关文件


收藏者