Search found 4 matches

by Arthedian
Thu Oct 31, 2019 7:31 pm
Forum: ESP-IDF
Topic: Unit tests for main app
Replies: 3
Views: 3540

Unit tests for main app

Hello,

I am using ESP32 with esp-idf. I found out, that there is possible to add unit tests for components. Is it possible to add unit tests for the main app?
by Arthedian
Tue Apr 09, 2019 2:12 pm
Forum: ESP-IDF
Topic: spiffs maximum number of files
Replies: 0
Views: 2443

spiffs maximum number of files

Hello,
I want to use spiffs as a filesystem. What is maximum number of files? I know, that maximum file name is 32.
by Arthedian
Wed Aug 15, 2018 10:28 am
Forum: ESP-IDF
Topic: ESP32 and ENC28J60 - connect to lwip stack
Replies: 0
Views: 2794

ESP32 and ENC28J60 - connect to lwip stack

Hello,
I am trying to conect ESP32 and ENC28J60. I already found two functions (in "tcpip_adapter.h") - "tcpip_adapter_eth_start" and "tcpip_adapter_eth_input". But the problem is that I didnt found function, from which I get output packet, which I need send to ENC28J60. How should I get the packet?
by Arthedian
Fri Mar 23, 2018 1:17 pm
Forum: ESP-IDF
Topic: ESP32 connects to FTP server
Replies: 12
Views: 28246

ESP32 connects to FTP server

Hello,
I am using current version of espidf. Is there any option how to connect to my ftp server and create file there?