Search found 17 matches

by SoftwareSamurai
Sun Dec 24, 2017 3:00 am
Forum: General Discussion
Topic: can I use esp32 to sniffer Control Frame ?
Replies: 1
Views: 3593

Re: can I use esp32 to sniffer Control Frame ?

Espressif disabled that in the current library.
by SoftwareSamurai
Thu Dec 07, 2017 2:37 pm
Forum: General Discussion
Topic: ESP32's internal layout and control
Replies: 4
Views: 6138

Re: ESP32's internal layout and control

That's what I thought. Okay, thanks.
by SoftwareSamurai
Thu Dec 07, 2017 12:24 pm
Forum: General Discussion
Topic: ESP32's internal layout and control
Replies: 4
Views: 6138

Re: ESP32's internal layout and control

That's good, and thank you for that krzychb. It explains a lot. But there's no information regarding the control and usage of the radio subsystem (sans enabling the clock for it). Is there a second document for that?
by SoftwareSamurai
Wed Dec 06, 2017 8:07 pm
Forum: General Discussion
Topic: ESP32's internal layout and control
Replies: 4
Views: 6138

ESP32's internal layout and control

Is there a technical document of the internal control and communication of the ESP32 subsystems with the microprocessor(s)? For example, how is data transferred between the microprocessor(s) and the radio? DMA? And how is the radio controlled? Special registers? (Assuming this information isn't some...
by SoftwareSamurai
Wed Nov 29, 2017 4:03 pm
Forum: ESP-IDF
Topic: esp_wifi_80211_tx data rate
Replies: 2
Views: 4616

Re: esp_wifi_80211_tx data rate

by SoftwareSamurai
Fri Oct 20, 2017 2:03 pm
Forum: ESP-IDF
Topic: 802.11g Radio time to transmit
Replies: 4
Views: 6283

Re: 802.11g Radio time to transmit

Is it possible these are 802.11 frame retransmits (of either the frame you are sending or another queued frame)? My scope clearly shows all packets transmitted by the ESP32 on my desk, and I don't see any extra transmissions - only occasionally delayed ones. I'm toggling a GPIO pin every time I sen...
by SoftwareSamurai
Thu Oct 19, 2017 3:53 pm
Forum: ESP-IDF
Topic: 802.11g Radio time to transmit
Replies: 4
Views: 6283

Re: 802.11g Radio time to transmit

After a more detailed inspection, it appears that the radio time to transmit is sub-millisecond, but only when there's nothing else queued up for transmission. The large delay I was initially finding was only after several packets were queued up. I'm suspecting that there's possibly a delay between ...
by SoftwareSamurai
Wed Oct 18, 2017 6:09 pm
Forum: General Discussion
Topic: ULP global variables
Replies: 49
Views: 55201

Re: ULP global variables

cygwin (google it)
by SoftwareSamurai
Wed Oct 18, 2017 6:06 pm
Forum: General Discussion
Topic: ESP32 programming solution
Replies: 3
Views: 6816

Re: ESP32 programming solution

I would recommend using the WROOM module, not just the IC. To program WROOM modules, search eBay for "ESP32 test board" and get one. They're designed to slot in a WROOM module for programming.