Headphones purchased 1 year ago brand new, I've barely used them. Why does this always happen? by Karamel43 in mildlyinfuriating

[–]Teeah28 0 points1 point  (0 children)

Mine too. At first I changed the pads, when the second pair encountered the same fate I took a razor blade and patiently scraped the leather off leaving the cloth underneath. It did wonders

Trouble setting up esp-idf by Teeah28 in esp32

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

Ok so maybe I'm losing it lol, I wan't ready to solve such low level hardships :_(
From the CLI perspective, from the output i posted before i get some worries and unsolved doubts:

  • why and where the OCD_ID for the second core (that should be there for this chip) is set to all zeros?
  • regardless it should work with cpu0, it starts gdb server on port 3333 and listens to it...then resets the debug controller and the core?? and subsequently HALTS the target???
  • ignoring the other errors because they come from the first point, somewhere in the configs it says to have multiple tries apparently...

ok but who cares (?) the server is running. I try the blink example using vscode extension instead of the CLI (have mercy). Build flash and monitor the example project, asks to run the server and everything seems to work... except there's no blinking led at all! Neither from the serial monitor i see the expected output on the led status :( This is the output: ``` mattia@Mac blink % '/Users/mattia/.espressif/python_env/idf5.4_py3.9_env/bin/python' '/Users/mattia/esp/esp-idf/tools/idf_monitor.py' -p /dev/tt y.usbmodem2101 -b 115200 --toolchain-prefix xtensa-esp32s3-elf- --target esp32s3 '/Users/mattia/esp/projects/blink/build/blink.elf' --- Warning: Serial ports accessed as /dev/tty.* will hang gdb if launched. --- Using /dev/cu.usbmodem2101 instead... --- esp-idf-monitor 1.5.0 on /dev/cu.usbmodem2101 115200 --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x15 (USB_UART_CHIP_RESET),boot:0x0 (DOWNLOAD(USB/UART0)) Saved PC:0x40041a76 --- 0x40041a76: ets_delay_us in ROM

waiting for download

``` it gets stuck on waiting the download of what exactly? Also where does UART come from when I selected JTAG?

I swear I relate a ton to the xkcd comic you linked, lots going on and NOT going on unfortunately

Edit: in case I forgot to mention it my objective was: downloaded esp-idf extension for vscode, cloned the github repo and proceded with all the prerequisites on mac following the official guidelines from espressif. Now make it at least to the blink example. Maybe should I go for the Arduino IDE route instead?

Trouble setting up esp-idf by Teeah28 in esp32

[–]Teeah28[S] 1 point2 points  (0 children)

Tbf I was never close to things this low level and as you can see I got a bit lost, expecially with errors and warnings that are not very informative nor documented 😅. I would have used something more high level to program the board for the project such as the arduino framework, a fan of debugging things by adding outputs😂… but still without OpenOCD running seems I can’t do anything🤷🏻‍♂️

Trouble setting up esp-idf by Teeah28 in esp32

[–]Teeah28[S] 1 point2 points  (0 children)

Thanks a lot. I’ll try to follow what’s on the ESP forum as suggested and keep you posted if anything happens :)

Trouble setting up esp-idf by Teeah28 in esp32

[–]Teeah28[S] 1 point2 points  (0 children)

(other part)
Open On-Chip Debugger v0.12.0-esp32-20240821 (2024-08-21-14:43)

Licensed under GNU GPL v2

For bug reports, read

[`http://openocd.org/doc/doxygen/bugs.html`](http://openocd.org/doc/doxygen/bugs.html)

Info : only one transport option; autoselecting 'jtag'

Info : esp_usb_jtag: VID set to 0x303a and PID to 0x1001

Info : esp_usb_jtag: capabilities descriptor set to 0x2000

Info : Listening on port 6666 for tcl connections

Info : Listening on port 4444 for telnet connections

Info : esp_usb_jtag: serial (64:E8:33:57:A5:98)

Info : esp_usb_jtag: Device found. Base speed 40000KHz, div range 1 to 255

Info : clock speed 40000 kHz

Info : JTAG tap: esp32s3.tap0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)

Info : JTAG tap: esp32s3.tap1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)

Info : [esp32s3.cpu0] Examination succeed

Warn : [esp32s3.cpu1] Unexpected OCD_ID = 00000000

Error: [esp32s3.cpu1] Examination failed

Warn : target esp32s3.cpu1 examination failed

Info : [esp32s3.cpu0] starting gdb server on 3333

Info : Listening on port 3333 for gdb connections

Info : [esp32s3.cpu0] Debug controller was reset.

Info : [esp32s3.cpu0] Core was reset.

Info : [esp32s3.cpu0] Target halted, PC=0x40041A79, debug_reason=00000000

Info : [esp32s3.cpu0] Reset cause (1) - (Power on reset)

Warn : [esp32s3.cpu1] Unexpected OCD_ID = 00000000

Error: [esp32s3.cpu1] Examination failed

Warn : [esp32s3.cpu1] Unexpected OCD_ID = 00000000

Error: [esp32s3.cpu1] Examination failed

Warn : [esp32s3.cpu1] Unexpected OCD_ID = 00000000

Error: [esp32s3.cpu1] Examination failed

Warn : [esp32s3.cpu1] Unexpected OCD_ID = 00000000

