Search found 3 matches

by tefortwo
Sat Nov 21, 2020 9:11 pm
Forum: ESP IoT Solution
Topic: EPS32code and add DS18B20 temp
Replies: 0
Views: 2719

EPS32code and add DS18B20 temp

Hi Can someone help me!! I try to add DS18B20 temperature code to code below: ************************************************************************************************************** #include <OneWire.h> #include <DallasTemperature.h> #include <Wire.h> #include <WiFi.h> #include <WebServer.h> ...
by tefortwo
Thu Nov 19, 2020 4:16 pm
Forum: ESP32 Arduino
Topic: ESP32 BLE
Replies: 1
Views: 2057

Re: ESP32 BLE

Hi again, I forgot to mention, it must work with a Iphone8
by tefortwo
Thu Nov 19, 2020 1:58 pm
Forum: ESP32 Arduino
Topic: ESP32 BLE
Replies: 1
Views: 2057

ESP32 BLE

Hi I wonder if there is a working BLE/classic bluetooth for my ESP32? I try use Blynk but now suddenly when start a project I can see BLE name in Blynk, but it cant connect. I wanna use my ESP32 with SmartThings app or Smartlife or Google Home. I cant get this working, anyone? Appreciate if someone ...