08 2021 档案

摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2021-08-31 14:53 txwtech 阅读(291) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2021-08-30 14:06 txwtech 阅读(837) 评论(0) 推荐(0) 编辑
摘要:别克钥匙的纽扣电池CR2032 阅读全文
posted @ 2021-08-30 08:52 txwtech 阅读(15) 评论(0) 推荐(0) 编辑
摘要:LM35的引脚有3个,有字一面作为正面,左边接5V,右边接GND,中间就是接模拟输入口,A0-A5随便你自己,我这里用的A0。 https://jingyan.baidu.com/article/ed15cb1bbe055a1be36981df.html AS312数字式热释红外传感器(2.7~3. 阅读全文
posted @ 2021-08-26 23:22 txwtech 阅读(568) 评论(0) 推荐(0) 编辑
摘要:鸿蒙开发板Hi3861_通过GPIO12 PWM蜂鸣器播放<涛声依旧>-——基于code-2.0-CANARY https://blog.csdn.net/txwtech/article/details/119918224 阅读全文
posted @ 2021-08-25 20:16 txwtech 阅读(173) 评论(0) 推荐(0) 编辑
摘要:1.什么是MCP23017一款基于I2C接口控制的I/O扩展模块,可外扩16个I/O口,支持同时使用多达8个扩展模块,即可扩至128个I/O口,兼容3.3V和5V电平。 I2C接口控制,仅需2根信号线,即可扩展出16个I/O口,I2C通信地址可设置,短接A0/A1/A2焊点可修改通信地址 提供PH2 阅读全文
posted @ 2021-08-24 08:43 txwtech 阅读(477) 评论(0) 推荐(0) 编辑
摘要:c#语音播报播放语音功能 public void Speaking(string saying) { string say = saying; Task task = new Task(() => { SpeechSynthesizer speech = new SpeechSynthesizer( 阅读全文
posted @ 2021-08-23 14:08 txwtech 阅读(1098) 评论(0) 推荐(0) 编辑
摘要:F:\code-2.0-canary\device\hisilicon\hispark_pegasus\sdk_liteos\build\config\usr_config.mk 文件中新增CONFIG_PWM_SUPPORT=y https://blog.csdn.net/txwtech/arti 阅读全文
posted @ 2021-08-22 16:08 txwtech 阅读(85) 评论(0) 推荐(0) 编辑
摘要:鸿蒙开发板Hi3861_通过GPIO2中断控制LED D10——基于code-2.0-CANARY //通过GPIO2中断控制LED D10, D10 接一个LED的长脚,LEd的短脚接GND//D2接一个常开开关的一端,开关的另外一端接到板子的GND,by txwtech //通过GPIO2中断控 阅读全文
posted @ 2021-08-21 21:57 txwtech 阅读(282) 评论(1) 推荐(0) 编辑
摘要:#include <stdio.h> #include "ohos_init.h" #include "cmsis_os2.h" #include "iot_gpio.h" #include "hi_io.h" static void GpioTask(void *arg) { (void) arg 阅读全文
posted @ 2021-08-21 17:45 txwtech 阅读(94) 评论(0) 推荐(0) 编辑
摘要:鸿蒙开发板hi3861 hispark code 2.0 canary金丝雀版本,gpio如何上拉电阻呢? code 2.0 LTS支持,canary没有这个功能呢 IoSetPull(WIFI_IOT_IO_NAME_GPIO_8, WIFI_IOT_IO_PULL_UP); https://ha 阅读全文
posted @ 2021-08-19 09:17 txwtech 阅读(89) 评论(0) 推荐(0) 编辑
摘要:1>正在生成代码...1>正在链接...1>正在嵌入清单...1>正在创建浏览信息文件...1>Microsoft ?????????? Version 8.00.507271>Copyright (C) Microsoft Corporation. All rights reserved.1>BS 阅读全文
posted @ 2021-08-16 11:40 txwtech 阅读(115) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/u014754541/article/details/94415373 20.04 https://www.cnblogs.com/kehoudaanxianjie/p/13139636.html 1.ifconfig查看本机的网卡名字 2. 进入etc/ 阅读全文
posted @ 2021-08-14 22:56 txwtech 阅读(2774) 评论(0) 推荐(0) 编辑
摘要:鸿蒙开发板Hi3861_下编译定义A11为输出,控制继电器开关——基于code-2.0-CANARY金丝雀windows hellow world的程序 基于code-2.0-CANARY金丝雀windows下编译方法 https://www.cnblogs.com/txwtech/p/150419 阅读全文
posted @ 2021-08-13 23:12 txwtech 阅读(214) 评论(0) 推荐(0) 编辑
摘要:鸿蒙开发板Hi3861_点亮LED开关实验 hellow world的程序 基于code-2.0-CANARY金丝雀windows下编译方法 https://www.cnblogs.com/txwtech/p/15041927.html 1.vscode 创建一个led_demo2文件夹 2. le 阅读全文
posted @ 2021-08-13 22:46 txwtech 阅读(648) 评论(0) 推荐(0) 编辑
摘要:安装Windows SDK version 8.1 Windows SDK version 8.1 下载地址 Windows SDK version 8.1 下载地址 https://go.microsoft.com/fwlink/p/?LinkId=323507 阅读全文
posted @ 2021-08-13 16:04 txwtech 阅读(462) 评论(0) 推荐(0) 编辑
摘要:vnc server远程安装报错,不支持远程安装,只能本机安装 vnc mirror driver cannot be installed over an RDP connection, please re-run the installer,this time deselectting the V 阅读全文
posted @ 2021-08-10 13:45 txwtech 阅读(924) 评论(0) 推荐(0) 编辑
摘要:vscode hi3861 hispark需要使用Jlink V10以上仿真器,才支持RISC-V,在线调试 阅读全文
posted @ 2021-08-09 08:42 txwtech 阅读(316) 评论(0) 推荐(0) 编辑
摘要:hi3861 hispark GDB openOCD 调试器仿真器在vscode中如何使用呢? 驱动也是安装好了的。 驱动也是安装好了的。 配置文件是不是不对呢? 一大堆错误 Starting server:D:\Program Files\SEGGER\JLink\JLinkGDBServerCL 阅读全文
posted @ 2021-08-05 22:31 txwtech 阅读(1369) 评论(4) 推荐(0) 编辑
摘要:ArduinoUNO R3接口定义 arduino SPI接口介绍 https://blog.csdn.net/acktomas/article/details/89465810 阅读全文
posted @ 2021-08-05 16:30 txwtech 阅读(516) 评论(0) 推荐(0) 编辑
摘要:# OpenOCD-HI3861-RISCV使用方法 (JTAG/DTM+SWD/CoreSight) HI3861使用 五线JTAG+DTM 或 两线SWD+CoreSight 形式进行OpenOCD Debug 基于 https://github.com/riscv/riscv-openocd/ 阅读全文
posted @ 2021-08-04 21:57 txwtech 阅读(2481) 评论(1) 推荐(0) 编辑
摘要:c#字符串序列化-字符串转对象转字符串 using System; using System.IO; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters.Binary; using Sys 阅读全文
posted @ 2021-08-04 10:25 txwtech 阅读(685) 评论(0) 推荐(0) 编辑
摘要:label_idle_time9.Font = new System.Drawing.Font("幼圆", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 阅读全文
posted @ 2021-08-02 11:47 txwtech 阅读(2309) 评论(0) 推荐(1) 编辑
摘要:Neptune w800开发版ubuntu linux环境编译通过——如何搭建开发环境 windows写代码,linux编译 Utunbu安装Samba服务并映射目录到windows: https://www.cnblogs.com/txwtech/p/15087136.html 安装VS code 阅读全文
posted @ 2021-08-01 18:48 txwtech 阅读(920) 评论(0) 推荐(0) 编辑
摘要:linux_ubuntu的Samba服务的安装-实现linux文件夹共享-window环境访问 阅读全文
posted @ 2021-08-01 17:32 txwtech 阅读(89) 评论(0) 推荐(0) 编辑
摘要:Ubuntu开发环境准备 https://device.harmonyos.com/cn/docs/ide/user-guides/install_ubuntu-0000001072959308 下载源码Neptune-HarmonyOS-IOT-master.zip 代码仓地址: https:// 阅读全文
posted @ 2021-08-01 13:08 txwtech 阅读(789) 评论(0) 推荐(1) 编辑
摘要:NepTune模组简介 https://www.bilibili.com/video/BV1hV411H7pL?from=search&seid=13232107053180442308 配置Linux环境 https://www.bilibili.com/video/BV1cZ4y1w72f?fr 阅读全文
posted @ 2021-08-01 11:35 txwtech 阅读(976) 评论(0) 推荐(0) 编辑
摘要:Neptune开发板与hiSpark开发板底板的管脚不兼容,Neptune开发板不能安装在hispark的开发板底板上 阅读全文
posted @ 2021-08-01 09:34 txwtech 阅读(56) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示