Comments on: TTGO T-Journal ESP32 Camera: Built-in Programmer, OLED, Antenna and Project Examples https://randomnerdtutorials.com/ttgo-t-journal-esp32-camera-getting-started/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sat, 16 Jul 2022 17:59:13 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Dan https://randomnerdtutorials.com/ttgo-t-journal-esp32-camera-getting-started/#comment-769436 Sat, 16 Jul 2022 17:59:13 +0000 https://randomnerdtutorials.com/?p=92734#comment-769436 In reply to Sara Santos.

Sara,,
Thank you for your reply. Since I wrote the comment, I was able to successfully upload the sketch. I used the TTGO T1 board. I have a number of ports available:
Serial ports
/dev/cu.BLTH
/dev/cu.Bluetooth-Incoming-Port
/dev/cu.URT1
/dev/cu.usbmodem53190187981
/dev/cu.usbserial-143420
/dev/cu.wchusbserial143420
/dev/cu.wchusbserial53190187981
and it only worked with the last one.

]]>
By: Sara Santos https://randomnerdtutorials.com/ttgo-t-journal-esp32-camera-getting-started/#comment-769423 Sat, 16 Jul 2022 17:17:48 +0000 https://randomnerdtutorials.com/?p=92734#comment-769423 In reply to Dan.

Hi.
What board did you select in Tools > Board?
Regards,
Sara

]]>
By: Dan https://randomnerdtutorials.com/ttgo-t-journal-esp32-camera-getting-started/#comment-769058 Fri, 15 Jul 2022 01:15:11 +0000 https://randomnerdtutorials.com/?p=92734#comment-769058 I received a LILYGO® TTGO T-Journal ESP32 Camera Module Development Board today. I went through your excellent guide but when I try to upload the TTGO-T-Journal example from above, I get the following error:

ext section exceeds available space in board
Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it.
Error compiling for board TTGO T1

Any suggestions?

]]>
By: Gary Clarke https://randomnerdtutorials.com/ttgo-t-journal-esp32-camera-getting-started/#comment-694734 Sat, 06 Nov 2021 15:24:31 +0000 https://randomnerdtutorials.com/?p=92734#comment-694734 My t-journal is working but after uploading the code it cn’t connect with the camera :

E (185) psram: PSRAM ID read error: 0xffffffff
E (328) cam_hal: cam_dma_config(280): frame buffer malloc failed
E (328) cam_hal: cam_config(364): cam_dma_config failed
E (329) camera: Camera config failed with error 0xffffffff
Camera init failed with error 0xffffffff

I’m wondering why it’s probing psram when there is none, i commented out the section of code referencing the PSRAM but still no detection of camera.

]]>
By: Sara Santos https://randomnerdtutorials.com/ttgo-t-journal-esp32-camera-getting-started/#comment-693971 Thu, 04 Nov 2021 17:52:46 +0000 https://randomnerdtutorials.com/?p=92734#comment-693971 In reply to Markus.

Hi.
Yes, the ESP32 chip comes with Wi-Fi and Bluetooth.
Regards,
Sara

]]>
By: Markus https://randomnerdtutorials.com/ttgo-t-journal-esp32-camera-getting-started/#comment-693953 Thu, 04 Nov 2021 16:34:04 +0000 https://randomnerdtutorials.com/?p=92734#comment-693953 Hi everybody,

excellent tutorial, i managed to setup a working camera webserver basically without any experience with ESP32. Now i would like to try out some additional things…

So maybe you know if this Board also comes with Bluetooth? I looked at the specs, also on the Suppliers website, but it does not list Bluetooth. The specs do not list Wifi either, so perhaps its clear to most experienced people that Wifi and (hopefully) Bluetooth is standard here?

Thanks & best regards,
Markus

]]>
By: Sara Santos https://randomnerdtutorials.com/ttgo-t-journal-esp32-camera-getting-started/#comment-672959 Fri, 24 Sep 2021 21:53:30 +0000 https://randomnerdtutorials.com/?p=92734#comment-672959 In reply to Gary.

Hi Gary.
I’m not really sure that I understand your issue.
Since you are one of our customers, can you please post your issue in our forum?
Here’s the link: https://rntlab.com/forum/
It’s easier for me to follow the issues there. I always give priority to our customers.
Regards,
Sara

]]>
By: Gary https://randomnerdtutorials.com/ttgo-t-journal-esp32-camera-getting-started/#comment-672938 Fri, 24 Sep 2021 20:53:37 +0000 https://randomnerdtutorials.com/?p=92734#comment-672938 Thanks for the reply and suggestion however they seem to be directed to boards with PSRAM which the TTGO Journal doesn’t have. I have been able to get the original https://github.com/LilyGO/ESP32-Camera/blob/master/examples/ESP32_SoftAP_Cam/ESP32_SoftAP_Cam.ino to assemble and get work by substituting the ADAFRUIT SSD1306 library and code. So I know the board is still working. So it seem there must be something different in the difference in libraries.
By switching to the ESP32-PICO-D4 which the TTGO has the line ” E (530) psram: PSRAM ID read error: 0xffffffff” no longer appears, but Board: “ESP32 Wrover Module” is what is called for in the article. So I am wondering if there is some other parameter still missing from the newer library for this board. I have purchased the ESP Camera book and ESP Python books and looking forward to moving past this very annoying issue. The Adafruit SSD1306 demo does work.

]]>
By: Sara Santos https://randomnerdtutorials.com/ttgo-t-journal-esp32-camera-getting-started/#comment-666360 Fri, 03 Sep 2021 10:15:49 +0000 https://randomnerdtutorials.com/?p=92734#comment-666360 In reply to Gary Johney.

Hi.
Take a look at this discussion and see if it helps: https://github.com/espressif/esp-idf/issues/6288
Regards,
Sara

]]>
By: Gary Johney https://randomnerdtutorials.com/ttgo-t-journal-esp32-camera-getting-started/#comment-666240 Fri, 03 Sep 2021 02:29:18 +0000 https://randomnerdtutorials.com/?p=92734#comment-666240 TTGO Journal just arrived and I am trying to run the CameraWebServer example
on Arduino 1.8.14, I selected Partition Scheme “Huge App (3MB No OTH/1M SPIFFS)”
It loads but seems to halt with the following message. I wasn’t expecting it to be looking for PSRAM as it is a TTBO Journal board.

22:18:06.584 -> E (530) psram: PSRAM ID read error: 0xffffffff
22:18:06.584 ->
22:18:06.750 -> E (672) cam_hal: cam_dma_config(271): frame buffer malloc failed
22:18:06.750 -> E (672) cam_hal: cam_config(355): cam_dma_config failed
22:18:06.750 -> E (673) camera: Camera config failed with error 0xffffffff
22:18:06.750 -> Camera init failed with error 0xffffffffGuru Meditation Error:

]]>