Giter Site home page Giter Site logo

esp32_mediumone_bridge_ble's Introduction

esp32_mediumone_bridge_ble

Bridge application for interfacing between BLE and Medium One IoT Platform using an ESP32-based board.

Author: Greg Toth

Target Boards

  • Adafruit HUZZAH32
  • ESP32 DevKitC and compatible variants

Development Tools & Libraries

  • Arduino IDE
  • ESP32 Arduino Core Board Support Package for Arduino IDE
  • PubSubClient Library for Arduino IDE

Arduino Environment Setup

  • Download or clone this repo into a directory on your computer.
  • Install Arduino IDE on your computer.
  • Launch Arduino IDE.
  • Install the ESP Arduno Core Board Support Package by following instructions at https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md
  • In Arduino IDE, from Tools > Manage Libraries... install these libraries:
    • PubSubClient by Nick O'Leary, version 2.7.0 or higher
  • For the PubSubClient library, edit Arduino/libraries/PubSubClient/src/PubSubClient.h and change MQTT_MAX_PACKET_SIZE to be 1024 instead of 128.
  • Open the application source code file esp32_mediumone_bridge_ble.ino from repository directory.

Configuring Wi-Fi and Medium One Parameters

Set these #defines to your own values:

#define WIFI_SSID      ""
#define WIFI_PASSWORD  ""
#define MQTT_USERNAME  ""
#define MQTT_PASSWORD  ""
#define MQTT_PUB_TOPIC ""

Programming the ESP32 Board

Connect the ESP32 board to your computer using a USB cable, then compile and upload the program to the board.

esp32_mediumone_bridge_ble's People

Watchers

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