• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MKT-porter
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 79 下一页
2019年4月7日
苹果手机连接WIFI的认证机制
摘要: 问题描述: 苹果连接WIIF有自己的认证机制,简单来说就是请求http://captive.apple.com/hotspot-detect.html等一些列网页的成功返回网页。中途退出就会导致WIFI直接断掉!无法进一步弹出我们的广告页面或者认证页面。就算弹出了左上角也是取消而非完成,联网符号是4 阅读全文
posted @ 2019-04-07 21:51 MKT-porter 阅读(3061) 评论(0) 推荐(0)
2019年4月6日
苹果手机连接Wifi认证机制
摘要: Wifi状态保持方法和nas设备 https://patents.google.com/patent/CN106793171A/zh 基于ios终端的离线wifi热点认证方法和认证系统 https://patents.google.com/patent/CN105245540A/zh 一种简单的基于 阅读全文
posted @ 2019-04-06 01:49 MKT-porter 阅读(4012) 评论(0) 推荐(0)
2019年4月4日
TK2 USB修复
摘要: https://www.jianshu.com/p/bb4587014349 开发板刷机过程全程联网 除了Jetson TX2之外,您还需要另一台带有Intel或AMD x86处理器的台式机或笔记本电脑。(所以自己要是win电脑,要安装VMware 虚拟机,并在虚拟机上安装Ubuntu 的操作系统, 阅读全文
posted @ 2019-04-04 00:00 MKT-porter 阅读(414) 评论(0) 推荐(0)
2019年3月29日
WiFi其他方法和WiFi事件响
摘要: https://blog.csdn.net/Naisu_kun/article/details/86079455 目的WiFi在使用过程中并非会一直如希望般稳定运行的,为了应对这些情况就需要能够了解WiFi状态,并对WiFi突发事件作出响应。 WiFi其他方法WiFi.status()返回STA模式 阅读全文
posted @ 2019-03-29 21:32 MKT-porter 阅读(1093) 评论(0) 推荐(0)
获取与esp8266连接的客户端的Mac地址 IP 端口 控制停止等问题
摘要: 两个关键的库 ESP8266WebServer.h WiFiClient.h ESP8266WiFiAP.cpp C:\Users\dongdong\Desktop\Arduino-master\libraries\ESP8266WiFi\src WiFiClient.h 获取与esp8266连接的 阅读全文
posted @ 2019-03-29 21:29 MKT-porter 阅读(2875) 评论(0) 推荐(0)
WiFi其他方法和WiFi事件响应
摘要: https://blog.csdn.net/Naisu_kun/article/details/86079455 阅读全文
posted @ 2019-03-29 21:28 MKT-porter 阅读(217) 评论(0) 推荐(0)
Arduino内部网页代理,网页穿透,公网访问Arduino内部网页
摘要: #include const char* id = "id"; //http://www.mcunode.com/proxy/id/LED if id==4567 then url:http://www.mcunode.com/proxy/4567/LED const char* ssid = "ssid"; const char* password = "passwor... 阅读全文
posted @ 2019-03-29 05:12 MKT-porter 阅读(762) 评论(0) 推荐(0)
2019年3月28日
ESP8266远程OTA升级
摘要: https://blog.csdn.net/xh870189248/article/details/80095139 https://www.wandianshenme.com/play/arduino-ota-arduino-ide-ota-upgrade-esp8266-application/ 阅读全文
posted @ 2019-03-28 22:07 MKT-porter 阅读(3158) 评论(0) 推荐(0)
2019年3月27日
ESP8266产品ID
摘要: https://github.com/espressif/arduino-esp32/blob/master/libraries/ESP32/examples/ChipID/GetChipID/GetChipID.ino 阅读全文
posted @ 2019-03-27 21:16 MKT-porter 阅读(1891) 评论(0) 推荐(0)
开源项目(4-2)手势识别-Keras/Theano/OpenCV实现的CNN手势识别
摘要: https://github.com/asingh33/CNNGestureRecognizer 我提供了两种捕获模式: 二进制模式:在这里我首先将图像转换为灰度,然后应用高斯模糊效果和自适应阈值滤波器。当您有像墙,白板等空白背景时,此模式非常有用。 SkinMask模式:在此模式下,我首先将输入图 阅读全文
posted @ 2019-03-27 16:18 MKT-porter 阅读(2206) 评论(0) 推荐(0)
2019年3月26日
Jetson TX2(3)opencv3 打开usb摄像头
摘要: ubuntu2604 opencv3.4.0 https://blog.csdn.net/ultimate1212/article/details/80936175?utm_source=blogxgwz7 报错问题 https://blog.csdn.net/dhaduce/article/det 阅读全文
posted @ 2019-03-26 22:13 MKT-porter 阅读(2760) 评论(0) 推荐(0)
Arduino 串口测试 电脑发数据接收后立马返回
摘要: String comdata = ""; void setup() { Serial.begin(9600); while(Serial.read()>= 0){} //clear serialbuffer pinMode(13, OUTPUT); } // the loop function runs over and over again forever void... 阅读全文
posted @ 2019-03-26 21:35 MKT-porter 阅读(1046) 评论(0) 推荐(0)
ubuntu 16.04 LTS - 谷歌拼音输入法
摘要: https://blog.csdn.net/chengyq116/article/details/78638249 1. installation1.1 汉语语言包 1.2 谷歌拼音输入法 1.3 安装语言包 1.4 键盘输入方式系统 Keyboard input method system: fc 阅读全文
posted @ 2019-03-26 11:25 MKT-porter 阅读(316) 评论(0) 推荐(0)
(四)esp8266 MDNS域名服务
摘要: (实例一)ESP8266 TFT(ST7735)彩屏-web刷图 https://www.arduino.cn/thread-42247-1-1.html (实例二) 自己当AP时建立MDNS域名 https://github.com/esp8266/Arduino/blob/master/libr 阅读全文
posted @ 2019-03-26 01:43 MKT-porter 阅读(2376) 评论(1) 推荐(1)
2019年3月25日
Jetson TX2(2)ubutu1604--安装opencv3.4.0
摘要: 1安装OpenCV3.4.0+contrib 1 在终端中敲入以下两句sudo rm /var/cache/apt/archives/locksudo rm /var/lib/dpkg/lock sudo apt-get update 进入官网 : http://opencv.org/release 阅读全文
posted @ 2019-03-25 14:17 MKT-porter 阅读(1520) 评论(0) 推荐(0)
Jetson TX2(1)ubutu1604--安装Nvidia Linux驱动
摘要: https://www.jianshu.com/p/c8ebe4aaa708 系统开机首次进入的是以nvidia用户登录的Ubuntu 命令行界面。Nvidia 驱动安装 通过sudo su 输入密码:nvidia,切换root权限用户。 Nvidia Linux驱动安装 开发板目录位置 /home 阅读全文
posted @ 2019-03-25 11:16 MKT-porter 阅读(1402) 评论(0) 推荐(0)
ESP8266当中继
摘要: WiFi推原理(转) http://jb.tongxinmao.com/Article/Detail/id/412 https://www.anywlan.com/thread-409913-1-1.html 有大神改了软件,使得ESP8266可以用来做无线中继用。YT教程:https://www. 阅读全文
posted @ 2019-03-25 11:09 MKT-porter 阅读(3005) 评论(0) 推荐(0)
微信一件配网网面
摘要: 官网技术介绍 https://iot.weixin.qq.com/wiki/new/index.html?page=4-1-2 http://wx.ai-thinker.com/api/old/wifi/config http://weixin.anyuns.com/device/airkiss 阅读全文
posted @ 2019-03-25 01:06 MKT-porter 阅读(625) 评论(0) 推荐(0)
2019年3月23日
(3) 文件系统上传
摘要: 将文件上载到服务器 博哥零基础教你玩转ESP8266(十八) ESP8266 Filesystem WiFi-ESP8266入门开发(七)-文件系统 使用ESP8266 SPIFFS ESP8266 TFT(ST7735)彩屏-web刷图 在某些情况下,您可能希望从浏览器中将新文件上载到服务器,而无 阅读全文
posted @ 2019-03-23 15:01 MKT-porter 阅读(1051) 评论(0) 推荐(0)
(2)esp8266多国语言翻译系统
摘要: http://bbs.mydigit.cn/simple/?t2649513.html 这个想法不错 原来只是想用esp8266搞一个百度的多国语言翻译系统出来的,只是为了尝试如何调用各种web api。Web Api很容易实现,所以先用串口做了一个翻译工具。[attachment=17244284 阅读全文
posted @ 2019-03-23 03:32 MKT-porter 阅读(569) 评论(0) 推荐(0)
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 79 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3