Search found 6 matches

by nxt518
Thu Dec 16, 2021 3:31 pm
Forum: Hardware
Topic: ESP32-S2-SOLO-N4R2 PSRAM SPI
Replies: 0
Views: 2686

ESP32-S2-SOLO-N4R2 PSRAM SPI

We are planning to use ESP32-S2-SOLO-N4R2.
We need 2 SPI peripherals for external devices and also need the 2MB PSRAM.
Does the PSRAM block SPI2 or SPI3 like on ESP32-WROVER?
Or are SPI2 and SPI3 both free to use?
by nxt518
Mon Jan 13, 2020 7:17 am
Forum: General Discussion
Topic: Error searching specific terms on this forum
Replies: 0
Views: 1887

Error searching specific terms on this forum

Searching for "ethernet" -> Search found 419 matches: ethernet
Searching for "ipv4" -> HTTP ERROR 500
Searching for "ipv5" -> Search found 0 matches: ipv5
Searching for "ipv6" -> HTTP ERROR 500

Up to date Windows 10 with up to date Chrome
by nxt518
Tue Oct 15, 2019 8:38 am
Forum: ESP-IDF
Topic: New SPI-Ethernet-Adapter without modifying esp-idf
Replies: 7
Views: 7338

Re: New SPI-Ethernet-Adapter without modifying esp-idf

I did not find another way than using ethernetif_input and modified ethernet_low_level_output, except using modified nettestif.c.

So my ESP-IDF is modified, but the QCA7000 works reliably with tcpip_adapter.
by nxt518
Mon Sep 23, 2019 12:51 pm
Forum: ESP-IDF
Topic: New SPI-Ethernet-Adapter without modifying esp-idf
Replies: 7
Views: 7338

New SPI-Ethernet-Adapter without modifying esp-idf

Developing a QCA7000-Driver (Powerline-Adapter, similar to a SPI-Ethernet-Adapter) for the ESP32. I modified ethernet_low_level_output and ethernetif_input in ethernetif.c so that they are writing the buffers directly to/from the QCA7000. Is there a more elegant way to access the tcpip_adapter witho...
by nxt518
Tue Jun 11, 2019 6:29 am
Forum: ESP-IDF
Topic: wifi spams serial monitor
Replies: 3
Views: 5490

Re: wifi spams serial monitor

This also happens with the unmodified /examples/wifi/getting_started/softAP/

A guy over at the Chinese Espressif Forum also has this behaviour.
by nxt518
Mon Jun 03, 2019 12:26 pm
Forum: ESP-IDF
Topic: wifi spams serial monitor
Replies: 3
Views: 5490

wifi spams serial monitor

Hi, I combined /examples/wifi/getting_started/softAP/ + /examples/protocols/http_server/ Connection and http requests/replies work fine. But sometimes I get a lot of wifi messages on serial (30 per second): ... wifi: ampdu: ignore deleting tx BA0 wifi: ampdu: ignore deleting tx BA0 wifi: ampdu: igno...