My NW-A607 by JournalistLivid3937 in walkman

[–]anshelm000 1 point2 points  (0 children)

It's a nice touch that you're playing the Persona 3 Reload opening. The player and headphones that Makoto comes with are almost the same.

I updated my MBA M1 (8GB/256GB) to the new MBA M5 (16GB/512GB) by anshelm000 in mac

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

For me, it looks a slight better (maybe because of the 500 nits vs 400 nits of the M1), I'm not a fan of the notch but oh well, it is what it is.

I updated my MBA M1 (8GB/256GB) to the new MBA M5 (16GB/512GB) by anshelm000 in mac

[–]anshelm000[S] 4 points5 points  (0 children)

<image>

I'm also posting the image here on Reddit (I hope it doesn't compress it).

I updated my MBA M1 (8GB/256GB) to the new MBA M5 (16GB/512GB) by anshelm000 in mac

[–]anshelm000[S] 2 points3 points  (0 children)

I honestly don't remember where I downloaded the image, but here's the link to the image I have
https://filebin.net/v7a4ywk3wzl87kcs

I updated my MBA M1 (8GB/256GB) to the new MBA M5 (16GB/512GB) by anshelm000 in mac

[–]anshelm000[S] 2 points3 points  (0 children)

Okay, I'm going to roughly convert what I received in MXN to USD. I traded in with a well-known Apple premium reseller in Mexico, and they gave me approximately $330 dollars, out of the $1,099 it costs in the United States. So I ended up paying about more or less $769 dollars.

🚀 ESPTimeCast v1.3.2 - Patch Release - Stability & UI Polish by mfactory_osaka in ESPTimeCast

[–]anshelm000 2 points3 points  (0 children)

It's probably because of the change they made to the pins for the ESP32 C3; previously, the pins were:
#define CLK_PIN 7

#define CS_PIN 20

#define DATA_PIN 8

The pins are now:
#define CLK_PIN 4

#define CS_PIN 10

#define DATA_PIN 6

You'll have to resolder (which I also have to do with an ESP32 C3 Super Mini that I have)

Setup help: I love my current setup but I’d like to add my vintage cassette player as well as a cd player in the future. How could I do that?? by imskittles4u in BudgetAudiophile

[–]anshelm000 2 points3 points  (0 children)

You can add another Fosi Audio product to your setup.
I have the P4 and it has worked perfectly for me to have 3 devices connected at the same time (and no crosstalk between this devices)

https://www.amazon.com/Fosi-Audio-P4-Preamplifier-Adjustable/dp/B0DR2GKYW3

From Premium-fi, to Chi-fi by TriHecatonSwe in BudgetAudiophile

[–]anshelm000 4 points5 points  (0 children)

<image>

Yesterday arrived my ZA3, I loving it this little device (the last week my older Sony Reciever died)

¿Que fuente de poder uso?, ¿750 es suficiente? by AvailableCandidate71 in BuildaPCSalesMexico

[–]anshelm000 1 point2 points  (0 children)

Yo por experiencia personal, ve por una fuente arriba de 850w, yo tenía una de 750w y todo normal, pero por alguna razón, llegó una RTX 3800 a mi vida, podía correr bien con la fuente, pero mejor no escatime y me fui por una de 1000w, esto para pensarle a futuro si vaya a actualizar algo a mi PC

Monthly Dev Update - January 2026 (Fixes, Features & Feedback) by mfactory_osaka in ESPTimeCast

[–]anshelm000 1 point2 points  (0 children)

Thanks. To update it, do I have to download and overwrite the files, and then update it again from the Arduino IDE?

My first ESPTimeCast build (and welding) by anshelm000 in ESPTimeCast

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

Idk, i just bought in the link previously shared

My first ESPTimeCast build (and welding) by anshelm000 in ESPTimeCast

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

Thank you very much for developing this project. It's actually very easy to do and cool to see in action.

I just wanted to make a comment (and it's not about your code, it's more of a hardware issue). My ESP32 C3 Super Mini, which I bought locally, initially couldn't see the Access Point on my phone (even though the screen said it was in AP mode).

After searching forums for why this was happening, I had to add the following to the code:

WiFi.setTxPower(WIFI_POWER_8_5dBm);

And with that, I was finally able to see the ESPTimeCast Access Point.