• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MKT-porter
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6 7 8 9 ··· 80 下一页
2025年8月6日
1 智能指针
摘要: std::shared_ptr 介绍 std::shared_ptr是 C++11 引入的智能指针之一,用于管理动态分配对象的生命周期,通过引用计数机制实现共享所有权。 基本特性 ​​共享所有权​​:多个 shared_ptr可以共同拥有同一个对象 ​​自动释放​​:当最后一个 shared_ptr 阅读全文
posted @ 2025-08-06 21:52 MKT-porter 阅读(11) 评论(0) 推荐(0)
arduino开发你好小智(2)外设led,温湿度传感器,舵机设备控制
摘要: 参考 https://blog.csdn.net/weixin_46084533/article/details/148422568?sharetype=blogdetail&sharerId=148422568&sharerefer=PC&sharesource=weixin_46084533&s 阅读全文
posted @ 2025-08-06 18:02 MKT-porter 阅读(76) 评论(0) 推荐(0)
2025年8月5日
arduino开发你好小智(1)环境部署
摘要: 官网 https://xiaozhi.me/ https://ccnphfhqs21z.feishu.cn/wiki/EH6wwrgvNiU7aykr7HgclP09nCh 后期服务器搭建 https://blog.csdn.net/c20140729/article/details/1476411 阅读全文
posted @ 2025-08-05 17:56 MKT-porter 阅读(170) 评论(0) 推荐(0)
2025年8月3日
小智服务器部署
摘要: https://blog.csdn.net/c20140729/article/details/147641118 服务搭建 AI VOX Engine - AI语音交互引擎库&Arduino&PlatformIO版小智AI https://dcnmu33qx4fc.feishu.cn/docx/L 阅读全文
posted @ 2025-08-03 21:47 MKT-porter 阅读(40) 评论(0) 推荐(0)
2025年7月17日
esp32(1)声音控制基本代码
摘要: ESP-32开发板WIFI+蓝牙2合1双核CPU低功耗ESP32 ESP-32S https://item.taobao.com/item.htm?_u=h1qf7bf56b34&id=559516521103&pisk=gkmg9hAyuVz1V5dLJDZ65zKft28KBlZj0jIYMoF 阅读全文
posted @ 2025-07-17 12:11 MKT-porter 阅读(102) 评论(0) 推荐(0)
2025年6月1日
单目slam
摘要: 程序输入需要 1 真值是为为了最后的评估 2 深度图也是为了评估或者跑深度的 运行 source /home/dongdong/1sorftware/1work/yes/etc/profile.d/conda.sh conda activate MonoGS (MonoGS) dongdong@do 阅读全文
posted @ 2025-06-01 16:38 MKT-porter 阅读(18) 评论(0) 推荐(0)
2025年5月25日
飞桨模型识别(1)安装和测试
摘要: https://github.com/PaddlePaddle/PaddleClas/blob/release/2.6/docs/zh_CN/models/PULC/PULC_safety_helmet.md python3 -m pip install paddlepaddle -i https: 阅读全文
posted @ 2025-05-25 03:05 MKT-porter 阅读(89) 评论(2) 推荐(0)
2025年5月23日
vins-fusion(2)改造GNSS
摘要: 导出数据 slam 优化后的enu gnss首帧起点转化的真值的enu gnss的经纬高 是这连个计算均方根误差 运行脚本 #!/bin/sh #延迟5秒执行 sleep 1 echo "1 运行开始 vins_rviz" gnome-terminal -t "1-vins_rviz" -x bas 阅读全文
posted @ 2025-05-23 19:23 MKT-porter 阅读(49) 评论(0) 推荐(0)
2025年5月16日
树莓派目标跟踪和云台控制
该文被密码保护。 阅读全文
posted @ 2025-05-16 23:51 MKT-porter 阅读(2) 评论(0) 推荐(0)
2025年5月15日
cmd脚本运行
摘要: 替换conda安装路径 替换python 执行器路径 替换python的文件路径 文件里全部用全局路径 不支持中文 run_stop.bat @echo off echo Step 1: Check conda path... where conda echo. echo Step 2: Initi 阅读全文
posted @ 2025-05-15 01:45 MKT-porter 阅读(10) 评论(0) 推荐(0)
2025年5月11日
arduionoi网口以太网
摘要: 0资料 https://www.tastek.cn/download 1 模块 https://detail.tmall.com/item.htm?_u=b1qf7bf50671&id=705514961303&pisk=gNeY_eYWsabcTzyxqo5kswNoHPjlx_q44rrBIV0 阅读全文
posted @ 2025-05-11 03:33 MKT-porter 阅读(28) 评论(0) 推荐(0)
树莓派mpu6050网页画图echart
摘要: static echarts.min.js import time import threading import os from flask import Flask, jsonify, render_template import smbus2 # MPU6050 Configuration # 阅读全文
posted @ 2025-05-11 01:35 MKT-porter 阅读(16) 评论(0) 推荐(0)
2025年5月7日
树莓派二维码和语音播报园区讲解
该文被密码保护。 阅读全文
posted @ 2025-05-07 21:39 MKT-porter 阅读(0) 评论(0) 推荐(0)
树莓派5使用USB音频驱动合成播报语音
摘要: cat /proc/asound/cards lsusb 3.列出所有音频输出设备 4.列出所有音频输入设备 配置默认声卡为指定声卡 1.在$HOME下新建 .asoundrc cd $HOME nano .asoundrc defaults.ctl.card 2 defaults.pcm.card 阅读全文
posted @ 2025-05-07 13:00 MKT-porter 阅读(79) 评论(0) 推荐(0)
2025年5月6日
树莓派mpu9250
摘要: https://www.instructables.com/How-to-Connect-MPU9250-and-Raspberry-Pi-Part-1/ Step 2: Library and System Setup 从桌面环境中的“首选项”菜单打开 Raspberry Pi 配置工具,或者在终 阅读全文
posted @ 2025-05-06 21:53 MKT-porter 阅读(36) 评论(0) 推荐(0)
2025年4月26日
Python激光雷达点阵 TOFSense-M S激光测距传感器
摘要: https://support.nooploop.com/cn/tofsense/protocol https://item.taobao.com/item.htm?_u=q1qf7bf5e103&id=661290637611&pisk=gueLOnY6ZNbHEoeKjk5MZ7psxASGj1 阅读全文
posted @ 2025-04-26 05:49 MKT-porter 阅读(37) 评论(0) 推荐(0)
2025年4月22日
树莓派相机硬同步
该文被密码保护。 阅读全文
posted @ 2025-04-22 18:34 MKT-porter 阅读(6) 评论(0) 推荐(0)
2025年4月20日
树莓派5B测试(1)
摘要: 1 安装系统 1-1安装 https://pidoc.cn/downloads/operating-systems/ 安装这个 以后只装桌面 不然默认装的东西太多了 32g卡更新完毕+yolo 直接就剩下3g了。 1-2卸载多余软件 查看整体磁盘使用情况 df -h 手动卸载游戏 卸载Kicad 卸 阅读全文
posted @ 2025-04-20 13:30 MKT-porter 阅读(65) 评论(0) 推荐(0)
2025年4月18日
大疆无人机开发
该文被密码保护。 阅读全文
posted @ 2025-04-18 21:36 MKT-porter 阅读(6) 评论(0) 推荐(0)
arduino ws2812音乐氛围灯
该文被密码保护。 阅读全文
posted @ 2025-04-18 01:57 MKT-porter 阅读(0) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 80 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3