Search found 3529 matches

by WiFive
Fri May 01, 2020 12:42 pm
Forum: General Discussion
Topic: How is really EspNow's ACK implemented?
Replies: 4
Views: 4952

Re: How is really EspNow's ACK implemented?

Same as other 802.11 frame I think
by WiFive
Fri May 01, 2020 9:00 am
Forum: ESP-IDF
Topic: UART clock source
Replies: 4
Views: 5867

Re: UART clock source

You may need a minimum peripheral clock of 2x baudrate for reliable operation so you would have to change reftick to 2mhz which would have a global system effect.
by WiFive
Fri May 01, 2020 8:32 am
Forum: Hardware
Topic: How many write/erase cycle on flash??
Replies: 4
Views: 11239

Re: How many write/erase cycle on flash??

Yes wear leveling helps and you only erase when you run out of space not on every write
by WiFive
Mon Apr 27, 2020 2:10 am
Forum: Hardware
Topic: PWDET?
Replies: 1
Views: 3205

Re: PWDET?

I think this is to detect a WiFi signal and is the reason you can't use adc2 with wifi
by WiFive
Fri Apr 24, 2020 3:55 am
Forum: Hardware
Topic: Does the new ESP32-PICO-V3 have a canbus peripheral?
Replies: 4
Views: 5811

Re: Does the new ESP32-PICO-V3 have a canbus peripheral?

There are a lot of peripherals that are not mentioned, but it is still an esp32 so they are there.
by WiFive
Thu Apr 23, 2020 3:10 am
Forum: ESP-IDF
Topic: Possible to redirect ESP_EARLY_LOG* as well as ESP_LOG*?
Replies: 2
Views: 3611

Re: Possible to redirect ESP_EARLY_LOG* as well as ESP_LOG*?

https://github.com/espressif/esp-idf/bl ... #L253-L261

But you are going to have restrictions on what you can do in that context so you probably have to write to a memory buffer and handle it later.
by WiFive
Thu Apr 23, 2020 3:01 am
Forum: ESP-IDF
Topic: Enable security settings via OTA
Replies: 1
Views: 2581

Re: Enable security settings via OTA

Unsupported, technically yes, but pretty risky
by WiFive
Thu Apr 23, 2020 2:04 am
Forum: ESP RainMaker
Topic: Information About Cloud Middleware?
Replies: 5
Views: 9474

Re: Information About Cloud Middleware?

Ok what about commercial use case? Is it available to deploy private instances? I know it's easy to replicate the server side, just curious about the plans.
by WiFive
Tue Apr 21, 2020 5:38 am
Forum: ESP-IDF
Topic: WoWLAN (Wake on Wireless LAN)
Replies: 5
Views: 10995

Re: WoWLAN (Wake on Wireless LAN)

It has power saving features like modem sleep. Wowlan is mostly for waking up a high power system by leaving a lower powered esp32 type chip powered up.