Skip to content

cam-mobsys/Mobysis_OpenEarable_PlatformIO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Default Firmware

The easiest way to use OpenEarable is with the provided App sketch. Use this PlatformIO project as a template.

The absolute minimum needed to run the code successfully is the following:

#include <Arduino.h>
#include <Wire.h>
#include <SPI.h>
#include "OpenEarable.h"

void setup()
{
    open_earable.begin();
}

void loop()
{
    open_earable.update();
}

With this minimum sketch, all internal functionality is activated and OpenEarable becomes controllable via our Dashboard, via EdgeML, and via the BLE API.

About

Example App for OpenEarable using PlatformIO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.3%
  • C++ 10.6%
  • RPC 0.1%
  • Shell 0.0%
  • Go 0.0%
  • Assembly 0.0%