Search found 2 matches

by monish
Tue Jan 08, 2019 11:33 am
Forum: General Discussion
Topic: Errors when working on SQLITE with esp32
Replies: 0
Views: 2848

Errors when working on SQLITE with esp32

Hi, I am trying to use SQLITE with esp32. I have used the following code. /* This example creates two databases on SPIFFS, inserts and retrieves data from them. */ #include <stdio.h> #include <string.h> #include <sys/unistd.h> #include <sys/stat.h> #include "esp_err.h" #include "esp_log.h" #include ...
by monish
Tue Jan 08, 2019 11:25 am
Forum: General Discussion
Topic: Interfacing of Winbond 25Q16BV flash memory with esp WROOM using esp-idf
Replies: 0
Views: 1860

Interfacing of Winbond 25Q16BV flash memory with esp WROOM using esp-idf

Hi,

Can anyone please let me know whether i can use any of the example code of esp idf examples to interface the Winbond flash memory to the esp32 module. The Winbond memory unit has the following pins: CS, CLK, D0, D1, WP and HOLD.

Thank you