logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

在Arduino和ESP32-s2环境下,测试WiFi Fine Time Measurement (FTM) Round Trip Time (RTT) 的定位和测距

1. 原理http://people.csail.mit.edu/bkph/ftmrtt_intro优点是AP和phone不需要是同步。The round trip time measurements are not perfectly accurate, being subject to various types of measurement error, RF interference as

文章图片
python pyinstaller 打包后运行找不到模块

在命令行中python 程序可以运行,但是pyinstaller 打包后运行找不到模块

文章图片
#python#开发语言
Linux环境下vs code中Markdown与PlantUML联合工作

在VS code中配置markdown和PlantUML,可以即时生成UML图。

文章图片
#linux
安装vmware tools 后也不能和主机之间复制、粘贴内容、拖拽文件的解决方案

安装vmware tools 后也不能和主机之间复制、粘贴内容、拖拽文件的解决方案

#linux#虚拟机
解决:Error: No STM32 target found! If your product embeds Debug Authentication, please perform a disco

STM32CubeProgrammer 连接STM32WB55 (烧写过M0的BLE FW)此时的配置为,注意Reset mode 是Software reset。改为Hareware reset,再次连接,可以正常工作。

文章图片
#stm32#嵌入式硬件#单片机
在虚拟机下运行gazebo,关于vmw_ioctl_command error Invalid argument错误

解决 在虚拟机下不能运行 ROS gazebo的问题

解决 “Error: connect ECONNREFUSED“ 在docker 中,使用node-red-contrib-influxdb(Node-RED) 连接 influxDB2

目标:在dockers中分别运行influxdb2和Node-RED,Node-RED中node-red-contrib-influxdb(0.6.1)作为客户端读写influxdb2架构:前提:Docker (18)Python(3.7.3,optional)安装环境:​​​​​​​1. Influxdb[1]1.1 InstallCreate a new directory to store

How to resolve `unmet dependencies, Depends: nodejs but it is not going to be installed` npm

为了安装Node-Red,将ubuntu 18.04 的node.js v8 升到node.js v10[Supported Node versionshttps://nodered.org/docs/faq/node-versions]1. 安装node.js v10sudo apt install curlcurl -sL https://deb.nodesource.com/setup_10

#npm
到底了