• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MKT-porter
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 75 下一页
2019年6月21日
(4)给树莓派安装中文输入法Fcitx及Google拼音输入法
摘要: sudo apt-get install fcitx fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sunpinyin 安装完毕,重启即可。 阅读全文
posted @ 2019-06-21 14:24 MKT-porter 阅读(3221) 评论(0) 推荐(0)
(3)使用Android手机作为树莓派的屏幕
摘要: https://jingyan.baidu.com/album/676629977483b154d51b848e.html 阅读全文
posted @ 2019-06-21 02:43 MKT-porter 阅读(761) 评论(0) 推荐(0)
(2)在树莓派安装运行在Python3上的OpenCV
摘要: https://www.jianshu.com/p/56929416b4a1 http://www.eeworld.com.cn/afdz/article_2018030511619.html https://www.cnblogs.com/Pyrokine/p/8921285.html error 阅读全文
posted @ 2019-06-21 02:16 MKT-porter 阅读(726) 评论(0) 推荐(0)
2019年6月20日
相机靶面尺寸和视场角换算
摘要: 参考教程 https://blog.csdn.net/PINBODEXIAOZHU/article/details/47084633 https://blog.csdn.net/maopig/article/details/80773739 如何计算 相机中 1英寸==16mm 代表斜对角线 根据像 阅读全文
posted @ 2019-06-20 10:49 MKT-porter 阅读(3336) 评论(0) 推荐(0)
2019年6月17日
项目(二) esp32-cam 网页图像人脸
摘要: https://randomnerdtutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/ ESP32-CAM Pinout 下图显示了ESP32-CAM引脚排列(AI-Thinker模块)。 图像源 - Seeed 阅读全文
posted @ 2019-06-17 22:32 MKT-porter 阅读(18895) 评论(1) 推荐(1)
开发(一) ardunio环境配置 针对esp32-cam 更多例程
摘要: 第一种 简单版本,针对获取mpu9250数据, http://www.bubuko.com/infodetail-3093785.html 第二种 浮渣版本,针对ESP32获取图像,以及跟多开发例程 https://randomnerdtutorials.com/installing-the-esp 阅读全文
posted @ 2019-06-17 22:07 MKT-porter 阅读(8503) 评论(1) 推荐(1)
centos7.2(一)vultr服务器购买和开通端口
摘要: https://vultr.me/52.html 之前我们已经介绍了如何购买 Vultr 以及如何使用支付宝对 Vultr 进行充值,相关教程: VULTR 购买教程 2018 年最新图文版 VULTR 支付宝充值教程 接下来我们介绍一下如何在 Vultr 后台新建 VPS。首先我们登陆 Vultr 阅读全文
posted @ 2019-06-17 00:31 MKT-porter 阅读(1489) 评论(0) 推荐(0)
2019年6月16日
项目(1-2)ES32获取mpu9250传入数据库
摘要: 、 报一个错,找不到min函数 手动添加 之后不报错了 、最原始的采集 增加数据库交互,增加wifi连接 修改自己的数据库地址 数据库php代码 阅读全文
posted @ 2019-06-16 20:45 MKT-porter 阅读(648) 评论(0) 推荐(0)
项目(1-1)ES32获取mpu9250数据网页交互显示
摘要: 教程 https://www.hackster.io/donowak/esp32-mpu9250-3d-orientation-visualisation-467dc1 项目地址 https://github.com/DominikN/ESP32-MPU9250-web-view/blob/mast 阅读全文
posted @ 2019-06-16 00:39 MKT-porter 阅读(1317) 评论(0) 推荐(1)
2019年6月15日
ESP32开发(0)ESP32 硬件资源
摘要: 引脚标注图¶ NodeMCU-32S 开发板左右各19个引脚,共38个,下图中1Z实验室为大家对NodeMCU-32S的各个引脚进行了详细的标注。 GPIO盘点¶ GPIO是General-purpose input/output的缩写,意思为通用型输入或输出,ESP32上的GPIO共有32个。 规 阅读全文
posted @ 2019-06-15 19:47 MKT-porter 阅读(1288) 评论(0) 推荐(0)
2019年6月2日
项目(1-1)人脸识别
摘要: http://www.eeworld.com.cn/afdz/article_2018030511619.html 阅读全文
posted @ 2019-06-02 23:39 MKT-porter 阅读(226) 评论(0) 推荐(0)
2019年5月24日
海康相机开发(1) SDK安装和开发
摘要: 1.1 安装包获取 从官网下载最新版本的MVS安装包,支持Windows xp、Windows 7、Windows 8、Windows 10的32和64位系统。安装过程默认即可。 官网下载链接:http://www.hikvision.com/cn/download_more_960.html 1. 阅读全文
posted @ 2019-05-24 10:25 MKT-porter 阅读(7265) 评论(2) 推荐(1)
2019年5月22日
ARDUNIO IMU processing姿态数据可视化
摘要: https://www.arduino.cn/thread-42852-1-1.html 关键数据打包 float roll, pitch, heading; 接受判断关键 13 ascll码 换行标志位 发射端 接收端 IMU程序 注意修改波特率 上位机processing可视化 注意修改波特率和 阅读全文
posted @ 2019-05-22 03:11 MKT-porter 阅读(1140) 评论(0) 推荐(0)
ESP8266 tcp透传AP+STA
摘要: AP 建立WIFI,接受STA连接,串口数据和TCP互传 STA 连接WIFI,连接AP,串口数据互传 测试实例 发送 abc/秒,串口打印输出 阅读全文
posted @ 2019-05-22 02:14 MKT-porter 阅读(2850) 评论(0) 推荐(0)
2019年5月19日
PHP MYSQL简易交互式站点开发
摘要: https://www.jb51.net/article/101392.htm 阅读全文
posted @ 2019-05-19 23:28 MKT-porter 阅读(147) 评论(0) 推荐(0)
(1) 函数输入指针
摘要: http://www.runoob.com/cplusplus/cpp-passing-pointers-to-functions.html 下面的实例中,我们传递一个无符号的 long 型指针给函数,并在函数内改变这个值: 能接受指针作为参数的函数,也能接受数组作为参数,如下所示: 阅读全文
posted @ 2019-05-19 23:24 MKT-porter 阅读(424) 评论(0) 推荐(0)
2019年5月18日
ESP8266最小系统
摘要: https://item.taobao.com/item.htm?spm=a1z09.2.0.0.26222e8dNY4G1v&id=524323511662&_u=i1qf7bf53ecf 阅读全文
posted @ 2019-05-18 16:27 MKT-porter 阅读(998) 评论(0) 推荐(0)
2019年5月15日
ARDUIN人体检测模块
摘要: http://henrysbench.capnfatz.com/henrys-bench/arduino-sensors-and-input/arduino-hc-sr501-motion-sensor-tutorial/ 购买地址 https://detail.tmall.com/item.htm 阅读全文
posted @ 2019-05-15 22:06 MKT-porter 阅读(814) 评论(0) 推荐(0)
2019年5月13日
微信硬件平台(十) 1 ESP8266通过mqtt交互消息
摘要: //----------------------------------------------------------------------------------------// //-----------------------------------程序功能-----------------------------------------// /* 总功能: 制作一个MQ... 阅读全文
posted @ 2019-05-13 21:10 MKT-porter 阅读(1302) 评论(0) 推荐(0)
2019年5月12日
arduino adc数模放大器
摘要: http://ardui.co/archives/833 http://henrysbench.capnfatz.com/henrys-bench/arduino-voltage-measurements/arduino-ads1115-module-getting-started-tutorial 阅读全文
posted @ 2019-05-12 18:18 MKT-porter 阅读(796) 评论(0) 推荐(0)
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 75 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3