hardware
2022-08-22
2022-08-11
everytime the fucking machine restarts, it fails devastatingly.
the word: Giving the fans some time to reach full speed...
the script:
1 |
|
hope this shit works?
1 | echo 255 | sudo tee /sys/class/hwmon/hwmon6/pwm3 |
i have install something other than that. like i8kctl, some thermal controllers by intel (thermald)? but still gpu fan not spinning till now.
1 | apt install -y lm-sensors fancontrol |
already have cpu frequency under control by running temp_throttle.sh
notes: found controllers dell_smm-isa-0000
1 | Found the following PWM controls: |
2022-07-25
linux
throttling cpu frequencies by temperature incrementally
the desired temperature is 60.
usually when one throttles the CPU temperature, the GPU cannot be overheated.
it is turning my core i7 into a pentium 3! but not entirely cumbersome.
2022-07-22
利用淘宝铜片焊接的WiFi天线 安装在开源机械臂上 利用固定点抵达算法 扫描算法 自动探测WiFi源与方向的对应关系 机械手臂应当安装在比较高的支撑点上 周围不要挡着WiFi天线 有比较长的延长线 扫描算法不得超过线材的限制(旋转角度控制)必须得知初始态的绝对位置
2022-06-18
2022-06-18
智能手表防水 泡温泉 外壳
智能手表都不能泡温泉 洗澡
可以考虑做智能手表的时候添加耐温耐水蒸汽的胶水 也可以考虑做防水汽的外壳 塑料透明保护壳 胶圈要和塑料壳之间用耐温耐水汽的胶水粘连 胶圈之间添加波纹 纹路 增加密封强度 耐压 用铰链链接 卡扣扣住 或者双卡扣
如果外壳需要留空间给按钮 用橡胶按钮加耐压防水胶 或者粘贴实体按钮 硬质按钮加橡胶密封层 注意连接处面积要大
旋转的按钮就不要旋转了 因为无法密封 比如苹果iwatch 只能点按
外壳一般有配套的表带 不用原来的连接装置
2022-06-07
A head-mounted coaxis camera, coaxis long-range microphone, buffered record mode, two separate buttons for recording and saving, implementation in micropython. large battery.
2022-05-06
working on archlinux arm:
libwacom 2.1.0-1
not working on kali linux:
libwacom-bin 2.2.0-1
full reference:
https://github.com/DIGImend/digimend-kernel-drivers/issues/514
sudo nano /etc/X11/xorg.conf
Section “InputClass”
Identifier “Tablet”
Driver “wacom”
MatchDevicePath “/dev/input/event*”
MatchUSBID “6161:4d15”
EndSection
to debug input problems:
check /etc/logs/Xorg.0.logs
2022-04-27
水里加醇类物质可以防止导电
软管加弹簧防止弯折
液体生料带 ergo 5500陶瓷胶 密封胶 液态密封圈 堵漏 用油管防止老化
用水管变径器来改变管径 先用相同大小软管连接目标接头 再用变径器链接变径软管
气压计 肥皂水测试是否漏水
水泵串联并联增加流量和扬程
多水道设计增加导热效率
显卡mos管需要水冷散热 建议看显卡发热红外图其他未水冷的地方贴上散热脊片
主板本来有热管 风扇散热的地方 例如南北桥 供电 如果要拆除 必须替换成水冷 背面也应该加上水冷
氟化液沉浸式散热 可以用潜水泵抽水加冷排
压缩机28度以上防止冷凝水聚集
用水冷弹性弹簧喉夹来链接软管 有快拧接口的要有快拧头连接硬管或软管
用热缩编织管来避免磨损 用阻燃波纹管套住最外面
打磨弹簧套管的两端 避免戳穿软管
用全开放式机架 铝合金框架 方便主板背面 显卡背面冷却装置的安装
工业装甲带缠绕接头部分
2022-04-21
Graphcore’s IPU could be cheaper and faster than NVIDIA’s A100, though need sharing on-board RAM.
Supports tensorflow, pytorch, paddlepaddle.
https://docs.graphcore.ai/en/latest/
pytorch: poptorch, pytorch-lightning(tpu and ipu)
tensorflow:
from tensorflow.python import ipu
Create an IPU distribution strategy
strategy = ipu.ipu_strategy.IPUStrategy()
with strategy.scope():
…
paddlepaddle:
https://github.com/graphcore/portfolio-examples/tree/master/paddlepaddle/bert-base
https://github.com/graphcore/Paddle.git
TensorFlow 1 & 2 support with full performant integration with TensorFlow XLA backend
PyTorch support for targeting IPU using the PyTorch ATEN backend
PopART™ (Poplar Advanced Runtime) for training & inference; supports Python/C++ model building plus ONNX model input
Full support for PaddlePaddle
Other frameworks support coming soon