Search found 199 matches

by jumjum123
Fri Sep 07, 2018 10:16 am
Forum: ESP-IDF
Topic: first question to V3.1
Replies: 0
Views: 2288

first question to V3.1

Since topic itself is blocked, I've to open this one. Bringing up V3.1 now is a good point, much faster than any release before :D - in release notes is mbedTls updated to V2.9.0 and some lines later to V2.12.0 AFAIK, only 1 can be correct. - in V3.1 pre release 1 was a line about WiFi library memor...
by jumjum123
Wed Aug 15, 2018 9:05 pm
Forum: General Discussion
Topic: Download partition from ESP32 to local .bin file
Replies: 1
Views: 4116

Download partition from ESP32 to local .bin file

ESPFlashDownload is used to download a local file to ESP32.
I'm looking for the other direction, I need to download a data partition from ESP32 to a local .bin file
The .bin file, ceated this way will be downloaded to other ESP32, or to the same ESP32 after erasing flash.
by jumjum123
Thu Aug 02, 2018 5:16 pm
Forum: ESP-ADF
Topic: ESP32-ADF
Replies: 4
Views: 8418

Re: ESP32-ADF, where is this ?

topic of offline speech recognition in ESP32ADF sounds interesting.
Some guys from Espressif talked about that "through the grapevine" in Nuremberg.
Is there an example, or any other hint where to search ?
by jumjum123
Wed Jul 11, 2018 9:26 am
Forum: ESP-IDF
Topic: Partitiontable works fine in V3.0, has problem in V3.1 prerelease
Replies: 1
Views: 3567

Partitiontable works fine in V3.0, has problem in V3.1 prerelease

Following Partitiontable works fine in V3.0 #Name,Type,SubType,Offset,Size #boot,data,0,0x1000,4K #reserved,0,0,0x2000,24K partition,data,0,0x8000,4K nvs,data,nvs,0x9000,12K otadata,data,ota,0xC000,8K free,data,0x40,0xE000,8K factory,app,factory,0x10000,1344K ota_0,app,ota_0,0x160000,1344K flash,dat...
by jumjum123
Mon Jul 02, 2018 7:32 am
Forum: Showcase
Topic: JavaScript on ESP32 - Duktape
Replies: 68
Views: 118219

Re: JavaScript on ESP32 - Duktape

As Neil mentioned, Espruino, javascript for a lot of different bards is also available for ESP32. It supports everything which is standard like SPI, I2C, Uart, http, etc. etc. see http://www.espruino.com/Reference#software Bluetooth is also supported in early state Most actual download is here http:...
by jumjum123
Tue Jun 19, 2018 12:44 pm
Forum: ESP-IDF
Topic: BT: BTA got unregistered event id 31
Replies: 0
Views: 2426

BT: BTA got unregistered event id 31

Working with an BLE example based on gatt_security_server I get this message
BTA got unregistered event id 31
Any idea ?
by jumjum123
Fri May 18, 2018 10:45 am
Forum: ESP-IDF
Topic: fill status for NVS ?
Replies: 2
Views: 4029

Re: fill status for NVS ?

@WiFive, thanks a lot.

Lets go to the function itself, its supported in master, not in latest release :(
So lets wait for V3.1, it would have been helpful, but its not necessary
by jumjum123
Fri May 18, 2018 7:49 am
Forum: ESP-IDF
Topic: fill status for NVS ?
Replies: 2
Views: 4029

fill status for NVS ?

Is there a way to get fill status for NVS ?
by jumjum123
Wed May 09, 2018 11:24 am
Forum: ESP-IDF
Topic: Building and running a module beyond the original image file
Replies: 13
Views: 23795

Re: Building and running a module beyond the original image file

@kolban,
wow, that sounds very promising.
And the best, it will be open source :D
One more time, you made my day !!
by jumjum123
Tue May 08, 2018 2:05 pm
Forum: ESP-IDF
Topic: Building and running a module beyond the original image file
Replies: 13
Views: 23795

Re: Building and running a module beyond the original image file

@kolban,
did you follow this idea ?
Generally it could be a big help, to create something like "user extended firmware"