Git Product home page Git Product logo

iot's Introduction

Readme

Installation

  1. Urls in the arduino.additionalUrls settings for Tools are broken, that's why we updated them and specified path from this repo
  2. Install board with Board Manager
  3. For compiler arm-none-eabi-gcc it worked well, but for openocd not really. Openocd that we downloaded is the source code, not the binary. 3.1 To build Openocd on mac you need to install extra libraries with brew brew install automake libtool libusb [email protected] pkg-config. Make sure you're in ~/Library/Arduino15/packages/AZ3166/tools/openocd/0.10.0. Then you might need to change the Makefile to ignore warnings (for every warning open the Makefile and add it to GCC_WARNINGS -Wno-), and then run ./configure --prefix=macosx && make && make install . Then cp -r macosx/share/openocd/scripts macosx because VSCode Azure IoT extention expects different folder stucture.
  4. Now you should be able to compile this project and push it to the device.

Code

Checks three sensors (temperature, humidity, and pressure) and sends it to Azure IoT. It also reacts on pressing button B.

iot's People

Contributors

oleksandrabovkun avatar

Watchers

 avatar

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.