Search found 22 matches

by Segmentation Fault
Thu May 14, 2020 11:19 pm
Forum: ESP-IDF
Topic: built-in es-idf functions; how to deactivate automatic serial output
Replies: 0
Views: 1925

built-in es-idf functions; how to deactivate automatic serial output

I am reproducing the WiFi station example. I have noticed that some of the esp-idf functions output to serial. esp_wifi_init(&cfg) is one of them: I (588) wifi: wifi driver task: 3ffc1a48, prio:23, stack:3584, core=0 [0;32mI (588) system_api: Base MAC address is not set, read default base MAC addres...
by Segmentation Fault
Fri May 08, 2020 1:06 am
Forum: Showcase
Topic: ESP32 TFT display library
Replies: 74
Views: 472320

Re: ESP32 TFT display library

@huybk213 Hopefully you figured it out, but for anyone else you just need to change the RGB settings; by default it uses GBR, to change to RGB in tftspi.h #define TFT_RGB_BGR 0x00 I also wanted to mention, anyone who wants to use this library with the 4.0 release branch, my fork supports this and a...
by Segmentation Fault
Thu May 07, 2020 11:59 pm
Forum: IDEs for ESP-IDF
Topic: Eclipse additional libraries
Replies: 1
Views: 4190

Eclipse additional libraries

Hi, I am building my library to include several functions I will be using in different projects. I am also planning to place nearby other libraries I will be using, for example loboris library for the Wrover kit LCD https://github.com/loboris/ESP32_TFT_library . If I put all of the libraries in a ce...
by Segmentation Fault
Thu May 07, 2020 3:43 pm
Forum: ESP32 Arduino
Topic: WROVER Dev Kit 4.1 LCD and SD Not Working
Replies: 14
Views: 20626

Re: WROVER Dev Kit 4.1 LCD and SD Not Working

Hi ESP_Me-no-dev, thank you for looking into this. Your advice on both SD and LCD on SPI absolutely makes sense, there should be different names for different SPI buses, duh!! Doing that helps, but there is still an issue. My modified code: #include <WiFiClient.h> #include <WiFi.h> #include <esp_wi...
by Segmentation Fault
Fri May 01, 2020 7:21 pm
Forum: ESP32 Arduino
Topic: WROVER and OV7670
Replies: 0
Views: 2419

WROVER and OV7670

I have looked everywhere I could, it doesn't seem that I can find a library to support my OV7670 on WROVER KIT.

Is there any suggestion?
by Segmentation Fault
Tue Apr 28, 2020 11:17 pm
Forum: ESP32 Arduino
Topic: WROVER Dev Kit 4.1 LCD and SD Not Working
Replies: 14
Views: 20626

Re: WROVER Dev Kit 4.1 LCD and SD Not Working

Hi ESP_Me-no-dev, thank you for looking into this. Your advice on both SD and LCD on SPI absolutely makes sense, there should be different names for different SPI buses, duh!! Doing that helps, but there is still an issue. My modified code: #include <WiFiClient.h> #include <WiFi.h> #include <esp_wif...
by Segmentation Fault
Tue Apr 28, 2020 5:32 pm
Forum: Hardware
Topic: New ESP32-DEVKITCVIB error when connected to PC
Replies: 1
Views: 2785

New ESP32-DEVKITCVIB error when connected to PC

I received my new ESP32 WROOM in a DEVKITCVIB a couple of days ago from mouser. I connected it to the PC and I am getting this error. ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets_main.c 371 ets Jun 8 2016 00:22:57 rst:0x10 (RTCWDT_RTC_RESET...
by Segmentation Fault
Sat Apr 25, 2020 10:35 pm
Forum: ESP32 Arduino
Topic: WROVER Dev Kit 4.1 LCD and SD Not Working
Replies: 14
Views: 20626

Re: WROVER Dev Kit 4.1 LCD and SD Not Working

Everything fine with the sd example ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x1e (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:6860 load:0x40078000,le...
by Segmentation Fault
Tue Apr 21, 2020 12:05 am
Forum: ESP32 Arduino
Topic: WROVER Dev Kit 4.1 LCD and SD Not Working
Replies: 14
Views: 20626

Re: WROVER Dev Kit 4.1 LCD and SD Not Working

IDE: Arduino IDE 1.8.12 Hardware: ESP Wrover Kit v4.1. Code: Developed from pieces from my main application for exhibition of the issue I am facing. This code has been tested and confirms the issue on my board: #include <esp_task_wdt.h> #include <WiFiClient.h> #include <WiFi.h> #include <esp_wifi.h>...
by Segmentation Fault
Mon Apr 20, 2020 7:48 am
Forum: ESP32 Arduino
Topic: WROVER Dev Kit 4.1 LCD and SD Not Working
Replies: 14
Views: 20626

Re: WROVER Dev Kit 4.1 LCD and SD Not Working

I am using Arduino IDE.

I could make a sample, would that be of help?