1 Star 0 Fork 95

liuyang / Luat_CSDK_Air724U

forked from 合宙Luat / Luat_CSDK_Air724U 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Luat_CSDK_Air724U 介绍

一、简介

Luat_CSDK_Air724U是针对使用合宙Air724U(展锐8910芯片)模块而准备的一套C语言的软件开发环境,可以让客户像开发单片机一下,使用合宙的无线通信模块

二、软件架构

软件架构

三、最小系统

//最小系统
static VOID demo_task_main(PVOID pParameter)
{
	while(1)
	{
		iot_os_sleep(1000);
		iot_debug_print("demo_task_main");
	}
}

int appimg_enter(void *param)
{   
	iot_debug_print("appimg_enter");
	iot_os_create_task(demo_task_main, NULL, 
        2048, 1, OPENAT_OS_CREATE_DEFAULT, "task");
	return 0;
}

void appimg_exit(void)
{
    iot_debug_print("appimg_exit");
}

四、固件下载工具

LuatTools

五、如何编译

在命令行模式下,进入代码路径。 例如需要编译demo_socket项目,就进入project下,运行demo_socket.bat。 编译成功后将会在目录hex\Air720U_CSDK_demo_socket\生成两个个pac文件:Air720U_CSDK_demo_socket.pacAir720U_CSDK_demo_socket_APP.pac。其中Air720U_CSDK_demo_socket.pac包含底层和csdk层固件,Air720U_CSDK_demo_socket_APP.pac仅包含csdk层固件。

六、应用可用空间

项目 可用大小
FLASH 1.5M字节
RAM 1M字节
文件系统 1.375M字节

七、支持例程

所有支持demo的编译都放在project目录下,运行对应bat就可以编译出对应demo应用

例程 说明
demo_audio 录音、通道设置等功能演示
demo_capture 拍照功能演示
demo_datetime 系统时间设置
demo_fota 远程升级示例
demo_fs 文件系统操作示例
demo_ftp FTP功能示例
demo_http HTTP功能示例
demo_mqtt mqtt功能示例
demo_socket 套接字接口示例
demo_ssl ssl加密套接字示例
demo_tts 语音播报示例
demo_wifiloc wifi定位示例
demo_zbar 二维码扫码示例
demo_lvgl littleVGL UI框架示例

八、官方应用

lua解析器

MIT License Copyright (c) 2020 luat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

本项目是基于合宙Air724U(展锐8910 Cat1芯片)系列模块的C语言开发环境。丰富的API接口、demo、高度可扩展性,让开发者像开发单片机一样方便地使用Air724U系列模块。 展开 收起
C
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/aliuyangqi/Luat_CSDK_Air724U.git
git@gitee.com:aliuyangqi/Luat_CSDK_Air724U.git
aliuyangqi
Luat_CSDK_Air724U
Luat_CSDK_Air724U
master

搜索帮助

14c37bed 8189591 565d56ea 8189591