Comments on: ESP32 BLE Peripheral (Server): Environmental Sensing Service https://randomnerdtutorials.com/esp32-ble-server-environmental-sensing-service/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 16 Sep 2024 11:01:41 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: BlackSeaSailor https://randomnerdtutorials.com/esp32-ble-server-environmental-sensing-service/#comment-957964 Mon, 16 Sep 2024 11:01:41 +0000 https://randomnerdtutorials.com/?p=135186#comment-957964 Great project very usefull tips. Thanks for the effort.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-ble-server-environmental-sensing-service/#comment-869204 Tue, 31 Oct 2023 13:53:54 +0000 https://randomnerdtutorials.com/?p=135186#comment-869204 In reply to Bill Pretty.

Hi.
I’m not sure… but I think that option might not be available on Android smartphone :/

Regards,
Sara

]]>
By: Ed https://randomnerdtutorials.com/esp32-ble-server-environmental-sensing-service/#comment-868953 Mon, 30 Oct 2023 06:40:06 +0000 https://randomnerdtutorials.com/?p=135186#comment-868953 In reply to Sara Santos.

Great!

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-ble-server-environmental-sensing-service/#comment-868575 Sun, 29 Oct 2023 01:11:02 +0000 https://randomnerdtutorials.com/?p=135186#comment-868575 In reply to beads1138.

Hi.
I’m sorry. That was a copy/paste error on my part.
That’s only available on the DHT sensor.
For the BME280 to display in Fahrenheit you need to do the conversion yourself in the code.
tempF=1.8 * bme.readTemperature() + 32;

Regards,
Sara

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-ble-server-environmental-sensing-service/#comment-868572 Sun, 29 Oct 2023 00:56:34 +0000 https://randomnerdtutorials.com/?p=135186#comment-868572 In reply to Ed.

Hi.
We’ll do that in a future tutorial that we’ll publish next month.
This is just a quick introduction to the topic.
Regards,
Sara

]]>
By: Franz Varga https://randomnerdtutorials.com/esp32-ble-server-environmental-sensing-service/#comment-868423 Sat, 28 Oct 2023 06:32:27 +0000 https://randomnerdtutorials.com/?p=135186#comment-868423 Hi !
Thanks for all the interistng projects – I have learnt very much also for my BLE project. I’m trying to setup a battery driven sensor. To save battery I must include deep-sleep at the server, however sometimes, the client lost the connection.
I’m wondering wether you could include this topic in your project?
Best regards Franz

]]>
By: Bill Pretty https://randomnerdtutorials.com/esp32-ble-server-environmental-sensing-service/#comment-868326 Fri, 27 Oct 2023 21:22:49 +0000 https://randomnerdtutorials.com/?p=135186#comment-868326 In reply to Bill Pretty.

Your instructions say “Then, click on the second icon at the left to change the format.”
I don’t see those icons on my version of nRF Connect.
is therre some other data format I can use besides int16_t ??

]]>
By: Ed https://randomnerdtutorials.com/esp32-ble-server-environmental-sensing-service/#comment-868307 Fri, 27 Oct 2023 19:10:29 +0000 https://randomnerdtutorials.com/?p=135186#comment-868307 Very good article. Ofcourse the Nordc app is handy to start with, but when I get around to it, i will build a dedicated app that just shows the sensor values without all the unnecessary ‘noise’. But your article already is a great start

]]>
By: Rui Santos https://randomnerdtutorials.com/esp32-ble-server-environmental-sensing-service/#comment-868284 Fri, 27 Oct 2023 16:25:42 +0000 https://randomnerdtutorials.com/?p=135186#comment-868284 In reply to TheBorba.

Hi.
At the moment, we don’t have micropython tutorials with BLE.
Bue, we’ll add that to our to-do list.
Regards,
Rui

]]>
By: TheBorba https://randomnerdtutorials.com/esp32-ble-server-environmental-sensing-service/#comment-868260 Fri, 27 Oct 2023 14:19:30 +0000 https://randomnerdtutorials.com/?p=135186#comment-868260 Very good tutorial! Keep the good work, Rui! There are a tutorial on this subject with micropython? TY!

]]>