Search found 97 matches

by rwel59
Wed Jan 24, 2018 4:37 pm
Forum: General Discussion
Topic: BLE power consumption
Replies: 2
Views: 5202

BLE power consumption

Setting up a network with an ESP32 master and peripheral devices communicating to the master through ble. The peripherals need to be lower power but advertising so that they are available when polled by the master. Is there any information on current power requirements with ble only and frequent adv...
by rwel59
Fri Jan 19, 2018 3:42 pm
Forum: General Discussion
Topic: mbedtls doesn't release all resources
Replies: 1
Views: 3297

mbedtls doesn't release all resources

I'm working on https mbedtls and can't seem to recover all resources after finishing a function. I log starting freeheap before calling the routine then log at various points trying to understand where memory is being consumed. The https routine is a task. Max heap consumption is about 30k in the ta...
by rwel59
Fri Jan 19, 2018 3:32 pm
Forum: General Discussion
Topic: Build errors at Makefile.projbuild
Replies: 4
Views: 6615

Re: Build errors at Makefile.projbuild

was trying to get away from eclipse. after spending hours trying to get vs code setup (in both windows and linux), I gave up and went back to linux eclipse. I'm sure my issues revolve around properly setting up paths, includes, etc - basic environment setup, and eventually I could figure it out, I j...
by rwel59
Fri Jan 19, 2018 1:50 am
Forum: ESP-IDF
Topic: Memory consumption of bluetooth is enormous
Replies: 19
Views: 37585

Re: Memory consumption of bluetooth is enormous

any thoughts on what 'lowest possible values' might mean or how one might go about determining them?
by rwel59
Fri Jan 19, 2018 1:49 am
Forum: ESP-IDF
Topic: Memory consumption of bluetooth is enormous
Replies: 19
Views: 37585

Re: Memory consumption of bluetooth is enormous

do you have any comments on what 'lowest possible values' might mean? or thoughts on a process to determine?
by rwel59
Wed Jan 17, 2018 5:14 pm
Forum: Hardware
Topic: Need help to connect external 16 MB SPI Flash Memory on ESP32-WROVER Kit
Replies: 34
Views: 65513

Re: Need help to connect external 16 MB SPI Flash Memory on ESP32-WROVER Kit

Was curious whether you determined how you are going to resolve.

We are finding that 4MB will not be enough and cannot go with MOQ 5000 in order to have Espressif increase memory size.
by rwel59
Tue Jan 16, 2018 12:46 am
Forum: General Discussion
Topic: Build errors at Makefile.projbuild
Replies: 4
Views: 6615

Build errors at Makefile.projbuild

Switched over to Windows 10 from linux/eclipse because I'm fed up with eclipse issues. But I'm having a hard time getting projects to compile. Followed windows setup in documentation. Using VS Code. When I compile, libraries are built but then process stops with following error: /bin/sh: python: com...
by rwel59
Thu Dec 21, 2017 9:18 pm
Forum: ESP-IDF
Topic: How to increase MTU size on GATT - Server
Replies: 21
Views: 43497

Re: How to increase MTU size on GATT - Server

Has anyone had success using android client to get requestMTU to work? Works fine in nRF but I am getting a status of false on my android callback to the command. The process seems pretty straightforward gatt.requestMTU(100). Tried issuing the requestMTU at various points in the connection process b...
by rwel59
Wed Dec 20, 2017 4:55 pm
Forum: General Discussion
Topic: Error receiving blecharacteristic value > 20 bytes written by connected client
Replies: 0
Views: 2186

Error receiving blecharacteristic value > 20 bytes written by connected client

Using Eclipse and ESPIDF most recent code. ESP32 is set up as client and ble communications work fine in general. When the client (nRF Connect for testing) writes a text value to a characteristic, the callback onWrite event is triggered appropriately. If the value is > 20 bytes, all bytes are succes...
by rwel59
Wed Dec 20, 2017 4:07 pm
Forum: General Discussion
Topic: i2c_master_stop: rc=263 Timeout
Replies: 0
Views: 2195

i2c_master_stop: rc=263 Timeout

I have 4 i2c sensors communicating successfully. However, occasionally I will receive this error. It appears that the longer the app runs between re-boots, the more frequently the error occurs. This occurs with multiple ESP32 Dev boards (C). ESPIDF and toolchain all updated (as of today) but this er...