Skip to content

Opulinks-Tech/OPL1000A2-Light-Control-Ali-Cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Function / Feature

  • This reference shows a light control device that connected to Ali cloud via MQTT protocol.
  • Ali could MQTT protocol is supported.
  • Single chip solution, application runs on OPL1000 M3 MCU.
  • Adopt BLE configure WIFI AP to connect Internet / cloud.
  • Power save default setting is "close smart sleep".
  • Use Ali Cloud Intelligent APP to control "light control" device.

Work Frame

avatar

Directory and Content

prj_src folder

  • Contains reference design source code, include library, implementation c code and project files.

Doc folder

  • Contains this reference application guide , Ali key and app generation guide document.

FW_Binary folder

  • Contains m0 bin file and pack script file that used to generate an integrated firmware.
  • opl1000_ali_light_xxx_xxx_xxx_xxx.bin: OPL1000 integrated firmware file. User can download it to "Ali-LED" type device and evaluate its function directly.
  • Note: in order to avoid device "Ali Key 5 elements" conflict, user shall apply new "Ali Key 5 elements" from Ali cloud. Refer "OPL1000_ali_key&app_create_guide.pdf" document to know detailed information.

Develop application based on reference

User can develop light-control type application (base on MQTT protocol and connect to Ali Cloud ) according to this reference design. Generally it includes 4 steps.

  1. Register and create product/device on Ali cloud, define its property and get "Ali Key 5 elements" parameters for application development.
  2. Modify/extend functions based on existing reference design.
  3. Create or update Ali cloud function APP.
  4. Verify message transferring between IOT device, cloud and mobile APP, and validate functions/features.