Search found 2 matches

by zarak225
Wed May 18, 2022 6:10 pm
Forum: Sample Code
Topic: BLE Temperature e Humidty with ESP32
Replies: 0
Views: 3124

BLE Temperature e Humidty with ESP32

This is a code to use with Jinou Beacon sensor. Its working but has a lot to do, i need some help to work with multiple beacons. I think its needed to use this: #include "BLEDevice.h" // The remote service we wish to connect to. static BLEUUID serviceUUID("0000AA20"); // The characteristic of the re...
by zarak225
Fri Mar 19, 2021 3:54 pm
Forum: ESP32 Arduino
Topic: BLE Sensor with ESP32
Replies: 0
Views: 1805

BLE Sensor with ESP32

Hi, i'm new with ESP32 and i have a issue with a BLE temperature and humidty sensor, the ESP32 don't read the characteristic value of the sensor. I tested it with an cellphone app and worked, but the ESP don't show the value. I'm using a example on ArduinoIDE with the UUID on the sensor's manual. Ha...