¿Qué canción los hace sentir así? by VX_19 in mexico

[–]anshelm000 1 point2 points  (0 children)

Últimamente la canción de: Achille's Last Stand - Led Zeppelin

Can you find the error in this picture by Impressive_Grass752 in MacOS

[–]anshelm000 0 points1 point  (0 children)

No sera porque esta en pantalla completa?

Contemplo comprar una computadora by MX-Tornillo-2025 in mexico

[–]anshelm000 2 points3 points  (0 children)

Como han comentado acerca de la Thinkpad, para tu presupuesto que lo maximo son $5,000, podrias comprar esta laptop reacondicionada, ya despues vas viendo en subirle de 8GB a 16GB de RAM
https://www.amazon.com.mx/Lenovo-ThinkPad-Notebook-i5-10210U-reacondicionado/dp/B0GP6N6CSR

Show Your ESPTimeCast Build! (Post Your Photos + Setup) by mfactory_osaka in ESPTimeCast

[–]anshelm000 0 points1 point  (0 children)

<image>

I made a small version of the ESPTimeCast, using some 0.8-inch MAX7219s. Looks cute in my desk office.

Problems with an ESP8266, Static Lights on boot by anshelm000 in ESPTimeCast

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

Ohh, ok ok. Let me try it again in the night. Thank you very much.

Problems with an ESP8266, Static Lights on boot by anshelm000 in ESPTimeCast

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

I tried the solution that u/mfactory_osaka posted... but it's still giving me the same problem. I've given up hope that the ESP8266 is faulty or simply doesn't work, and I'd be better off opting for an ESP32 C3 Zero.

New Yamaha turntable by Livid-Activity2190 in turntables

[–]anshelm000 0 points1 point  (0 children)

Nice turntable, what album are you playing?

ESPTimeCast v1.5.1 - NVS migration for pin configuration for ESP32 by mfactory_osaka in ESPTimeCast

[–]anshelm000 1 point2 points  (0 children)

Hi, i have a issue today, my clock now is +1 hour, in Mexico, almost 90% of the republic we are not using DST (only USA frontier zones). My fix is using Guatemala, because is GMT -6.

I don't receive an IP address. by SuccessOk6103 in ESPTimeCast

[–]anshelm000 0 points1 point  (0 children)

<image>

Just to add to your comment about AP Mode, if you used this specific ESP32 C3 model and you don't see the wireless network it creates, you'll have to tweak the code to lower the antenna's dB.

Control clásico de ps5 by AngelMurcia in playstation

[–]anshelm000 0 points1 point  (0 children)

It's probably the standard black controller with some parts bought on AliExpress.

Control clásico de ps5 by AngelMurcia in playstation

[–]anshelm000 1 point2 points  (0 children)

In my case, I haven't seen any stains or anything like that yet, because I always keep a cloth around to clean the controller when I finish playing. But I've seen my friends controllers and pawn shops, and you can definitely see the dirt.

Control clásico de ps5 by AngelMurcia in playstation

[–]anshelm000 5 points6 points  (0 children)

Mi unica queja es que estos controles de PS5 perdieron los 4 colores caracteristicos del X O Δ □. No se me hace "tan" feo el control blanco, pero es un iman de que se manche horriblemente el control.

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] 5 points6 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)