ankitdaf / esp32_ble_gateway

A WiFi gateway to periodically scan BLE devices around and log them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp32_ble_gateway

This repository hosts the project for the ESP32 based BLE WiFi Gateway.

The device will scan for BLE devices every n seconds, then ping them to a configured URL.

The WiFi to connect to will be provisioned by means of a factory reset button that puts the device in Access Point mode running an HTTP server, so that the WiFI network name and password can be entered by means of any web enabled device

Known issues

  • Requests made in quick succession fail. Should have something to do with the requests code.

About

A WiFi gateway to periodically scan BLE devices around and log them


Languages

Language:C 94.8%Language:JavaScript 1.6%Language:Makefile 1.4%Language:HTML 1.3%Language:Smarty 0.5%Language:CSS 0.3%Language:C++ 0.2%