Search found 513 matches

by loboris
Sat Nov 24, 2018 5:50 pm
Forum: ESP-IDF
Topic: Crash
Replies: 5
Views: 6483

Re: Crash

Have you run, after the update, make menuconfig, make clean, make all ?
by loboris
Fri Nov 23, 2018 4:00 pm
Forum: General Discussion
Topic: Gripes on ESP32/ESP-IDF
Replies: 51
Views: 61815

Re: Gripes on ESP32/ESP-IDF

... If you really want to use ESP32 you have to write your own SDK... Have you considered the possibility that the problem is at your side? There are certainly bugs in esp-idf (as in any software), but from your posting one could conclude that it is completely unusable, something most users could n...
by loboris
Fri Nov 23, 2018 8:45 am
Forum: ESP-IDF
Topic: (resolved) handling GPIO interrupts
Replies: 18
Views: 37228

Re: handling GPIO interrupts

@cspwcspw As far as I know, ESP32 has no Schmitt trigger inputs, so what you get is the expected behaviour. Maximum voltage for low input is 0.25VDD and the minimum voltage for the high input os 0.75xVDD. When the voltage on the input is beetween those values, you can expect undefined behaviour. You...
by loboris
Tue Nov 20, 2018 3:32 pm
Forum: ESP-IDF
Topic: ESPV3.1 and following relases
Replies: 6
Views: 7428

Re: ESPV3.1 and following relases

Providing some details about your application and configuration could help understand your experience.
When comparing with arm, are you comparing the same application (the same functionality, FreeRTOS)?
by loboris
Mon Nov 19, 2018 7:17 pm
Forum: ESP-IDF
Topic: FATFS upgrade via OTA
Replies: 9
Views: 9658

Re: FATFS upgrade via OTA

How can I additionally update FATFS via OTA? Why would you need to "update" FatFS partition? You can do whatever you want with the files on it, update, delete, create or get the file from remote server, or even reformat the partition. What would be the point updating the partition as a whole via OT...
by loboris
Mon Nov 19, 2018 6:18 pm
Forum: ESP-IDF
Topic: Dedicated or combined OTA
Replies: 26
Views: 25486

Re: Dedicated or combined OTA

So, If we create two OTA partion then default firmware will be started from default partition. Then we can update firmware between 2 OTA partirion. So, Default partition will be used to keep safe image in case both OTA partion will be failed to boot firmware image. Also we can update default partit...
by loboris
Sun Nov 18, 2018 5:12 pm
Forum: General Discussion
Topic: Issue using code/codebox in posts
Replies: 3
Views: 4522

Re: Issue using code/codebox in posts

You are right, I have quite big browser cache, after clearing it all is as it should be.
Thanks.
by loboris
Sun Nov 18, 2018 11:36 am
Forum: General Discussion
Topic: Issue using code/codebox in posts
Replies: 3
Views: 4522

Issue using code/codebox in posts

It looks like the forum's editor is no longer working as expected when using Code & Codebox buttons. As a result, many recent posts with included code are unreadable . For example, selecting the following text: line1 line2 line3 line4 with Code button , produces the wrong result (line endings delete...
by loboris
Sun Nov 18, 2018 10:56 am
Forum: ESP-IDF
Topic: Dedicated or combined OTA
Replies: 26
Views: 25486

Re: Dedicated or combined OTA

Please explain that contains the "factory"... OTA_0 and OTA_1 contain alternately updating the firmware. As I understand it, in the "factory" area you can write a simple initial firmware, which will be loaded into the OTA_0 area. If a piece of the program from OTA_0 in the future will start the fir...
by loboris
Wed Nov 14, 2018 3:48 pm
Forum: General Discussion
Topic: (answered) using NVS hex2bin
Replies: 4
Views: 6146

Re: using NVS hex2bin

mzimmers wrote:
Wed Nov 14, 2018 3:37 pm
I don't seem to be getting notifications when people (like you) reply to me...is the notification emailer down? It's happened on a few threads of mine (like this one).
Topic tools -> Subscribe topic