系列教程目录 (一) 连接阿里云IOT (二) 设置委托事件 (三) 上报属性 (四) SDK文档 属性、方法、委托、类 http://pan.whuanle.cn/index.php?dir=uploads/阿里云IOT/AliIOTXFclient-dll类库&response 下载三个库,头部引入 即可使用 using AliIOTXFClient; 示例下载地址 http://pan.whuanle.cn/index.php?dir=uploads/阿里云IOT/demo示例 …
系列教程目录 (一) 连接阿里云IOT (二) 设置委托事件 (三) 上报属性 (四) SDK文档 属性、方法、委托、类 http://pan.whuanle.cn/index.php?dir=uploads/阿里云IOT/AliIOTXFclient-dll类库&response 下载三个库,头部引入 即可使用 using AliIOTXFClient; 示例下载地址 http://pan.whuanle.cn/index.php?dir=uploads/阿里云IOT/demo示例 …
Series Tutorial Directory (1) Connecting to Alibaba Cloud IoT (2) Setting Delegate Events (3) Reporting Attributes (4) SDK Documentation: Attributes, Methods, Delegates, Classes http://pan.whuanle.cn/index.php?dir=uploads/阿里云IOT/AliIOTXFclient-dll类库…
系列教程目录 (一) 连接阿里云IOT (二) 设置委托事件 (三) 上报属性 (四) SDK文档 属性、方法、委托、类 http://pan.whuanle.cn/index.php?dir=uploads/阿里云IOT/AliIOTXFclient-dll类库&response 下载三个库,头部引入 即可使用 using AliIOTXFClient; 示例下载地址 http://pan.whuanle.cn/index.php?dir=uploads/阿里云IOT/demo示例 …
Series Tutorial Directory (1) Connect to Alibaba Cloud IOT (2) Set Delegate Events (3) Report Properties (4) SDK Documentation: Properties, Methods, Delegates, Classes http://pan.whuanle.cn/index.php?dir=…
系列教程目录 (一) 连接阿里云IOT (二) 设置委托事件 (三) 上报属性 (四) SDK文档 属性、方法、委托、类 http://pan.whuanle.cn/index.php?dir=uploads/阿里云IOT/AliIOTXFclient-dll类库&response 下载三个库,头部引入 即可使用 using AliIOTXFClient; 示例下载地址 http://pan.whuanle.cn/index.php?dir=uploads/阿里云IOT/demo示例 …
This is the most watery article I've ever written Device: Orange Pi H6, Pi 3 Pinout Diagram: (Use WiringPi to view GPIO) +------+-----+----------+------+---+OrangePiH6+---+------+----------+-----+------+ | GPIO | wPi | Name | Mode | V | Physical | V | Mo…
这是我写过的最水的文章 设备:Orange pi H6,Pi 3 引脚图: (使用Wiringpi 查看GPIO) +------+-----+----------+------+---+OrangePiH6+---+------+----------+-----+------+ | GPIO | wPi | Name | Mode | V | Physical | V | Mode | Name | wPi | GPIO | +------+-----+----------+------+---+----++-…
Table of Contents 1. To do a good job, one must first sharpen one's tools 2. Essentials for Startup 3. Updating apt-get sources and software search 4. Installing .NET Core 5. File Transfer 6. Searching and Installing Software 7. Commonly Missing xxx.so 8…
目录 一,工欲善其事,必先利其器 二,开机必备 三,更新 apt-get 源与软件搜索 四,安装 .NET Core 五,文件传输 六,搜索与安装软件 七,常见缺少的 xxx.so 八,小技巧与工具 一,工欲善其事,必先利其器 1,下载系统 树莓派官方下载系统地址 https://www.raspberrypi.org/downloads/ 注意: 除了下面这三个,其它均为第三方系统。这三个是树莓派适配的自己的 Linux 系统。 NOOBS 是一个系统安装器,同时也是一个系统,适合入门的新手,自定义安…
( .NET Core Dragon Balls ) 1. Support of IOT Platforms First, let's take a look at some excellent cloud computing IOT platforms in China (excluding specific product developer platforms like QQ Connect, Xiaomi IOT, etc., only listing some cloud computing…
( .NET Core 七龙珠 ) 一、IOT 平台的支持 先看国内优秀的云计算IOT平台(不含QQ互联、小米IOT等针对特定产品的开发者平台,仅列出部分云计算厂商的IOT平台) 阿里云 IOT https://iot.aliyun.com/ 华为物联网 https://developer.huawei.com/ict/cn/site-iot-next 腾讯云 物联网通讯 https://cloud.tencent.com/product/iothub 百度云 天工 https://cloud.bai…
1. Creating Alibaba Cloud IoT Products and Devices Currently, Alibaba Cloud offers 1 million free data usage each month, allowing users to utilize both the basic and premium versions without any cost after activation. Alibaba Cloud IoT platform address: https:…
一,创建阿里云 IOT 产品、设备 目前阿里云每月赠送 100 万条流量,可以免费使用基础版、高级版,开通后即可免费使用。 阿里云 IOT 平台地址 https://iot.console.aliyun.com/product 登陆开通后,新建测试产品、设备。 创建产品 产品的定义是,一类硬件、功能、外形完全相同的设备。所以,添加一个产品后,我们就可以在此类别下添加成千上万个设备。 下面的信息要选、设备、非网关,原因后面说。 设定一个产品 创建一个产品后,就需要设定这个产品的特…
Operating environment: Visual Studio 2017 How to achieve embedded development using C#? Although .NET Core allows for cross-platform development, it is not feasible to use C# everywhere, just as no one uses SQL to develop Android apps. Each language has…
操作环境:Visual Studio 2017 如何实现 使用 C# 进行嵌入式开发? .NET Core 虽然实现了跨平台,但是不可能处处使用 C# 开发,就好像没人使用SQL开发安卓APP,每种语言都有其优秀的地方和局限性。 就传感器、32位、16位嵌入式设备,可能只有那么几KB的存储器,那些串口、针脚、电路、信号,只能使用C语言开发。就Linux来说,Linux 本身是C语言开发的,面向C语言有丰富的接口支持和兼容,还有很多地方只能使用C语言。 底层应用可以用C语言来完成,如果要开发一个网站、一…
1. Introduction (Copy of Zhang's Dragon Ball) The 5G era is approaching, and the development of IOT will be like a tiger with wings. The cross-platform .NET Core is showing more and more implementation examples in various aspects. This example by the author de…
一,开题 (Copy 张队的七龙珠) 5G时代已经快来临, IOT 的发展会如虎添翼~ .NET Core 跨平台在各方面开发出现越来越多的实现例子,笔者的这个示例是在树莓派Linux 上实现直连对接阿里云IOT平台。 背景信息: 使用 阿里云的 原因: 【阿里云】物联网平台邀您免费试用,现在开通每月赠送100万条流量:http://tb.cn/NzsIUHw【便捷】支持开源MQTT、阿里云官方SDK、AliOS Things等多种方式接入,最快10分…
In a .NET Core project (library), using Entity Framework, the database generation fails when establishing the model. Could not load assembly 'xxx'. Ensure it is referenced by the startup project 'xxx'. Switching to 64-bit can resolve the issue. Assuming ef cod…
在.NET Core 项目钟(类库),使用Entity Framework,建立模型生成数据库时,失败 Could not load assembly 'xxx'. Ensure it is referenced by the startup project 'xxx'. 改成 64 位即可 假设 ef 代码 public class ApplicationDbContext : IdentityDbContext<User> { public ApplicationDbContext(DbContex…
4 My board is an Orange Pi 3, and I can only describe it as "卧槽"... I work with .NET Core, and I just can't get this board to work. I have flashed the Debian system on it. To be honest, this board is quite good, but the official system is really not commendabl…