Search found 5 matches

by sideridispas
Tue Dec 05, 2017 8:58 am
Forum: ESP-IDF
Topic: Flash Encryption & Secure Boot Tutorial - Example?
Replies: 1
Views: 3988

Flash Encryption & Secure Boot Tutorial - Example?

Hello everyone, I am working on a device based on the beloved ESP32 chip and almost completed the main firmware for the different functionalities, including BLE communication with a smartphone app, relay control, cryptography and even more. I am totally impressed by this chip! :D The only issue I ha...
by sideridispas
Tue Oct 17, 2017 1:08 pm
Forum: ESP-IDF
Topic: How a BLE Server can get the RSSI of received packet from Central Device
Replies: 4
Views: 8809

Re: How a BLE Server can get the RSSI of received packet from Central Device

@arapostol SOLVED!
Aris thank you!

That did the trick and works like a charm :D

Paschalis
by sideridispas
Wed Oct 11, 2017 7:50 am
Forum: ESP-IDF
Topic: BLE Peripheral reads RSSI of Central (Possible?)
Replies: 0
Views: 2769

BLE Peripheral reads RSSI of Central (Possible?)

Hello everyone! I am currently developing an ESP-32 based device, with BLE peripheral role functionalities, and one of the tasks requires the proximity (mainly the rssi value) of the central device. So my questions are: Is it possible -in general- for a peripheral device, to acquire the rssi value o...
by sideridispas
Mon Oct 09, 2017 6:56 am
Forum: ESP-IDF
Topic: How a BLE Server can get the RSSI of received packet from Central Device
Replies: 4
Views: 8809

Re: How a BLE Server can get the RSSI of received packet from Central Device

@halfro Thank you for the reply! :) Although the -90dBm value may make sense I am not sure about the raw milliWatts form because there are a few code examples with the same commands but with direct printing of the correct form (such as -minus something dBm).. :? I also noticed that the value does no...
by sideridispas
Fri Oct 06, 2017 1:40 pm
Forum: ESP-IDF
Topic: How a BLE Server can get the RSSI of received packet from Central Device
Replies: 4
Views: 8809

How a BLE Server can get the RSSI of received packet from Central Device

Hello everyone! I am working on my first BLE project and hope to me it through using the awesome ESP-32 module! :D I based my work/experiments on the example code of UART implementation by pcbreflux, which can be found in this github . The basic information I think is important is given below. Serve...