Search found 7 matches

by pacoandres
Mon Jun 05, 2023 6:58 am
Forum: ESP-IDF
Topic: SD card examples weird results.
Replies: 2
Views: 1362

Re: SD card examples weird results.

Thanks for the answer. I've been doing tests with SDMMC (4 bits) using Arduino and it works perfectly That's what I'm saying. Using Arduino the example works (not at all speeds but at the highest ones does), the problem is that doesn't work using ESP-IDF. The ESP-IDF example only works in 1 bit mode.
by pacoandres
Sat May 27, 2023 8:24 am
Forum: ESP-IDF
Topic: SD card examples weird results.
Replies: 2
Views: 1362

SD card examples weird results.

I'm doing some experiments for a project in which I need a SDCard for storage, and by now the results are weird and I can't find why. Using ESP-IDF (v5.0.1): 4 bit interface: does not work at any bus speed. Always get CRC error at SDCard init: sdmmc_init_sd_ssr: sdmmc_send_cmd returned 0x109 1 bit i...
by pacoandres
Fri Feb 28, 2020 7:27 pm
Forum: Hardware
Topic: QTc66
Replies: 0
Views: 2584

QTc66

I'm not sure if this is the subforum where I've to post it. The thing is that I was developing an ESP32 project that had some power and current restrictions, so I bought an USB power meter with a micro USB data interface. But the manufacturer's software doesn't work in Linux and doesn't work very we...
by pacoandres
Mon Nov 25, 2019 8:01 am
Forum: ESP-IDF
Topic: python 3.8 build error
Replies: 1
Views: 2483

Re: python 3.8 build error

I've solved it with the following steps:
  1. Execute the install.sh script in esp home directory
  2. Delete (or rename) the old python env directory
  3. fullclean the project and rebuild it
by pacoandres
Sun Nov 24, 2019 7:47 am
Forum: ESP32 Arduino
Topic: raw lwip socket very slow
Replies: 2
Views: 3972

Re: raw lwip socket very slow

This is not a solution, only a workaround.

Using UDP sockets I can get those speeds. But now I don't know if the packet arrives or not.
by pacoandres
Sun Nov 24, 2019 7:07 am
Forum: ESP-IDF
Topic: python 3.8 build error
Replies: 1
Views: 2483

python 3.8 build error

Hello. I'm using the idf on an arch linux computer, and I've installed the python 3.8 update yesterday. Now the idf can't build projects, it throws an error where generating esp32.project.ld. The error is: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object file: No...
by pacoandres
Fri Sep 20, 2019 2:27 pm
Forum: ESP32 Arduino
Topic: raw lwip socket very slow
Replies: 2
Views: 3972

raw lwip socket very slow

I'm working on a project with an esp32-cam that sends images through lwip sockets The problem is that sending is very slow. I've measured the time that the send function takes for the image buffer obtaining an average bandwidth of 400kb/s. I've tried to modify some of the socket options, send buffer...