示例一:STM32+EC200S模组

本文示例设备的单片机为STM32通信模组为EC200S。更多信息,请参见 Quectel_EC200S 和 STM32官网。获取设备认证信息的详细说明,请参见 获取设备认证信息。操作步骤 获取C Link SDK。具体操作,请参见 获取C Link SDK。说明 定制SDK时,...

使用AliOS Things对接ID²-SE

本文以平台stm32f103vb-fmse和国密芯片为fm1280为例,介绍通过AliOS Things集成ID²-SE(ID²安全芯片)。打开AliOSThings/board/stm32f103vb-fmse/aos.mk,确定CONFIG_SYSINFO_DEVICE_NAME为ESP32。如下图所示。打开aos.mk,设置CONFIG_LS...

在AliOS Things上适配ID²-SE

本文以stm32f103vb-fmse平台,fm1280国密芯片为例,介绍通过AliOS Things集成ID²-SE的方法。步骤一:适配SE芯片驱动接口 根据SE芯片驱动的控制方式,需要适配se_open_session、se_transmit和se_close_session驱动接口。接口详细信息,请...

无操作系统设备接入

如果需要适配不同环境接口,修改文件./LinkSDK/portfiles/aiot-port/project/stm32_noneos/Core/os_none_impl.c。修改方法,请参见 步骤一:接口移植。打开./LinkSDK/portfiles/aiot-port/project/stm32_noneos/Core/mqtt_at_basic_demo.c...

AT+MQTT指令接入示例

名称:STM32 Nucleo板 型号:STM32L476RG 系统:FreeRTOS 参考文档:NUCLEO-L476RG 模组通信板 EC200S SIM卡 物联网卡,不限运营商,插入模组开发板 接口连接 STM32串口1和EC200之间进行AT指令通信,使用的波特率是115200 STM32串口3与PC...

搭建设备端开发环境

将MCU与通信模组开发板相连,搭建软件开发环境,创建工程项目,导入SDK,完成SDK配置。背景信息 本示例中使用了两个开发板示意图如下。开发板NUCLEO-F103RB 引脚示意图如下。SIM800C mini v2.0 引脚示意图和说明如下。引脚 说明 PWR 开关机...

搭建设备端开发环境

将MCU与通信模组开发板相连,搭建软件开发环境,创建工程项目,导入SDK,完成SDK配置。背景信息 本示例中使用了两个开发板示意图如下。开发板NUCLEO-F103RB 引脚示意图如下。SIM800C mini v2.0 引脚示意图和说明如下。引脚 说明 PWR 开关机...

自有模组驱动接入:STM32+合宙Air724

硬件:硬件类型 说明 MCU开发板 名称:STM32 Nucleo板 型号:STM32L476RG 系统:FreeRTOS 参考文档:NUCLEO-L476RG 蜂窝通信板 名称:合宙Air724UG 参考文档:产品简介、使用指南 SIM卡 接口型号:Micro 信号:4G 开发工具:工具名称 说明 ...

MCU+蜂窝模组设备上云

硬件:硬件类型 说明 MCU开发板 名称:STM32 Nucleo板 型号:STM32L476RG 系统:FreeRTOS 参考文档:NUCLEO-L476RG 蜂窝通信板 名称:合宙Air724UG 参考文档:产品简介、使用指南 SIM卡 接口型号:Micro 信号:4G 开发工具:工具名称 说明 ...

概述

准备软硬件 本示例中,使用了如下MCU、通信模组开发板和软件开发环境:软硬件 准备说明 MCU 来源:ST公司生产的 STM32F103。开发板:NUCLEO-F103RB。通信模组 来源:SIMCom公司(芯讯通无线科技有限公司)生产的 SIM800C。开发板:SIM800C ...

概述

准备软硬件 本示例中,使用了如下MCU、通信模组开发板和软件开发环境:软硬件 准备说明 MCU 来源:ST公司生产的 STM32F103。开发板:NUCLEO-F103RB。通信模组 来源:SIMCom公司(芯讯通无线科技有限公司)生产的 SIM800C。开发板:SIM800C ...

接入方案概述

stm32l476-at/*STM32环境下使用AT连云的工程*/├─Core├─hal_adapter.c/*适配HAL层传输,UART、SPI等*/├─mqtt_at_basic_demo.c/*Demo需要修改设备认证信息*/├─os_freertos_impl.c/*非FreeRTOS需要实现对应接口*/测试示例,请参见 示例...

