Search found 3529 matches

by WiFive
Wed Aug 15, 2018 9:25 pm
Forum: General Discussion
Topic: esp_partition_mmap is not decrypting partition data?
Replies: 3
Views: 4466

Re: esp_partition_mmap is not decrypting partition data?

Did you enable flash encryption or just set encrypted flag in partition table?
by WiFive
Tue Aug 14, 2018 5:30 am
Forum: ESP-IDF
Topic: Need information like when ESP32 BT Stack will be certified
Replies: 15
Views: 17064

Re: Need information like when ESP32 BT Stack will be certified

Mostly you have to get official statements on things like that from sales@espressif.com
by WiFive
Tue Aug 14, 2018 3:03 am
Forum: General Discussion
Topic: Modding Bootloader
Replies: 8
Views: 7349

Re: Modding Bootloader

gpio_output_set(mybit?bitflag:0, mybit?0:bitflag, bitflag, 0);
by WiFive
Mon Aug 13, 2018 8:38 pm
Forum: ESP-IDF
Topic: Need information like when ESP32 BT Stack will be certified
Replies: 15
Views: 17064

Re: Need information like when ESP32 BT Stack will be certified

EPL needs to reference QDL for Controller Subsystem, Host, and Profiles. You are correct that Host listing is very out of date and may not be updated until Bluetooth stack is stable and feature complete. There are also no Profile certifications but maybe they will also be added when stack is complete.
by WiFive
Wed Aug 08, 2018 7:19 pm
Forum: ESP-IDF
Topic: `.dram0.bss' will not fit in region `dram0_0_seg', `dram0_0_seg' overflowed by 8608 bytes
Replies: 2
Views: 11406

Re: `.dram0.bss' will not fit in region `dram0_0_seg', `dram0_0_seg' overflowed by 8608 bytes

It is not contiguous so you are crashing through reserved sections
by WiFive
Wed Aug 08, 2018 2:33 am
Forum: ESP-IDF
Topic: 3 of 9 sensors "saturating"
Replies: 4
Views: 4333

Re: 3 of 9 sensors "saturating"

Image
by WiFive
Tue Aug 07, 2018 8:19 am
Forum: General Discussion
Topic: Concurrent SSL Clients using OpenSSL
Replies: 3
Views: 4830

Re: Concurrent SSL Clients using OpenSSL

If you have enough ram
by WiFive
Mon Aug 06, 2018 7:48 pm
Forum: ESP-IDF
Topic: WiFi Stack heap memory usage
Replies: 7
Views: 10336

Re: WiFi Stack heap memory usage

This

Code: Select all

[Fri Aug 03 20:14:02.074 2018] W (7450429) wifi: alloc eb len=196 type=2 fail
by WiFive
Mon Aug 06, 2018 7:46 pm
Forum: Hardware
Topic: ESP-PICO-D4 doesn't see internal flash
Replies: 3
Views: 5044

Re: ESP-PICO-D4 doesn't see internal flash

Do you have anything connected to gpio 6,7,8,11,16,17?
by WiFive
Mon Aug 06, 2018 7:32 pm
Forum: General Discussion
Topic: Intercepting log and printf messages
Replies: 11
Views: 14072

Re: Intercepting log and printf messages

The point was to see all code results on GitHub so you can see how other projects are using that function. If global search is broken for you even signed in then you may want to inquire as to why.