Search found 11 matches

by albertmbt
Mon Sep 16, 2019 10:06 am
Forum: ESP-IDF
Topic: BLE Client - error on scan after a re-connection
Replies: 3
Views: 3847

Re: BLE Client - error on scan after a re-connection

Thank's for the answer, I tried to change those menuconfig parameters but it didn't work. In fact, the filter is not filtering devices anyway, for me at least. I think the funciton is not already full implemented or something.
by albertmbt
Thu Sep 05, 2019 2:42 pm
Forum: ESP-IDF
Topic: BLE Client - error on scan after a re-connection
Replies: 3
Views: 3847

Re: BLE Client - error on scan after a re-connection

By the way, I already had it working like one year and a half ago, but with new esp-idf that has reduced consumption and i guess optimized things, has this issue for me now.


Thanks!
by albertmbt
Mon Sep 02, 2019 2:35 pm
Forum: ESP-IDF
Topic: BLE Client - error on scan after a re-connection
Replies: 3
Views: 3847

BLE Client - error on scan after a re-connection

Hi all, I'm implementing a gatt client device that can read a HeartRate module. That simple. The thing is that every thing works properly except for one thing; If I performa a connection with a HR device and after that I disconnect, there is no way that I can perform a new scan for new devices, the ...
by albertmbt
Fri Feb 23, 2018 10:01 am
Forum: ESP-IDF
Topic: rx_tout_thrhd esp32 units?
Replies: 1
Views: 3168

rx_tout_thrhd esp32 units?

So that's my question, which is rx_tout_thrhd variable unit, I mean, milliseconds maybe? I've been looking around and didn't find the answer. I would like to control this parameter precisely.

Thanks.
by albertmbt
Sat Jan 13, 2018 8:23 pm
Forum: Report Bugs
Topic: Receiving long data while Uart interrupts are disabled ends with error
Replies: 1
Views: 3852

Receiving long data while Uart interrupts are disabled ends with error

Hi guys, I made a simple CMD for my application using uart. In a determinate moment, I want to disable all uart interrupts for performing some tasks and then reactivate them. All received data while interrupts are disabled, are thrown. The thing is that while interrupts are disabled, there could be ...
by albertmbt
Wed Nov 15, 2017 12:00 pm
Forum: Sample Code
Topic: Connecting your device to the internet with Xively and MQTT
Replies: 5
Views: 8848

Re: Connecting your device to the internet with Xively and MQTT

Hi, I'm having issues to build the libxively.a and libwolfssl.a static libraries. When i command make PRESET=ESP32 it ends with a final error and does not create both libraries, it just build "libwolfssl.a" library. LD build/xively_demo.elf xtensa-esp32-elf-gcc.exe: error: C:/msys32/home/Versa2/xive...
by albertmbt
Wed Nov 15, 2017 9:58 am
Forum: Report Bugs
Topic: msys32 blocks the computer and the mouse starts to move without control
Replies: 8
Views: 10734

Re: msys32 blocks the computer and the mouse starts to move without control

I actually don't need to keep detection of serial mice of course, just wondering if there was another way to fix it due the fact that it does not always perform a bad detection.
by albertmbt
Mon Nov 13, 2017 10:36 am
Forum: Report Bugs
Topic: msys32 blocks the computer and the mouse starts to move without control
Replies: 8
Views: 10734

Re: msys32 blocks the computer and the mouse starts to move without control

I'm 99.9% sure that the problem i had is that you're saying. The pc is reading com port as mouse peripheral. Anyway to fix it? without having to disable the detection of serial mice on COM ports in Windows? And also, it's USB to TTL device problem or about the pc software?
by albertmbt
Mon Nov 13, 2017 10:20 am
Forum: Report Bugs
Topic: msys32 blocks the computer and the mouse starts to move without control
Replies: 8
Views: 10734

Re: msys32 blocks the computer and the mouse starts to move without control

I'm working on windows 10. I also realized that removing the usb stopped the insanity, but I'm also worried. I'm going to take a look at this things you say.