11 2021 档案

摘要:https://blog.csdn.net/tingfeng525/article/details/44459539/ 阅读全文
posted @ 2021-11-22 01:37 xmydis 阅读(49) 评论(0) 推荐(0)
摘要:USB模块包括usb core,host,hub,device驱动,其中hub会启动一个内核线程名曰:khubd(hub_events一直在查询(hub使用的是中断传输), 当usb 设备连接在 hub 的某个端口上,hub检测到有设备连接了进来,hub会去调用hub_port_status函数去获 阅读全文
posted @ 2021-11-22 01:06 xmydis 阅读(1017) 评论(0) 推荐(0)
摘要:/* * drivers/usb/core/usb.c * * (C) Copyright Linus Torvalds 1999 * (C) Copyright Johannes Erdfelt 1999-2001 * (C) Copyright Andreas Gal 1999 * (C) Co 阅读全文
posted @ 2021-11-22 01:02 xmydis 阅读(73) 评论(0) 推荐(0)
摘要:液晶电视s2-tek 阅读全文
posted @ 2021-11-22 00:49 xmydis 阅读(22) 评论(0) 推荐(0)
摘要:汽车DSP数字音频处理器 http://www.ksd-sz.com/products.asp?cid=92#pro 阅读全文
posted @ 2021-11-22 00:39 xmydis 阅读(32) 评论(0) 推荐(0)
摘要:/dev/mouse usb速度测试鼠标测试 阅读全文
posted @ 2021-11-22 00:26 xmydis 阅读(58) 评论(0) 推荐(0)
摘要:隔空播放 阅读全文
posted @ 2021-11-22 00:15 xmydis 阅读(40) 评论(0) 推荐(0)
摘要:Lambo 兰博基尼 热插拔 汽车电子 阅读全文
posted @ 2021-11-22 00:13 xmydis 阅读(25) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/strugglelg/article/details/38797187 阅读全文
posted @ 2021-11-22 00:05 xmydis 阅读(531) 评论(0) 推荐(0)
摘要:stevens tcp/ip作者 阅读全文
posted @ 2021-11-21 23:55 xmydis 阅读(39) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/shakin/p/3714848.html 阅读全文
posted @ 2021-11-21 23:50 xmydis 阅读(34) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/huanhaisia/article/details/6855809 阅读全文
posted @ 2021-11-21 23:28 xmydis 阅读(22) 评论(0) 推荐(0)
摘要:samsung 阅读全文
posted @ 2021-11-20 03:59 xmydis 阅读(16) 评论(0) 推荐(0)
摘要:http://www.9tripod.com/about.php http://www.howttan.com/ 阅读全文
posted @ 2021-11-20 03:14 xmydis 阅读(31) 评论(0) 推荐(0)
摘要:数据从第二线程传递到第三个线程数据丢失 数据从第二线程传递到第三个线程数据丢失 数据从第二线程传递到第三个线程数据丢失 U_IPUSERPWD ipuserpwd_this7; memset(&ipuserpwd_this7, 0, sizeof(U_IPUSERPWD)); strcpy(ipus 阅读全文
posted @ 2021-11-15 21:12 xmydis 阅读(60) 评论(0) 推荐(0)
摘要:编译时候报如下错误: error C2678: 二进制“==”: 没有找到接受“std::_Bind<false,void,SOCKET &,sockaddr *,unsigned int>”类型的左操作数的运算符(或没有可接受的转换解决办法:一、如果想用std的bind,就在bind前加std:: 阅读全文
posted @ 2021-11-15 03:43 xmydis 阅读(445) 评论(0) 推荐(0)
摘要:// boostsignalDlg.cpp : 实现文件 // #include "stdafx.h" #include "boostsignal.h" #include "boostsignalDlg.h" #include "afxdialogex.h" #include "subprocess 阅读全文
posted @ 2021-11-15 00:32 xmydis 阅读(70) 评论(0) 推荐(0)
摘要:boost::signals2::connection 两个exe之间通信 阅读全文
posted @ 2021-11-14 23:28 xmydis 阅读(130) 评论(0) 推荐(0)
摘要:https://github.com/eidheim/Simple-WebSocket-Server https://github.com/eidheim 阅读全文
posted @ 2021-11-13 14:34 xmydis 阅读(57) 评论(0) 推荐(0)
摘要:SPI_IOC_MESSAGE(N)一次进行双向/多次读写操作。 这个“一次进行双向/多次读写操作”什么意思? 5 SPI应用编程中:SPI_IOC_MESSAGE(N)一次进行双向/多次读写操作。使用的方式如下:struct spi_ioc_transfer xfer[2];......statu 阅读全文
posted @ 2021-11-13 00:25 xmydis 阅读(4050) 评论(0) 推荐(0)
摘要:/* * spidev.c -- simple synchronous userspace interface to SPI devices * * Copyright (C) 2006 SWAPP * Andrea Paterniani <a.paterniani@swapp-eng.it> * 阅读全文
posted @ 2021-11-13 00:18 xmydis 阅读(86) 评论(0) 推荐(0)
摘要:kfree kmalloc /* * au1550_spi.c - au1550 psc spi controller driver * may work also with au1200, au1210, au1250 * will not work on au1000, au1100 and a 阅读全文
posted @ 2021-11-13 00:09 xmydis 阅读(36) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/WangHuiShou/article/details/104467058 阅读全文
posted @ 2021-11-12 23:50 xmydis 阅读(28) 评论(0) 推荐(0)
摘要:SPI是“Serial Peripheral Interface”的缩写,串行外设接口,是一种四线制的同步串行通信接口,用来连接MCU、传感器、存储设备,SPI设备分为主设备和从设备两种,用于通信和控制的四根线分别是:CS(片选信号)、SCLK(时钟信号)、MISO(主设备的数据输入、从设备的数据输 阅读全文
posted @ 2021-11-12 23:43 xmydis 阅读(74) 评论(0) 推荐(0)
摘要:测试电阻 测试电阻 测试电阻 阅读全文
posted @ 2021-11-12 23:39 xmydis 阅读(25) 评论(0) 推荐(0)
摘要:spi 20M 示波器 echo /sys/ write spi接口 阅读全文
posted @ 2021-11-12 23:39 xmydis 阅读(39) 评论(0) 推荐(0)
摘要:https://www.rigol.com/ 示波器 阅读全文
posted @ 2021-11-12 23:35 xmydis 阅读(41) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/bbs598598/article/details/75950357 阅读全文
posted @ 2021-11-12 22:58 xmydis 阅读(17) 评论(0) 推荐(0)
摘要:Peripheral : spi 接口 阅读全文
posted @ 2021-11-12 22:51 xmydis 阅读(377) 评论(0) 推荐(0)
摘要:a = ioctl(spi_device, SPI_IOC_MESSAGE(1), &k); ioctl 读一个结构体 struct spi_ioc_transfer k; https://blog.csdn.net/liangxiaozhang/article/details/7601880 阅读全文
posted @ 2021-11-12 22:04 xmydis 阅读(417) 评论(0) 推荐(0)
摘要:reg_r 读取spi_口 阅读全文
posted @ 2021-11-12 21:46 xmydis 阅读(20) 评论(0) 推荐(0)
摘要:int quit_sig = 0; int exit_sig = 0; int tx_status = 0; do { cout << "hello,world" << endl; } while ((tx_status != 1) && (quit_sig != 1) && (exit_sig ! 阅读全文
posted @ 2021-11-12 21:17 xmydis 阅读(56) 评论(0) 推荐(0)
摘要:方案商 方案商 方案商 阅读全文
posted @ 2021-11-12 19:41 xmydis 阅读(74) 评论(0) 推荐(0)
摘要:adb_tool/adb.exe 通过adb shell 执行生产自动化测试 阅读全文
posted @ 2021-11-12 14:48 xmydis 阅读(57) 评论(0) 推荐(0)
摘要:🧭:evpp onconetct里面的数据我怎么传到mfc界面的clistctrl里面 ?? 自动化就剩下这一步了 🧭:来几个ip都要点击界面刷新才可以看到数据??? 高手:最简单evpp 把结果写到数据库或者文件,mfc 定时读取 高手:复杂一点用 mqtt 或者websocket 🧭:we 阅读全文
posted @ 2021-11-12 11:05 xmydis 阅读(65) 评论(0) 推荐(0)
摘要:evpp onconetct里面的数据我怎么传到mfc界面的clistctrl里面 ?? 自动化就剩下这一步了 来几个ip都要点击界面刷新才可以看到数据??? 🧭:evpp onconetct里面的数据我怎么传到mfc界面的clistctrl里面 ?? 自动化就剩下这一步了 🧭:来几个ip都要点 阅读全文
posted @ 2021-11-12 10:48 xmydis 阅读(65) 评论(0) 推荐(0)
摘要:for (cnt_loop = 0; cnt_loop < nb_loop; cnt_loop++) { /* Board reset */ if (system("./reset_lgw.sh start") != 0) { printf("ERROR: failed to reset SX130 阅读全文
posted @ 2021-11-12 00:01 xmydis 阅读(139) 评论(0) 推荐(0)
摘要:hwclock -set -date="07/07/06 10:19" 修改系统时间 阅读全文
posted @ 2021-11-11 23:21 xmydis 阅读(30) 评论(0) 推荐(0)
摘要:spi接口引脚 阅读全文
posted @ 2021-11-11 22:24 xmydis 阅读(75) 评论(0) 推荐(0)
摘要:./test_loragw_hal_tx -k0 -c0 -r1250 -f915 -mLORA --pa 1 -l8 --pwid 18 -s7 -b125 -z16 -n 1000 -t 20 ./test_loragw_hal_rx -k0 -a915 -b920 -n1000 -z16 -m 阅读全文
posted @ 2021-11-11 22:20 xmydis 阅读(354) 评论(0) 推荐(0)
摘要:#include "stdafx.h" #include <windows.h> #include <iostream> #include <string> #include <cstring> using namespace std; typedef unsigned char uint8_t; 阅读全文
posted @ 2021-11-11 20:42 xmydis 阅读(81) 评论(0) 推荐(0)
摘要:https://github.com/Lora-net/sx1302_hal/issues/10 阅读全文
posted @ 2021-11-11 19:32 xmydis 阅读(49) 评论(0) 推荐(0)
摘要:ERROR: Failed to set SX1250_0 in STANDBY_RC modeERROR: failed to setup radio 0ERROR: failed to start the gateway 阅读全文
posted @ 2021-11-11 19:24 xmydis 阅读(310) 评论(0) 推荐(0)
摘要:INFO: /etc/global_conf.json.sx1250.US915 does contain a JSON object named debug_conf, parsing debug parameters INFO: got 2 debug reference payload INF 阅读全文
posted @ 2021-11-11 18:12 xmydis 阅读(161) 评论(1) 推荐(0)
摘要:d 6 -s7 -b125 -z16Sending 1 CW on 915000000 Hz (Freq. offset 0 kHz) at 0 dBmCoreCell reset through GPIO149...SX1261 reset through GPIO149...CoreCell p 阅读全文
posted @ 2021-11-11 17:29 xmydis 阅读(217) 评论(0) 推荐(0)
摘要:sx1261 阅读全文
posted @ 2021-11-11 17:04 xmydis 阅读(28) 评论(0) 推荐(0)
摘要:#!/bin/sh #env export PJROOT=${PWD} TARGET_DIR="~/aarch64-buildroot-linux-gnu" LIB_DIR=${TARGET_DIR}/lib INCLUDE_DIR=${TARGET_DIR}/include export LD_L 阅读全文
posted @ 2021-11-11 16:46 xmydis 阅读(54) 评论(0) 推荐(0)
摘要:https://github.com/Lora-net 阅读全文
posted @ 2021-11-11 16:13 xmydis 阅读(30) 评论(0) 推荐(0)
摘要:https://github.com/Lora-net/lora_gateway 阅读全文
posted @ 2021-11-11 15:52 xmydis 阅读(51) 评论(0) 推荐(0)
摘要:sx1276 阅读全文
posted @ 2021-11-11 15:23 xmydis 阅读(27) 评论(0) 推荐(0)
摘要:https://www.ai-thinker.com/home 阅读全文
posted @ 2021-11-11 15:10 xmydis 阅读(25) 评论(0) 推荐(0)
摘要:http://www.manthink.cn/data.html 阅读全文
posted @ 2021-11-11 14:40 xmydis 阅读(30) 评论(0) 推荐(0)
摘要:Received Signal Strength Indication接收的信号强度指示 阅读全文
posted @ 2021-11-11 14:30 xmydis 阅读(62) 评论(0) 推荐(0)
摘要:http://www.iotxx.com/news 阅读全文
posted @ 2021-11-11 14:16 xmydis 阅读(21) 评论(0) 推荐(0)
摘要:https://www.quectel.com/cn/quectel-open-source 阅读全文
posted @ 2021-11-11 13:37 xmydis 阅读(85) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/a13698709128/article/details/79070566 阅读全文
posted @ 2021-11-11 13:29 xmydis 阅读(77) 评论(0) 推荐(0)
摘要:https://view.inews.qq.com/a/20211029A0AR1800 阅读全文
posted @ 2021-11-11 13:21 xmydis 阅读(53) 评论(0) 推荐(0)
摘要:https://baijiahao.baidu.com/s?id=1694771048561694374&wfr=spider&for=pc 阅读全文
posted @ 2021-11-11 11:49 xmydis 阅读(31) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_42303254/article/details/110082533 阅读全文
posted @ 2021-11-11 10:33 xmydis 阅读(32) 评论(0) 推荐(0)
摘要:http://bbs.eeworld.com.cn/thread-651198-1-1.html 阅读全文
posted @ 2021-11-11 10:12 xmydis 阅读(24) 评论(0) 推荐(0)
摘要:typedef std::function<void(const TCPConnPtr&)> ConnectionCallback; server.SetConnectionCallback(&OnConnection); void OnConnection(const evpp::TCPConnP 阅读全文
posted @ 2021-11-10 20:52 xmydis 阅读(46) 评论(0) 推荐(0)
摘要:void WriteShareMem(string strComData) { wstring strMapName(_T("ShareMemory")); // 内存映射对象名称 // 共享内存中的数据 LPVOID pBuffer; // 共享内存指针 // 首先试图打开一个命名的内存映射文件对 阅读全文
posted @ 2021-11-10 19:43 xmydis 阅读(490) 评论(0) 推荐(1)
摘要:LoRa全称是Long Range, LoRa技术是基于线性调频扩频调制,兼顾了FSK低功耗的同时又增加了距离,整个网络采用星型网连接,根据扩频因子⑴的不同,数据率范围是从 0.3kbps 到 50kbps。(升特有一个软件叫LoRa Modem Calculator Tool,填好你的配置,就可以 阅读全文
posted @ 2021-11-10 18:43 xmydis 阅读(497) 评论(0) 推荐(0)
摘要:Narrow Band Internet of Things, NB-IoT 阅读全文
posted @ 2021-11-10 17:25 xmydis 阅读(25) 评论(0) 推荐(0)
摘要:产品结构工程师 阅读全文
posted @ 2021-11-10 17:09 xmydis 阅读(23) 评论(0) 推荐(0)
摘要:其名称“LoRa”是远距离无线电(Long Range Radio),它最大特点就是在同样的功耗条件下比其他无线方式传播的距离更远,实现了低功耗和远距离的统一,它在同样的功耗下比传统的无线射频通信距离扩大3-5倍 https://baike.baidu.com/item/LoRa/58702571? 阅读全文
posted @ 2021-11-10 16:55 xmydis 阅读(1104) 评论(0) 推荐(0)
摘要:http://eied.whpu.edu.cn/jycy/zpxx.htm 阅读全文
posted @ 2021-11-10 15:42 xmydis 阅读(41) 评论(0) 推荐(0)
摘要:凌阳利华科技(深圳)有限公司 http://eied.whpu.edu.cn/info/1108/3192.htm 校园招聘 阅读全文
posted @ 2021-11-10 15:37 xmydis 阅读(35) 评论(0) 推荐(0)
摘要:hdmi linux驱动 阅读全文
posted @ 2021-11-10 15:24 xmydis 阅读(229) 评论(0) 推荐(0)
摘要:PEQ feature 音效调节PEQ GEQ 阅读全文
posted @ 2021-11-10 15:19 xmydis 阅读(20) 评论(0) 推荐(0)
摘要:shell perl perl脚本 开发板一般都有 python不一定有 阅读全文
posted @ 2021-11-10 14:50 xmydis 阅读(47) 评论(0) 推荐(0)
摘要:help: @echo 'Cleaning targets:' 阅读全文
posted @ 2021-11-10 14:44 xmydis 阅读(33) 评论(0) 推荐(0)
摘要:string账号密码 string账号密码 string账号密码 固定的账号密码 >string考虑使用全局变量 --》不要忘记全局变量的使用 阅读全文
posted @ 2021-11-10 12:00 xmydis 阅读(56) 评论(0) 推荐(0)
摘要:iwlist wlan0 scan 阅读全文
posted @ 2021-11-10 10:25 xmydis 阅读(20) 评论(0) 推荐(0)
摘要:CFont * f; f = new CFont; f->CreateFont(36, // nHeight 0, // nWidth 0, // nEscapement 0, // nOrientation FW_BOLD, // nWeight TRUE, // bItalic FALSE, / 阅读全文
posted @ 2021-11-09 18:30 xmydis 阅读(874) 评论(0) 推荐(0)
摘要:GetDlgItem(IDC_BUTTON2)->ShowWindow(SW_HIDE); GetDlgItem(IDC_BUTTON2)->ShowWindow(SW_SHOW); 阅读全文
posted @ 2021-11-09 09:55 xmydis 阅读(355) 评论(0) 推荐(0)
摘要:netstat -ano | findstr ":69" 阅读全文
posted @ 2021-11-08 23:50 xmydis 阅读(19) 评论(0) 推荐(0)
摘要:https://www.greenxf.com/soft/257389.html 阅读全文
posted @ 2021-11-08 22:09 xmydis 阅读(60) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/u012218838/article/details/52212691 阅读全文
posted @ 2021-11-08 21:13 xmydis 阅读(665) 评论(0) 推荐(0)
摘要:https://github.com/maheshhari/TFTP-server 阅读全文
posted @ 2021-11-08 17:16 xmydis 阅读(172) 评论(0) 推荐(0)
摘要:tftp 协议不复杂,在mfc 中写一个就可以了,20个同时下载不成问题evpp 可以通过共享内存通信 阅读全文
posted @ 2021-11-08 17:05 xmydis 阅读(50) 评论(0) 推荐(0)
摘要:#include<windows.h> #include<process.h> void Start(void *arg) { while(1) Sleep(1); return; } int main() { _beginthread(Start,0,NULL); return 0; } 编译链接 阅读全文
posted @ 2021-11-08 14:59 xmydis 阅读(40) 评论(0) 推荐(0)
摘要:// Test2003.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <windows.h> #include <iostream> using namespace std; int _tmain(int argc, _TCHAR* arg 阅读全文
posted @ 2021-11-08 13:18 xmydis 阅读(40) 评论(0) 推荐(0)
摘要:https://img-blog.csdn.net/20170731222530057?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvdTAxNDYyOTYwMQ==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA== 阅读全文
posted @ 2021-11-08 12:04 xmydis 阅读(68) 评论(0) 推荐(0)
摘要:locate *.so 阅读全文
posted @ 2021-11-08 10:00 xmydis 阅读(41) 评论(0) 推荐(0)
摘要:Uplink口是交换机上常见的一种端口,它是为了便于两台交换机之间进行级联的端口。通过集线器(或交换机)的某个端口与其它集线器或交换机相连的,级联后每台集线器或交换机在逻辑上仍是多个被网管的设备。通过级联端口相连的设备不需要Cross-over 电缆。它与其相邻的普通UTP口使用的是同一通道,因而, 阅读全文
posted @ 2021-11-05 16:04 xmydis 阅读(1932) 评论(0) 推荐(0)
摘要:今天上午在shell脚本中用export设置系统环境变量。结果运行几次都没设置成功。是使用./filename运行脚本的。 后来网上一查。 my god。 原来是shell脚本中设定的路径和环境变量只对改shell和其子shell有效。 对其父shell和其它shell无效。 解决方法: sourc 阅读全文
posted @ 2021-11-05 11:12 xmydis 阅读(379) 评论(0) 推荐(0)
摘要:#!/bin/sh #env export PJROOT=${PWD} TARGET_DIR="~/aarch64-buildroot-linux-gnu" LIB_DIR=${TARGET_DIR}/lib INCLUDE_DIR=${TARGET_DIR}/include export LD_L 阅读全文
posted @ 2021-11-05 10:50 xmydis 阅读(82) 评论(0) 推荐(0)
摘要:export aa="123" https://blog.csdn.net/borners/article/details/102547705 阅读全文
posted @ 2021-11-05 10:43 xmydis 阅读(92) 评论(0) 推荐(0)
摘要:sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make sudo apt-get update && sudo apt-get install ubuntu-make umake web visual-studio-code 阅读全文
posted @ 2021-11-05 09:42 xmydis 阅读(47) 评论(0) 推荐(0)
摘要:表面贴装技术; 表面贴装; 表面安装技术; 表面组装技术; 贴片; 阅读全文
posted @ 2021-11-04 15:24 xmydis 阅读(97) 评论(0) 推荐(0)
摘要:瑞芯微是否支持标准std::thread多线程?????? 阅读全文
posted @ 2021-11-04 09:37 xmydis 阅读(41) 评论(0) 推荐(0)
摘要:http://unistrong.com/News/NewsShow.aspx?id=3079 阅读全文
posted @ 2021-11-04 06:19 xmydis 阅读(20) 评论(0) 推荐(0)
摘要:sprintf(wbuf,"sd=%d",ret); FILE* fp; fp = fopen("/tmp/testresult.txt","a+"); flock(fp->_fileno,LOCK_EX); fwrite(wbuf,strlen(wbuf),1,fp); fwrite("\r\n" 阅读全文
posted @ 2021-11-03 19:25 xmydis 阅读(81) 评论(0) 推荐(0)
摘要:http://www.semtech.com/products/wireless-rf/lora-core/sx1302 https://blog.csdn.net/weixin_33497518/article/details/112218465 阅读全文
posted @ 2021-11-03 19:10 xmydis 阅读(50) 评论(0) 推荐(0)
摘要:shell调用c语言返回值错误??? shell调用c语言返回值错误??? shell调用c语言返回值错误??? shell调用c语言返回值错误??? shell调用c语言返回值错误??? shell调用c语言返回值错误??? 阅读全文
posted @ 2021-11-03 15:19 xmydis 阅读(35) 评论(0) 推荐(0)
摘要:sudo timeout -s SIGINT 5s hcitool -i hci0 lescan> file.tx http://www.cocoachina.com/articles/49480 阅读全文
posted @ 2021-11-02 21:34 xmydis 阅读(69) 评论(0) 推荐(0)
摘要:Set scan parameters failed: Input/output error 蓝牙 阅读全文
posted @ 2021-11-02 20:34 xmydis 阅读(421) 评论(0) 推荐(0)
摘要:#!/bin/sh #./test是c程序,该程序 返回0 ./test OP_MODE=$? echo $OP_MODE # $? 显示最后命令的退出状态。0表示没有错误,其他任何值表明有错误。 阅读全文
posted @ 2021-11-02 16:28 xmydis 阅读(61) 评论(0) 推荐(0)
摘要:1、读:hdparm -t /dev/mmcblk12、写:dd if=/dev/zero of=/dev/mmcblk1 bs=16M count=30 oflag=direct 阅读全文
posted @ 2021-11-02 10:28 xmydis 阅读(95) 评论(0) 推荐(0)
摘要:https://www.runoob.com/linux/linux-comm-hdparm.html 阅读全文
posted @ 2021-11-02 10:27 xmydis 阅读(18) 评论(0) 推荐(0)
摘要:蓝牙嗅探器 阅读全文
posted @ 2021-11-02 09:37 xmydis 阅读(65) 评论(0) 推荐(0)
摘要:用户空间函数: int main(int argc,char** argv) { int fd; int val; fd=open("/dev/led",O_RDWR); if(fd<0) printf("can not open!\n"); while(1) { printf("please in 阅读全文
posted @ 2021-11-02 09:22 xmydis 阅读(50) 评论(0) 推荐(0)
摘要:https://github.com/NordicSemiconductor/Android-nRF-Connect/releases/download/v4.24.3/nRF.Connect.4.24.3.apk 阅读全文
posted @ 2021-11-02 08:48 xmydis 阅读(110) 评论(0) 推荐(0)
摘要:cat /sys/bus/cpu/devices/cpu0/cpufreq/scaling_cur_freq 阅读全文
posted @ 2021-11-02 08:47 xmydis 阅读(166) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/helloword4217/article/details/89281652 阅读全文
posted @ 2021-11-02 08:09 xmydis 阅读(30) 评论(0) 推荐(0)
摘要:https://www.bobcatminer.com/ 阅读全文
posted @ 2021-11-02 07:55 xmydis 阅读(58) 评论(0) 推荐(0)
摘要:unbuffer 命令 不支持 阅读全文
posted @ 2021-11-02 05:11 xmydis 阅读(57) 评论(0) 推荐(0)
摘要:cat /sys/bus/cpu/devices/cpu0/cpufreq/scaling_cur_freq cpu频率 阅读全文
posted @ 2021-11-01 21:17 xmydis 阅读(146) 评论(0) 推荐(0)
摘要:连接管理器(ConnMan)是一个连接管理守护进程 , 用于管理运行 Linux 操作系统中设备的互联网连接。 它以快速、连贯、同步的方式对不断变化的网络条件提供了低内存消耗。 ConnMan拥有各种插件, 是一个完全模块化的系统, 可以扩展支持各种有线或无线技术,允许对各种用例进行简单的适配和修改 阅读全文
posted @ 2021-11-01 17:59 xmydis 阅读(673) 评论(0) 推荐(0)
摘要:我观察过一些linux发行版 /etc/wpa_supplicant/wpa_supplicant.conf可以配置为设置WiFi。 另一方面,一些发行版具有connmanctl utility/tool。 我们有/var/lib/connman/<SSID>-psk.config档案的地方。 有人 阅读全文
posted @ 2021-11-01 17:10 xmydis 阅读(371) 评论(0) 推荐(0)
摘要:connmanctl scan wifi connmanctl scan wifi connmanctl scan wifi 阅读全文
posted @ 2021-11-01 17:08 xmydis 阅读(79) 评论(0) 推荐(0)
摘要:目前可以使用wireless-tools 或wpa_supplicant工具来配置无线网络。请记住重要的一点是,对无线网络的配置是全局性的,而非针对具体的接口。 wpa_supplicant是一个较好的选择,但缺点是它不支持所有的驱动。请浏览wpa_supplicant网站获得它所支持的驱动列表。另 阅读全文
posted @ 2021-11-01 16:30 xmydis 阅读(501) 评论(0) 推荐(0)