Giter Club home page Giter Club logo

nb-iot_api's Introduction

NBIoT API v1.5

帮助用户在大多数单片机上连接到NB-IOT平台。仅需几步,用户即可完成任何想要与IOT平台交换的数据的传输。

对于不同的IOT平台的通信数据格式,用户可以通过修改<coap.c>中的内容去适配不同的数据格式。

对于不同NB模组,用户可以通过修改<nb_cmd.c>,和其它与该文件有关联的文件,去适配不同的NB模组。


前提条件,你需要知道 IOT平台 的通信数据格式并且在IOT平台上注册一个产品,这对于任何一个程序员都是不困难的。并且你需要知道一些关于(在物理层通过无线通信提供与IOT平台通信的能力的)NB模组的AT指令的知识。

  • 第一步,你可以尝试阅读<user_example>去了解如何使用这个API。

  • 第二步,在中编写当前单片机的硬件驱动功能,。

  • 第三步,你需要检查当前API中的用户设置与用户数据格式与你的目标产品是否一致,如果一致则可以进行下一步。

  • 第四步,根据<user_example>的示范开始编写自己的程序。

...

其他的描述正在等待补充。

API结构图

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.