STM32F103+SIM800C移植示例

本文介绍按照 MCU+支持TCP的模组 集成过程,将使用C Link SDK的设备移植到STM32F103,并结合广域网SIM800C连接到阿里云物联网平台。本示例中SIM800C模组支持TCP能力,STM32F103上集成了SDK并直接基于MQTT TOPIC的方式与阿里云物联网平台...

适配硬件链路和操作系统

int32_t aiot_at_hal_recv_handle(uint8_t*data,uint32_tsize)硬件链路适配的示例以STM32为例,详细信息,请参见Link SDK中的文件 portfiles/aiot_port/project/stm32l476-at/Core/hal_adapter.c。操作系统适配 AT模组驱动框架依赖抽象的...

物联网平台相关问题

监控运维 设备的单片机为STM32支持下载OTA升级包吗?云端SDK和API 物联网平台可以生成HTTP接口供其他平台调用吗?物联网平台的设备管理可以通过接口进行调用吗?可以使用阿里云SDK远程控制吗?物联网平台有哪些API接口?阿里云物联网平台...

透传/编辑脚本

STM32L053R8 开发IDE使用Keil MDK5。其他平台 仅提供简单的示例。可以在Linux中编译运行。MCU SDK的核心代码位于 sdk-core 目录,目录结构如下所示,包括了头文件目录 inc 和源代码目录 src。头文件说明如下。common.h SDK共用的头文件,...

ALIYUN:Memcache:Instance

()_+-=)"},"ConstraintDescription":{"en":"8~32 characters,can contain size letters,Numbers and special symbols,including:!()_+-=","zh-cn": "8~32个字符,可包含大小字母、数字及特殊符号(包含:!()_+-=)"},"MaxLength":32,...

ALIYUN:VPC:EIPSegment

27:单次调用,系统将分配32个连续EIP。26:单次调用,系统将分配64个连续EIP。25:单次调用,系统将分配128个连续EIP。24:单次调用,系统将分配256个连续EIP。说明 由于IP地址保留,实际申请到的连续EIP可能缺少1个、3个或者4个EIP。...

alicloud_redis_tair_instance

optimized instances can use the cluster architecture.Therefore,you can set this parameter to an integer from 2 to 32 only if you set the InstanceType parameter to tair_scm.It is not allowed to modify the number of shards ...

8核32 GiB数据节点实例性能测试

使用ESRally工具对数据节点规格为8核32 GiB的阿里云Elasticsearch 8.9.1版本的实例进行基准测试。压测配置 项目 说明 实例配置 版本:8.9.1版本 CPU类型:Intel 数据节点规格:8核32 GiB 数据节点存储类型:ESSD云盘 数据节点存储性能级别...

alicloud_cloud_sso_access_configuration

1"} EOF } } Argument Reference The following arguments are supported:access_configuration_name-(Required,ForceNew)The AccessConfigurationName of the Access Configuration.The name of the resource.The name can be up to 32 ...

ALIYUN:CEN:CenRouteMap

Json DestinationCidrBlocks:Description:Match statements are used to match the routing prefixes.The CIDR format is used.You can enter at most 32 CIDR blocks.Type:Json DestinationInstanceIds:Description:"Match statements are...

alicloud_sae_namespace

name-(Required)The Name of Namespace.namespace_id-(Optional,ForceNew)The ID of the Namespace.It can contain 2 to 32 lowercase characters.The value is in format {RegionId}:{namespace}.namespace_short_id-(Optional,ForceNew,...

ALIYUN:CloudSSO:AccessConfiguration

and hyphens(-).The name can be up to 32 characters in length."},"AllowedPattern":"^[a-zA-Z0-9-]{1,32}$","Required":true },"DirectoryId":{"Type":"String","Description":{"en":"The ID of the directory."},"Required":true },...

alicloud_sae_ingresses

(Optional,ForceNew,Computed)A list of Ingress IDs.namespace_id-(Required,ForceNew)The Id of Namespace.It can contain 2 to 32 lowercase characters.The value is in format {RegionId}:{namespace} output_file-(Optional)File ...

启动方式与环境变量说明

mpi –np 16 –H host1:8,host2:8-python train.py-model resnet50#启动四机-每机器8进程的训练,并使用gloo作为通信backend perseusrun –-gloo –np 32 –H host1:8,host2:8,host3:8,host4:8-python train.py-model resnet50 环境变量...

alicloud_nlb_security_policy

tags={ Created="TF"For="example"} } Argument Reference The following arguments are supported:ciphers-(Required)The supported cipher suites,which are determined by the TLS protocol version.You can specify at most 32 cipher ...

