Search found 27 matches

by ats3788
Tue Oct 09, 2018 2:10 am
Forum: General Discussion
Topic: Arduino Code for the ESP-WROVER-KIT
Replies: 1
Views: 4930

Arduino Code for the ESP-WROVER-KIT

Hello Fans of the ESP32
I bought the GC-ESP-WROVER-KIT but I can't find any code for the Arduino IDE
especially a driver for the mounted LCD Display
by ats3788
Fri Jul 13, 2018 1:32 pm
Forum: General Discussion
Topic: Odd I2C syntoms (Mr. Kolban please have a look)
Replies: 3
Views: 5349

Re: Odd I2C syntoms (Mr. Kolban please have a look) (solved)

I solved my Problem. First I checked the Connection with my Logic Analyser, without Success. Then I checked every Line and wrote me a SCCB Scanner wit the sccb.h Libs and I figured out you need the 10 MHz Clock so that the OV7670 SCCB Interface works. Then I used Pin 11 for the Reset Line but GPIO11...
by ats3788
Thu Jul 12, 2018 10:40 am
Forum: General Discussion
Topic: Odd I2C syntoms (Mr. Kolban please have a look)
Replies: 3
Views: 5349

Re: Odd I2C syntoms (Mr. Kolban please have a look)

Thank you Mr. Koban you are a smart Guy I bought your ESP8266 and ESP32 book and I read that you had questions to Ivan Grokhotkov.
I have to Program a simple SCCB Scanner so I can trace the hole thing. I wish you all the good things in live. Thank you

Mr. Koban
by ats3788
Wed Jul 11, 2018 4:33 pm
Forum: General Discussion
Topic: Odd I2C syntoms (Mr. Kolban please have a look)
Replies: 3
Views: 5349

Odd I2C syntoms (Mr. Kolban please have a look)

Hello I have a Odd Problem with the SCCB Interface of a OV7670 Camera Modul I can read The Register if I do this in a loop but it is not working if i try it directly See code I use the SCCB Library from the RTOS Project https://github.com/igrr/esp32-cam-demo/blob/master/components/camera/sccb.c and ...
by ats3788
Sat Jun 30, 2018 8:06 am
Forum: General Discussion
Topic: Can I use ESP_LOGV for Arduino IDE
Replies: 4
Views: 8107

Re: Can I use ESP_LOGV for Arduino IDE

Thanks a lot I use vMicro for Arduino so I was confused :D :D
by ats3788
Fri Jun 29, 2018 1:16 pm
Forum: General Discussion
Topic: Can I use ESP_LOGV for Arduino IDE
Replies: 4
Views: 8107

Re: Can I use ESP_LOGV for Arduino IDE

What do you mean with "Tools->log level"
I did

esp_log_level_set("wifi", ESP_LOG_WARN);
esp_log_level_set("gpio", ESP_LOG_WARN);
by ats3788
Thu Jun 28, 2018 2:19 pm
Forum: General Discussion
Topic: Can I use ESP_LOGV for Arduino IDE
Replies: 4
Views: 8107

Can I use ESP_LOGV for Arduino IDE

Hello I try to use the following Logs with the arduino IDE, it compiles fine , but with no output. #define ESP_LOGE(tag, ...) log_e(__VA_ARGS__) #define ESP_LOGW(tag, ...) log_w(__VA_ARGS__) #define ESP_LOGI(tag, ...) log_i(__VA_ARGS__) #define ESP_LOGD(tag, ...) log_d(__VA_ARGS__) #define ESP_LOGV(...
by ats3788
Tue Jun 19, 2018 5:18 am
Forum: Sample Code
Topic: Arduino Code for Camera OV7725
Replies: 3
Views: 10596

Re: Arduino Code for Camera OV7725

Thank you Kolban,
but this Code is not for the OV7725, its for the OV7670 I tried this code and the ESP32 crashes
camera = new OV7670(OV7670::Mode::QQVGA_RGB565, SIOD, SIOC, VSYNC, HREF, XCLK, PCLK, D0, D1, D2, D3, D4, D5, D6, D7);

right here.
by ats3788
Mon Jun 18, 2018 5:48 am
Forum: Sample Code
Topic: Arduino Code for Camera OV7725
Replies: 3
Views: 10596

Arduino Code for Camera OV7725

Hi I need a Sketch for a ESP32 and the Arduino IDE.
by ats3788
Tue Jun 05, 2018 3:28 pm
Forum: General Discussion
Topic: What is the right JTAG Debugger for the ESP32
Replies: 5
Views: 11003

Re: What is the right JTAG Debugger for the ESP32

Thank you for your answers Mr. Kolban you are doing a great Job with RTOS I bought your book, but I just do Stuff with the Arduino Environment. I don't get it with RTOS.