Search found 3529 matches

by WiFive
Sat Jun 30, 2018 8:10 pm
Forum: General Discussion
Topic: Ethernet example fails to discover DHCP assigned address
Replies: 10
Views: 13100

Re: Ethernet example fails to discover DHCP assigned address

Would suggest you set debug log level
by WiFive
Sat Jun 30, 2018 7:02 pm
Forum: Hardware
Topic: ADC2 and Wifi
Replies: 2
Views: 3544

Re: ADC2 and Wifi

No that is for digital signals not analog
by WiFive
Sat Jun 30, 2018 3:57 pm
Forum: ESP-IDF
Topic: ESP-NOW: What happens if all peers are given the same MAC address?
Replies: 7
Views: 41659

Re: ESP-NOW: What happens if all peers are given the same MAC address?

Ok I found
Do not support encrypting multicast vendor-specific action frame.
This could be supported with Robust Management Frame Protection?

Esp-now should add support for multicast groups
by WiFive
Sat Jun 30, 2018 1:42 pm
Forum: General Discussion
Topic: Clock and power configuration docs
Replies: 3
Views: 6395

Re: Clock and power configuration docs

No that line comes from xtl_clk and is a fixed div/4
by WiFive
Fri Jun 29, 2018 11:07 pm
Forum: ESP-IDF
Topic: ESP-NOW: What happens if all peers are given the same MAC address?
Replies: 7
Views: 41659

Re: ESP-NOW: What happens if all peers are given the same MAC address?

Broadcasts are not encrypted and devices don't have to use same PMK to communicate?
by WiFive
Fri Jun 29, 2018 6:30 pm
Forum: ESP-IDF
Topic: ESP-NOW: What happens if all peers are given the same MAC address?
Replies: 7
Views: 41659

Re: ESP-NOW: What happens if all peers are given the same MAC address?

What is length difference for unicast and broadcast packets?
by WiFive
Fri Jun 29, 2018 3:33 am
Forum: General Discussion
Topic: ESP32 Web Server - Advanced Web Pages?
Replies: 4
Views: 10168

Re: ESP32 Web Server - Advanced Web Pages?

Sure, assuming it is all client side rendering. You can even use hosted assets from cdn if you don't want to serve them from the esp32.
by WiFive
Thu Jun 28, 2018 11:34 pm
Forum: ESP-IDF
Topic: Timer interrupt and reading/writing flash memory causes a crash
Replies: 6
Views: 9438

Re: Timer interrupt and reading/writing flash memory causes a crash

He doesn't want to do an interrupt during a flash operation, he wants to do a flash operation during an interrupt.

Even if timerAttachInterrupt didn't set the iram flag calling nvs functions from an interrupt is no bueno.
by WiFive
Thu Jun 28, 2018 10:46 pm
Forum: General Discussion
Topic: Caching issues with mmap'ed flash
Replies: 6
Views: 7929

Re: Caching issues with mmap'ed flash

I believe those should only be called inside flash guarded section.