Search found 10 matches

by HITMAnsOFT
Mon Jul 16, 2018 5:33 am
Forum: General Discussion
Topic: BLE-only power consumption
Replies: 21
Views: 57099

Re: BLE-only power consumption

So been looking at the nrF5x, the BT-12, the HM-13, BlueDuino, BlueFruit, DA14580 instead. I'm sorry if my comment is not seen as constructive, just sharing my experience, no affiliation with Nordic: I've ended up using nRF52832 and mbed OS for the project I originally asked this question for. Quit...
by HITMAnsOFT
Wed Jun 07, 2017 11:58 am
Forum: Report Bugs
Topic: Bluetooth LE: Unable to connect Andorid >= 5.0 to ESP32 GATT server
Replies: 4
Views: 12472

Re: Bluetooth LE: Unable to connect Andorid >= 5.0 to ESP32 GATT server

Hi michaelwgnr,

were you able to resolve this issue?
by HITMAnsOFT
Wed May 10, 2017 4:51 am
Forum: General Discussion
Topic: BLE-only power consumption
Replies: 21
Views: 57099

Re: BLE-only power consumption

Totally agree with you, @madscientist_42. What I'm saying is that while the power management is not ready, more hardware means more power consumption, and only the CPU without any radio enabled runs much cooler than when I enable the Bluetooth stack. Still, the duty cycle of CPU tasks should be kept...
by HITMAnsOFT
Wed May 10, 2017 4:33 am
Forum: General Discussion
Topic: BLE-only power consumption
Replies: 21
Views: 57099

Re: BLE-only power consumption

FYI: The BT(LE) drivers in esp-idf as of now aren't optimized for power yet, so while the hardware should support low-power modes, there's no software to use them yet. We're working on getting the needed changes, however. Indeed, the esp-idf is evolving quite fast! Keep up the good work. Meanwhile ...
by HITMAnsOFT
Tue May 09, 2017 4:42 pm
Forum: General Discussion
Topic: BLE-only power consumption
Replies: 21
Views: 57099

Re: BLE-only power consumption

Thanks for your answer! As far as I can see in the examples, the only sleep mode currently implemented is the deep sleep mode, which is too costly to wake up from 2-5 times a sec(it's almost a full reset). Also the CPU does not consume that much compared to the radio module (I did some experiments w...
by HITMAnsOFT
Tue May 09, 2017 3:22 pm
Forum: General Discussion
Topic: HID Profile
Replies: 15
Views: 32517

Re: HID Profile

Oh I forgot to add smart TVs. The touchpad remote for my Panasonic is also BLE-based, and it has smaller batteries than the standard IR remote. I was thinking about getting Apple keyboard/trackpad for my MacBook Pro, with the hope that they might work with the TV also. I was experimenting with a gyr...
by HITMAnsOFT
Mon May 08, 2017 4:42 pm
Forum: General Discussion
Topic: HID Profile
Replies: 15
Views: 32517

Re: HID Profile

madscientist_42 wrote:
You'd be surprised at how many are implementing HOGP these days.
If I'm not mistaken, Apple magic keyboards/mice/trackpads all use HOGP. No way a classic BT keyboard would work for several months on a pair of AAs.
by HITMAnsOFT
Mon May 08, 2017 10:49 am
Forum: General Discussion
Topic: BLE-only power consumption
Replies: 21
Views: 57099

BLE-only power consumption

Hi,

Is it possible to implement a battery-powered BLE device with low power consumption right now (a beacon, for example)? I have disabled the Wifi from menuconfig, but the device still heats up while running BLE examples (both esp-idf and Arduino).
by HITMAnsOFT
Sat May 06, 2017 5:59 pm
Forum: Report Bugs
Topic: Bluetooth LE: Unable to connect Andorid >= 5.0 to ESP32 GATT server
Replies: 4
Views: 12472

Re: Bluetooth LE: Unable to connect Andorid >= 5.0 to ESP32 GATT server

anakinsw wrote:Hi michaelwgnr!


If you modify the p_service_uuid parameter to NULL, it works. I know that is not the best solution but to try and play ....
I'm having the same problem, but this workaround doesn't help. Android version is 6.0.1. Another 4.4.4 device can discover services successfully.
by HITMAnsOFT
Sat May 06, 2017 3:51 pm
Forum: ESP-IDF
Topic: gatt server examples
Replies: 0
Views: 3111

gatt server examples

Hi, Has anyone tried running any of the gatt server examples lately(gatt_security_server, gatt_server, gatt_server_service_table)? The advertisement works as expected, but the service discovery fails and the device disconnects. I've tried different Android apps(b-ble, , none of them shows the availa...

Go to advanced search