Hello to ALL,
Stop surging for trouble with micro SD card sheeld.
This post realy solved my problem.
NOT POSSIBLE TO initialize.
After desoldering and place the link it works like a charm.
Thanks.
Regards,
ilioSS
Search found 17 matches
- Thu Jun 18, 2020 6:45 pm
- Forum: ESP32 Arduino
- Topic: ESP32 - Can't connect to microSD card
- Replies: 3
- Views: 6173
- Fri May 01, 2020 1:27 pm
- Forum: ESP32 Arduino
- Topic: WROVER Dev Kit 4.1 LCD and SD Not Working
- Replies: 14
- Views: 24053
Re: WROVER Dev Kit 4.1 LCD and SD Not Working
Hello ESP_Me_no_dev, After two day,s of wrestling with my TFT display and various pinout sugestions and all I was able to find on the internet I must admit no succes. At the moment I have a working set-up so realy the motivation to solve the problem is not there howe // *************** AsyncWebserve...
- Mon Apr 27, 2020 3:39 pm
- Forum: ESP32 Arduino
- Topic: WROVER Dev Kit 4.1 LCD and SD Not Working
- Replies: 14
- Views: 24053
Re: WROVER Dev Kit 4.1 LCD and SD Not Working
Hello ESP_Me-no-dev
Many thanks for your helpfull reply.
I will test your notes.
I will revert .
Kind regards,
ilioSS
Many thanks for your helpfull reply.
I will test your notes.
I will revert .
Kind regards,
ilioSS
- Sat Apr 25, 2020 8:46 am
- Forum: ESP32 Arduino
- Topic: 1.8TFT SPI 128x160 module SD-card and Display will not work together
- Replies: 1
- Views: 5457
Re: 1.8TFT SPI 128x160 module SD-card and Display will not work together
Hi all, After some time to spent to solve this problem I found the solution in using he library from adafruit. I found this in the Rui Santos TFT tutorial. In fact I do not know why it didn,t work with the former libraries. :? But at last I have a working project to read display and log the weather ...
- Wed Apr 22, 2020 12:50 pm
- Forum: ESP32 Arduino
- Topic: WROVER Dev Kit 4.1 LCD and SD Not Working
- Replies: 14
- Views: 24053
Re: WROVER Dev Kit 4.1 LCD and SD Not Working
Hello ESP_Roland, I read your topic concerning the SD and display issue on a Wrover board. I also have this kind of problems using a ESP-wroom-32 board from doit dev.kit v1. Same conditions arduino ide when testing the SD apart its ok. testing the TFT apart also ok. Using both in one script display ...
- Tue Apr 21, 2020 10:53 am
- Forum: ESP-IDF
- Topic: Python requirements are not satisfied at "make menuconfig"
- Replies: 5
- Views: 8076
Re: Python requirements are not satisfied at "make menuconfig"
Hello Hasan Shadi and ESP_Roland,
First of al sorry for the mixed up you two guy,s.
But finaly I managed to have the ESP-IDF working due to Rolands link.
Many thanks.
Keep up the good work.
Regards, ilioSS
First of al sorry for the mixed up you two guy,s.
But finaly I managed to have the ESP-IDF working due to Rolands link.
Many thanks.
Keep up the good work.
Regards, ilioSS
- Sun Apr 19, 2020 9:08 am
- Forum: ESP32 Arduino
- Topic: 1.8TFT SPI 128x160 module SD-card and Display will not work together
- Replies: 1
- Views: 5457
1.8TFT SPI 128x160 module SD-card and Display will not work together
Hello, In my project logging data from BME-280 and DS18B20 I found problems with the SD card and the TFT display. ESP32 wroom32 dev.kit v1 DOIT wonderfull. BME-280 and DS18B20 sensors. Combined SD and TFT module 1.8 TFT SPI 128x160 with Async webserver,OTA,SPIFFS The display works fine with OliKraus...
- Tue Apr 07, 2020 6:06 pm
- Forum: ESP32 Arduino
- Topic: SD filename as date?
- Replies: 11
- Views: 15191
Re: SD filename as date?
Hello pipi61 I just tested the filename inlcuding the / slash and IT WORKS. I,am realy exited. See my program snippets; [code// Write the sensor readings on the SD card void logSDCard() { dataPath = String(dayStamp); String dataPatha = "/"+ dataPath + ".csv"; String path = dataPatha; dataMessage = S...
- Tue Apr 07, 2020 2:44 pm
- Forum: ESP32 Arduino
- Topic: SD filename as date?
- Replies: 11
- Views: 15191
Re: SD filename as date?
Hi pipi61,
I will test with slash as root.
Will come back with result.
Regards ilioSS
I will test with slash as root.
Will come back with result.
Regards ilioSS
- Tue Apr 07, 2020 10:44 am
- Forum: ESP-IDF
- Topic: Python requirements are not satisfied at "make menuconfig"
- Replies: 5
- Views: 8076
Re: Python requirements are not satisfied at "make menuconfig"
Hello ESP_Roland, I have the same problem when installing esp idf. On both my computers one desktop and one laptop. Is your problem solved? Here on both computers arduino esp installed??? Gives this the problem? For arduino python 2.7 is mandatory. Like to hear what to do to be able to succesfully i...