alicloud_cen_route_map

This topic provides an overview of the route map function of Cloud Enterprise Networks(CENs).You can use the route map function to filter routes and modify route attributes.By doing so,you can manage the communication ...

alicloud_cms_sls_group

group_name-(Required,ForceNew)The name of the resource.The name must be 2 to 32 characters in length,and can contain letters,digits and underscores(_).It must start with a letter.sls_group_config The sls_group_config ...

4核16 GiB数据节点实例性能测试

使用ESRally工具对数据节点规格为4核16 GiB的阿里云Elasticsearch 8.9.1版本的实例进行基准测试。压测配置 项目 说明 实例配置 版本:8.9.1版本 CPU类型:Intel 数据节点规格:4核16 GiB 数据节点存储类型:ESSD云盘 数据节点存储性能级别...

Intel与AMD处理器实例性能测试

Metric Task Baseline Contender Diff Unit Diff%Cumulative indexing time of primary shards-129.703 102.055-27.6478 min-21.32%Min cumulative indexing time across primary shard-0 0 0 min 0.00%Median cumulative indexing time ...

alicloud_ram_account_alias

account_alias-(Required,ForceNew)Alias of cloud account.This name can have a string of 3 to 32 characters,must contain only alphanumeric characters or hyphens,such as"-",and must not begin with a hyphen.Attributes ...

alicloud_db_instance

Provides an RDS instance resource.A DB instance is an isolated database environment in the cloud.A DB instance can contain multiple user-created databases.For information about RDS and how to use it,see What is ApsaraDB ...

alicloud_mongodb_sharding_instance

list-(Required,Set)The mongo-node count can be purchased is in range of[2,32].See mongo_list below.shard_list-(Required,Set)the shard-node count can be purchased is in range of[2,32].See shard_list below.tags-(Optional)A ...

alicloud_cs_managed_kubernetes

NOTE:Kubernetes cluster only supports VPC network and it can access internet while creating kubernetes cluster.A Nat Gateway and configuring a SNAT for it can ensure one VPC network access internet.If there is no nat ...

alicloud_cs_kubernetes

This resource will help you to manage a Kubernetes Cluster in Alibaba Cloud Kubernetes Service,see What is kubernetes.->NOTE:Available since v1.9.0.->NOTE:Kubernetes cluster only supports VPC network and it can access ...

alicloud_cs_edge_kubernetes

This resource will help you to manage a Edge Kubernetes Cluster in Alibaba Cloud Kubernetes Service,see What is edge kubernetes.->NOTE:Kubernetes cluster only supports VPC network and it can access internet while creating ...

EBA设备接入方案介绍

3.各协议版本 物业管理一体机已支持的各协议版本及通信模式如下:BACnet:符合ASHRAE 135-2016 Standard标准,支持MS/TP和IP两种模式。KNX:符合GB/Z 20965 2007标准,支持TP1和IP两种模式。SNMP:符合SNMP标准,支持SNMPV1、SNMPV2、...

alicloud_alb_rule

which is executed last.This type of action can contain only one ForwardGroup,Redirect or FixedResponse action.ExtType:A forwarding rule can contain one or more ExtType actions,which are executed before FinalType actions ...

什么是AI通信加速库Deepnccl

Deepnccl是为阿里云神龙异构产品开发的一种用于多GPU互联的AI通信加速库,在AI分布式训练或多卡推理任务中用于提升通信效率。本文主要介绍Deepnccl的架构、优化原理和性能说明。产品简介 Deepnccl基于NCCL(NVIDIA Collective ...
共有170条 < 1 2 3 4 ... 170 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
号码隐私保护 边缘网络加速 高速通道 短信服务 物联网无线连接服务 弹性公网IP
新人特惠 爆款特惠 最新活动 免费试用