• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MKT-porter
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 80 下一页
2022年3月23日
使用ESP32CAM测试串口发数据
摘要: HardwareSerial库实现了对串口1的使用,HardwareSerial类在声明对象时接收一个输入参数(0、1、2),分别代表Serial、Serial1、Serial2; 如上图: ESP32CAM的TX也就是U0TXD对应引脚1。 ESP32CAM的RX也就是U0RXD对应引脚3。 所以 阅读全文
posted @ 2022-03-23 17:08 MKT-porter 阅读(2676) 评论(0) 推荐(0)
2022年3月22日
esp8266网页开发(2-1)第一版 混杂 1登录2控制3接收数据4转发单片机
该文被密码保护。 阅读全文
posted @ 2022-03-22 01:11 MKT-porter 阅读(0) 评论(0) 推荐(0)
2022年3月21日
联想R9000k安装win10和ubuntu20双系统(1) 系统安装
摘要: 如何安装双系统 https://www.cnblogs.com/gooutlook/p/8735062.html 1 准备系统盘和安装空间 1-0 WIN10压缩空间给ubuntu20.04腾空间 为Ubuntu预留硬盘空间在桌面 计算机 右键-管理-磁盘管理,找到空间最大的一个盘,右键-压缩卷,输 阅读全文
posted @ 2022-03-21 20:30 MKT-porter 阅读(2426) 评论(0) 推荐(0)
2022年3月19日
(6)STM32开发例程 短信交互 读取GPS发送短信
该文被密码保护。 阅读全文
posted @ 2022-03-19 18:29 MKT-porter 阅读(0) 评论(0) 推荐(0)
2022年3月17日
ieee官网和论文模版
摘要: https://journals.ieeeauthorcenter.ieee.org/create-your-ieee-journal-article/authoring-tools-and-templates/tools-for-ieee-authors/ieee-article-template 阅读全文
posted @ 2022-03-17 17:17 MKT-porter 阅读(160) 评论(0) 推荐(0)
2022年3月15日
esp8266网页开发(1)登录控制和接收数据无串口
该文被密码保护。 阅读全文
posted @ 2022-03-15 15:45 MKT-porter 阅读(12) 评论(0) 推荐(0)
arduino发怂16进制数据
摘要: uint8_t buffer[2]; buffer[0] = 0xe0; buffer[1] = 0x11; portTwo.write(buffer, 2); 阅读全文
posted @ 2022-03-15 10:53 MKT-porter 阅读(393) 评论(0) 推荐(0)
2022年3月14日
stm32原理图PCB
摘要: 链接:https://pan.baidu.com/s/1dDbUGWxzeP-IUV2n2aDn4g?pwd=poiw 提取码:poiw --来自百度网盘超级会员V4的分享 阅读全文
posted @ 2022-03-14 16:24 MKT-porter 阅读(131) 评论(0) 推荐(0)
AltiumDesigner2020破解
摘要: https://www.aiweibk.com/101903.html 链接:https://pan.baidu.com/s/1-3d5n3o_1fq6vodHm0PLuQ?pwd=d0kj 提取码:d0kj --来自百度网盘超级会员V4的分享 1、准备工作:破解补丁、安装Altium Design 阅读全文
posted @ 2022-03-14 01:14 MKT-porter 阅读(6635) 评论(0) 推荐(0)
2022年3月12日
(5)STM32开发例程 体重秤
摘要: https://www.cnblogs.com/gooutlook/p/12516821.html 使用Arduino开发板连接HX711称重传感器模块制作数字体重秤 [复制链接] https://item.taobao.com/item.htm?spm=a1z09.2.0.0.4c992e8deJ 阅读全文
posted @ 2022-03-12 19:59 MKT-porter 阅读(363) 评论(0) 推荐(0)
(4)STM32开发例程--超声波
该文被密码保护。 阅读全文
posted @ 2022-03-12 13:08 MKT-porter 阅读(0) 评论(0) 推荐(0)
2022年3月9日
(3)STM32开发例程--显示屏和温湿度DH11(DBS180)
该文被密码保护。 阅读全文
posted @ 2022-03-09 15:16 MKT-porter 阅读(261) 评论(0) 推荐(0)
2022年3月4日
台达HMI和PC通信实现HMI程序的上传和下载常见错误总结与解决办法
该文被密码保护。 阅读全文
posted @ 2022-03-04 00:31 MKT-porter 阅读(0) 评论(0) 推荐(0)
2022年3月3日
cmake(9) 配置pcl
摘要: https://pcl.readthedocs.io/projects/tutorials/en/latest/compiling_pcl_posix.html 1下载源码 sudo apt-get install git cd git clone https://github.com/PointC 阅读全文
posted @ 2022-03-03 10:45 MKT-porter 阅读(1185) 评论(0) 推荐(0)
2022年2月27日
树莓派l连接mpu6050
摘要: 树莓派读取mpu6050内容 sudo gedit /etc/modules //文件的最后写入 i2c-bcm2708 i2c-dev //保存退出 然后是可选的,把设备解除屏蔽,一块全新的板子可能是没有的。 接着去树莓派选项里面,把GPIO打开: sudo raspi-config 这里有个选项 阅读全文
posted @ 2022-02-27 19:07 MKT-porter 阅读(361) 评论(0) 推荐(0)
2022年2月26日
树莓派添加源地址
摘要: 安装编辑器 sudo apt-get install gedit 第一步,先备份源文件 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak sudo cp /etc/apt/sources.list.d/raspi.list /etc/ap 阅读全文
posted @ 2022-02-26 16:29 MKT-porter 阅读(332) 评论(0) 推荐(0)
惠普打印机(1)win10驱动安装
摘要: https://support.hp.com/cn-zh/drivers?jumpid=re_r11839_cn/zh/extsearch/IPG_1_Driver_Printer2 选择打印机 查看打印机型号 搜索核算 选择下载 双击安装 都可以选择 我们打印机型号时 1106 这里选择USB直连 阅读全文
posted @ 2022-02-26 15:28 MKT-porter 阅读(838) 评论(0) 推荐(0)
使用树莓派搭建无线打印机
摘要: https://www.jianshu.com/p/d3752c584e01 https://support.hp.com/cn-zh/drivers?jumpid=re_r11839_cn/zh/extsearch/IPG_1_Driver_Printer2 选择打印机 查看打印机型号 搜索核算 阅读全文
posted @ 2022-02-26 14:25 MKT-porter 阅读(569) 评论(0) 推荐(0)
经典 python使用http传输图像
该文被密码保护。 阅读全文
posted @ 2022-02-26 14:01 MKT-porter 阅读(0) 评论(0) 推荐(0)
经典 pthon多进程采集图像基本样例
该文被密码保护。 阅读全文
posted @ 2022-02-26 13:44 MKT-porter 阅读(0) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 80 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3