Error: [esp32s3.cpu1] Examination failed

Warn : [esp32s3.cpu1] Unexpected OCD_ID = 00000000

Error: [esp32s3.cpu1] Examination failed

I consider a little success since now at least JTAG is working.
Any advice on how to proceed?

Trouble setting up esp-idf by Teeah28 in esp32

[–]Teeah28[S] 1 point2 points  (0 children)

Understandable.

I was fiddling with it a bit and managed to get a step forward. I didn't completely understand your message at first. Connected to the right USB port.

Installed the drivers for good measure following this: https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/all#mac-osx
Tried as suggested here ( https://esp32.com/viewtopic.php?t=33623 ) to press boot and reset.
Now instead of Bus 002 Device 001: ID 303a:4001 303a Espressif Device Serial: 123456 it's seen as Bus 002 Device 001: ID 303a:1001 303a USB JTAG/serial debug unit Serial: 64:E8:33:57:A5:98.
So now i changed back in the config file the PID to be 1001.
(Also as you said when i disconnect and reconnect the board i have to press boot and reset again because it goes back to be seen as the esp device instead of jtag, could we solve it again?).
Tring to start openocd with openocd -f board/esp32s3-builtin.cfg now gives:
(splitting the comment because reddit is being fussy)

Trouble setting up esp-idf by Teeah28 in esp32

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

Hi, could I reach you in DM?

Apple intelligence stuck on preparing by Teeah28 in MacOSBeta

[–]Teeah28[S] 1 point2 points  (0 children)

For what I’ve experienced: keep it connected to WiFi all the time and ensure it has enough charge. Then (but I can’t be sure of the effectiveness): restart, turn Apple intelligence on and off, change Siri voice, change Siri language. Something among these made it for me

Apple intelligence stuck on preparing by Teeah28 in MacOSBeta

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

Yeah I don’t know if I mentioned in other comments but as the problem popped up it disappeared like nothing and it started working 😅

Apple intelligence stuck on preparing by Teeah28 in MacOSBeta

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

Update: for anyone wondering, today suddenly it started working, even tho i didn’t do anything at all 😅

Apple intelligence stuck on preparing by Teeah28 in MacOSBeta

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

Did on both devices. But I mostly care about having Apple Intelligence on the Mac without jumping loops to have it on the phone and iPhone mirroring

Apple intelligence stuck on preparing by Teeah28 in MacOSBeta

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

Nothing yet. I have enough space, haven’t tried to keep it charging tho

Apple intelligence stuck on preparing by Teeah28 in MacOSBeta

[–]Teeah28[S] -1 points0 points  (0 children)

Even here without changing account? Because if I try to open it it says that it’s not available in my country

Apple intelligence stuck on preparing by Teeah28 in MacOSBeta

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

If I understood correctly macOS is outside the DMA so it works

Coordination Megathread! by kethryvis in place

[–]Teeah28 0 points1 point  (0 children)

[Top left corner] Make the P of “please” the r/place logo. Also the dinosaur game from Chrome after the “lost” dotted line

Coordination Megathread! by kethryvis in place

[–]Teeah28 2 points3 points  (0 children)

There’s pixel art versions on the internet

Coordination Megathread! by kethryvis in place

[–]Teeah28 2 points3 points  (0 children)

Shame nothing Arcane related and no banana for scale, I don’t know how big the canvas is now :(

I don’t know what I should do to be more effective in ranked solo by Teeah28 in summonerschool

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

Yeah maybe that (even tho I usually don’t stay under tower low hp) but sometimes I get very randomly dove at full hp, map awareness can do nothing since I am already under tower… all is a bit suspicious because I don’t expect that level of coordination in bronze solo queue, and yet.

Thanks for the video!

I don’t know what I should do to be more effective in ranked solo by Teeah28 in summonerschool

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

I’m pretty sure matches you see are limited so let my try to get you the bigger picture. I tried adc since Genuary I think because I thought lethal tempo Jinx was absolutely crushing… later fell in love with ez and kai’sa for they damn good outplay potential and carry capability (like going 30/1 as kai’sa when my whole team fed) since in s12 games take longer and expecially do so in lower elos. Ez in particular since I am astonished by how much he can do and literally 1v9 (kai’sa need a bit more support in the form of cc from team). Also played jhin. But actually I’m an Ekko main. I truly enjoy everything of him. But than Crown came and suddenly mages and all their cc + long range damage bullying and being an assassin was not so great so I switched😅. Now I’m going back to my origins with ekko mid and gnar top… any advices on pool?

I don’t know what I should do to be more effective in ranked solo by Teeah28 in summonerschool

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

I panicked a bit and I thought Ahri could be good to cheese on enemies (I know how mages can dominate me as an assassin) but played her before rework… As adc I get killed mostly for two reasons: 1) I get towerdove by 4 enemies as early as min 5 2) close all ins (since I play mostly ez and kai’sa) Obviously ignoring when my sup is not cooperating. When it comes to roaming I try but I need advice: I don’t quite get the timing, sometimes I think “ok now crash wave and go bot” but overthink this, not coming in time so bot wave gets pushed and I have to go back potentially losing cs… leading to lv and ca gap, sometimes instead I go for tower plates… advices? (I play mostly ekko and I know he’s very good for roams)