Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openluat/luatos

LuatOS -- Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)
https://github.com/openluat/luatos

4g-lte air101 air103 air105 air600e air601 air780e air780eg esp32c3 lua luatos nbiot rtos wifi

Last synced: about 1 month ago
JSON representation

LuatOS -- Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)

Awesome Lists containing this project

README

        

LuatOS logo

[![star](https://gitee.com/openLuat/LuatOS/badge/star.svg?theme=gvp)](https://gitee.com/openLuat/LuatOS/stargazers)
[![fork](https://gitee.com/openLuat/LuatOS/badge/fork.svg?theme=gvp)](https://gitee.com/openLuat/LuatOS/members)
[![license](https://img.shields.io/github/license/openLuat/LuatOS)](/LICENSE)

LuatOS : Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)

强大的Lua引擎, 为mcu和物联网设备高度优化, 支持众多组件, 非常低的内存需求(最低16K RAM, 128K Flash).

## 快速入门

1. 使用或购买支持的开发板
* [Air780EPV-4G Cat.1开发板](https://luat.taobao.com)
* [Air780E-4G Cat.1开发板](https://luat.taobao.com)
* [PC - 无需开发板的模拟器](https://gitee.com/openLuat/luatos-soc-pc)
2. 掌握[刷机](https://wiki.luatos.com/boardGuide/flash.html)
3. 尝试[各种demo](https://gitee.com/openLuat/LuatOS/tree/master/demo), 浏览[API](https://wiki.luatos.com/api/index.html), [30分钟入门lua语法(视频)](https://www.bilibili.com/video/BV1vf4y1L7Rb?spm_id_from=333.999.0.0)
4. 愉快地写业务代码

## 资料大全

* [wiki@luatos](https://wiki.luatos.com)
* [LuatOS文档池](https://gitee.com/openLuat/luatos-doc-pool)

## 授权协议

[MIT License](LICENSE)

```lua
print("感谢您使用LuatOS ^_^")
print("Thank you for using LuatOS ^_^")
```