Search found 12 matches

by Douglas-EDM
Wed Jun 28, 2023 7:06 am
Forum: Hardware
Topic: Can not program ESP-S3 with Flash Download Tool
Replies: 5
Views: 3412

Re: Can not program ESP-S3 with Flash Download Tool

This worked, setting the bootloader to address 0x00.
Thank you
by Douglas-EDM
Fri Jun 23, 2023 11:21 am
Forum: Hardware
Topic: Can not program ESP-S3 with Flash Download Tool
Replies: 5
Views: 3412

Re: Can not program ESP-S3 with Flash Download Tool

I tested it with a board with the firmware already loaded through my IDE.
After I upload using flash tool the code doesn't start up.
Are my addresses maybe wrong?
by Douglas-EDM
Thu Jun 22, 2023 8:23 am
Forum: Hardware
Topic: Can not program ESP-S3 with Flash Download Tool
Replies: 5
Views: 3412

Can not program ESP-S3 with Flash Download Tool

Good day, I'm trying to download the bin file to an ESP32-S3 on a custom PCB using Flash Download tool v3.9.5 and an ESP-prog, but it does not work. I am able to upload and run my firmware using Platform,io. Screenshot 2023-06-22 101858.png Screenshot 2023-06-22 101945.png Any suggestions on how to ...
by Douglas-EDM
Thu May 04, 2023 4:58 am
Forum: Hardware
Topic: ESP32-S3: GPIO0 pull-down Issue
Replies: 5
Views: 4468

Re: ESP32-S3: GPIO0 pull-down Issue

I just moved pins around and kept GPIO0 for the programming only.
by Douglas-EDM
Wed Apr 19, 2023 12:48 pm
Forum: Hardware
Topic: ESP32-S3-WROOM-1-N8 Progamming
Replies: 1
Views: 875

ESP32-S3-WROOM-1-N8 Progamming

I'm trying to program the ESP32-S3-WROOM-1-N8, using Visual Code, Platform Io and the ESP-PROG. The following is my setup in platformio.ini: [env:esp32-s3-devkitc-1] platform = espressif32 board = esp32-s3-devkitc-1 framework = arduino debug_tool = esp-prog debug_init_break = tbreak setup I've follo...
by Douglas-EDM
Wed Sep 28, 2022 10:06 am
Forum: General Discussion
Topic: ESP32-S3 Bluetooth Image transfer
Replies: 0
Views: 1425

ESP32-S3 Bluetooth Image transfer

Good day, We're currently using the ESP32-S3 to receive an image to display. We've set up the ESP32 as a server and receive data from an Android app based on the BLE_UART example in Arduino IDE. The image is about 300kb and it takes a few minutes to transfer all of the data. Is there a better way to...
by Douglas-EDM
Mon Jun 06, 2022 6:39 am
Forum: Hardware
Topic: ESP-S3 Uart
Replies: 6
Views: 4672

Re: ESP-S3 Uart

Thank you,

We have moved the pins and it worked, we just wondered why that specific pins didn't work as it should.
by Douglas-EDM
Thu Jun 02, 2022 6:27 am
Forum: Hardware
Topic: ESP-S3 Uart
Replies: 6
Views: 4672

Re: ESP-S3 Uart

We are using pin 43 and 44, the two marked for U0RXD and U0TXD. They are also marked TX and RX on the dev kit.
by Douglas-EDM
Wed Jun 01, 2022 9:33 am
Forum: Hardware
Topic: ESP-S3 Uart
Replies: 6
Views: 4672

Re: ESP-S3 Uart

Hi, I apologize for the unclear schematics. The IC on the right is the SIM7600. The SIM7600's UART is 1.8V. For the TX of the sim7600 to the RX of the ESP we used the voltage level shifter as per the SIM7600 datasheet: lvl shift.png The problem is that the low bits to the ESP only pulls down to 2.8V...
by Douglas-EDM
Tue May 31, 2022 1:25 pm
Forum: Hardware
Topic: ESP-S3 Uart
Replies: 6
Views: 4672

ESP-S3 Uart

Hi, I'm using the We are using a ESP32-S3-DEVKITC-1-N8 with the uart connected to a SIM7600E. uart.png I can see the TX from the ESP on the RXD of the SIM7600, but we see a signal on the ESP RX as follow: uart.png The min is 2.84V. I'm using Arduino IDE 1.8.19 with the following code for sending an ...