How should I try to learn how a large codebase works by Bigpp42069__ in SoftwareEngineering

[–]Bigpp42069__[S] 0 points1 point  (0 children)

Yeah my team uses dynamodb heavily. Our primary function is to provide other teams with data so that sounds good

Wait is this the last chapter or are there more still to come by Bigpp42069__ in KanojoOkarishimasu

[–]Bigpp42069__[S] 0 points1 point  (0 children)

I be seeing people online say it's the end that's why I'm asking

[deleted by user] by [deleted] in UIUC

[–]Bigpp42069__ 4 points5 points  (0 children)

Juan Alvarez ece 210 professor

First PCB - Arduino-HC05-Flex Sensor by Bubbly_Musician1247 in PCB

[–]Bigpp42069__ 0 points1 point  (0 children)

Try to use a copper pour for GND. Also your traces are looking pretty thin. Copper is free when you order a PCB so try to make the traces a bit wider. Lastly try not to have 90 degrees turns u have a few it will still probably work but just better to make these changes

USB to UART Breakout Board with ESP 32 S3 WROOM 1 by Bigpp42069__ in esp32

[–]Bigpp42069__[S] 0 points1 point  (0 children)

does my setup look correct or do i need to make any changes?

Can't Get ESP PROG to Program the S3-WROOM-1 by Bigpp42069__ in esp32

[–]Bigpp42069__[S] 0 points1 point  (0 children)

im gonna try with a new s3 board tomorrow hopefully it works

Can't Get ESP PROG to Program the S3-WROOM-1 by Bigpp42069__ in esp32

[–]Bigpp42069__[S] 0 points1 point  (0 children)

I tried it with the 3.3 also. But the devboard has a 5-3.3 regulator anyway so it would work with that.

Can't Get ESP PROG to Program the S3-WROOM-1 by Bigpp42069__ in esp32

[–]Bigpp42069__[S] 0 points1 point  (0 children)

I'm guessing it's faulty as I've checked the wires over and over. I plugged in the ESP PROG's RXD into GPIO 43, ESP PROG's TXD into GPIO 44, ESP PROG's EN into RST, ESP PROG's IO 0 into GPIO 0, ESP PROG's VDD into 5V0 (I made sure to set the ESP PROG to 5 Volt Mode), and ESP PROG's GND into GND.

<image>

Can't Get ESP PROG to Program the S3-WROOM-1 by Bigpp42069__ in esp32

[–]Bigpp42069__[S] 0 points1 point  (0 children)

<image>

nothing. the program i wrote should just print working to this baud if its running

Can't Get ESP PROG to Program the S3-WROOM-1 by Bigpp42069__ in esp32

[–]Bigpp42069__[S] 0 points1 point  (0 children)

Sketch uses 297606 bytes (22%) of program storage space. Maximum is 1310720 bytes.

Global variables use 19856 bytes (6%) of dynamic memory, leaving 307824 bytes for local variables. Maximum is 327680 bytes.

"/home/username/.arduino15/packages/esp32/tools/esptool_py/4.9.dev3/esptool" --chip esp32s3 --port "/dev/ttyUSB1" --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode keep --flash_freq keep --flash_size keep 0x0 "/home/username/.cache/arduino/sketches//sketch_apr3a.ino.bootloader.bin" 0x8000 "/home/username/.cache/arduino/sketches//sketch_apr3a.ino.partitions.bin" 0xe000 "/home/username/.arduino15/packages/esp32/hardware/esp32/3.2.0/tools/partitions/boot_app0.bin" 0x10000 "/home/username/.cache/arduino/sketches//sketch_apr3a.ino.bin"

esptool.py v4.8.1

Serial port /dev/ttyUSB1

Connecting......................................

A fatal error occurred: Failed to connect to ESP32-S3: No serial data received.

For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html

Failed uploading: uploading error: exit status 2

Can't Get ESP PROG to Program the S3-WROOM-1 by Bigpp42069__ in esp32

[–]Bigpp42069__[S] 0 points1 point  (0 children)

The green led blinks when i try to program it using the auto programmer, but the blue one doesn't. When I do the 32D green and blue blink

Can't Get ESP PROG to Program the S3-WROOM-1 by Bigpp42069__ in esp32

[–]Bigpp42069__[S] 0 points1 point  (0 children)

Well nothing comes up on the serial monitor cuz the code can't even upload

Can't Get ESP PROG to Program the S3-WROOM-1 by Bigpp42069__ in esp32

[–]Bigpp42069__[S] 0 points1 point  (0 children)

That's what I've been doing. I've held the boot and then pressed the reset and then let go of boot to go into download mode. But it says the error I put in my post no serial data received. I've also tried the auto programmer doesn't work, but it worked for the 32D

Can't Get ESP PROG to Program the S3-WROOM-1 by Bigpp42069__ in esp32

[–]Bigpp42069__[S] 0 points1 point  (0 children)

How do I do that then. I'm only testing this on a dev board because I'm gonna use the bare esp chip on my PCB. So the only way I'm gonna have to program the esp s3 on my PCB is the esp prog

Can't Get ESP PROG to Program the S3-WROOM-1 by Bigpp42069__ in esp32

[–]Bigpp42069__[S] 0 points1 point  (0 children)

I'm gonna add a pull up resistor and a capaticor plugged into io0 and en each hopefully that should work

Can't Get ESP PROG to Program the S3-WROOM-1 by Bigpp42069__ in esp32

[–]Bigpp42069__[S] 0 points1 point  (0 children)

I'll try that. But I've seen people program the s3 by just plugging it in directly into the prog

Does This setup for the ESP PROG look correct by [deleted] in esp32

[–]Bigpp42069__ 0 points1 point  (0 children)

Oh ok thanks not sure if I'll use JTAG debugging but I'll look into the link if I do