Coder Social home page Coder Social logo

laroomy / laroomyapi_stm32 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 112 KB

ST STM32 remote framework to interact with the LaRoomy App

Home Page: https://api.laroomy.com

License: MIT License

C++ 97.39% C 2.61%
arduino arduino-library bluetooth platformio portenta portentah7 stm32

laroomyapi_stm32's Introduction

LaRoomyApi_STM32

This is the LaRoomy Api remote framework library. Implementing this library enables your Portenta H7 project to interact with the LaRoomy App. The library is written for the ST STM32 platform and is intended to be used with the PlatformIO embedded development platform or the Arduino IDE.

The complete documentation for the library is provided on the LaRoomy Api Website.

How to use the Library

Usage with PlatformIO

Prerequisites

This library requires Platform IO to be installed in Visual Studio Code.

Implementation

  • Add the dependency to the platformio.ini file of your project:
lib_deps = https://github.com/LaRoomy/LaRoomyApi_STM32
  • Include the repective header in your main project file
#include <LaRoomyApi_STM32.h>
  • Now you can use the LaRoomy Api with the respective access operator
LaRoomyApi.begin();

Usage with Arduino IDE:

Prerequisites

This library requires the Arduino IDE to be installed

Implementation

  • Download this repository as .zip file (click on '<>Code' and select 'Download ZIP')
  • Open the Arduino IDE
  • Click on the 'Sketch' entry on the menu and select 'Include Library' > 'Add .ZIP Library'
  • Select the downloaded .zip file and press OK
  • When the library was successful installed, it can be used by clicking on 'Sketch' > 'Include Library' in the menu and select the LaRoomy Api library in the section for the contributed libraries
  • Now you can use the LaRoomy Api with the respective access operator:
LaRoomyApi.begin();

NOTE: This library depends on the ArduinoBLE library which must be also installed (if it isn't done automatically)

Examples

A detailed description of the examples with test schematics can be found here.

Further Information

Click here for detailed instructions on how to use the LaRoomyApi.

laroomyapi_stm32's People

Contributors

laroomy 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.