Skip to content

The core library for the Arduino package of MXChip IoT DevKit

Notifications You must be signed in to change notification settings

arthma/devkit-sdk-core-lib

Repository files navigation

MXChip IoT DevKit core library

This repository contains the following for MXChip IoT DevKit:

Compile

  1. Install mbed CLI if you didn't have it on your machine.

    The mbed CLI requires Python 2.7, please make sure you have installed the right version

  2. Clone the code:

    git clone https://github.com/VSChina/devkit-sdk-core-lib --recursive
    cd ./devkit-sdk-core-lib
    
  3. Compile:

    mbed compile --library --profile ./tools/profiles/library.json
    
  4. After compile the code and generate the libdevkit-sdk-core-lib.a, can invoke the clean.cmd to clean up the output folder:

    cd ./BUILD
    ../tools/clean.cmd
    

    After run the clean.cmd under the BUILD folder, all files under the BUILD/libraries/devkit-sdk-core-lib/AZ3166/GCC_ARM can be used for generating the Arduino package.

Contribution

There are a couple of ways you can contribute to this repo:

  • Ideas, feature requests and bugs: We are open to all ideas and we want to get rid of bugs! Use the Issues section to either report a new issue, provide your ideas or contribute to existing threads.
  • Documentation: Found a typo or strangely worded sentences? Submit a PR!
  • Code: Contribute bug fixes, features or design changes.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Documentation

MXChip IoT DevKit

The DevKit board features ARM Cortex-M processors. At its core, it comes with a SoC module that combines the power of the ST Microelectronics STM32F412 processor and Cypress BCM43362 for WiFi. For on-board peripherals, it has an OLED screen, headphone and speaker output, stereo microphone and abundant sensors such as humidity & temperature, pressure, motion (accelerometer & gyroscope) and magnetometer.

Get a kit

You can purchase the DevKit from: https://aka.ms/iot-devkit-purchase. We have opened purchase channel on DFRobot, SeeedStudio and Plugable

About

The core library for the Arduino package of MXChip IoT DevKit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published