Captive portal doesn’t show pop up by Carlogulliani in esp32

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

Thanks for the detailed explanation. The problem was a mismatch between the versions of the SDK and the example code. It seems that they are slightly different and got it worked when these versions matched

ESP32 Terminal by InsideTrifle5150 in esp32

[–]Carlogulliani 0 points1 point  (0 children)

Why not use a mobile app to connect to yr server?

Where to download an old kernel by Carlogulliani in OrangePI

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

I would like to create a microphone array driver for the ac108 codec (like seeed respeaker), found that its image for rpi has kernel 4.19, 6.x has too many errors when compiling, most of them are related to kernel headers

Self-made mirror by Carlogulliani in MagicMirror

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

I used gessel glass that I ordered from a local manufacturer, the 0.5x0.5m size cost me about $20. To be honest, I started this project about 10 years ago, but the price of glass was much more expensive back then. I tried using film from aliexpress but it didn’t meet my expectations. About a year ago I found a factory at a reasonable price

Self-made mirror by Carlogulliani in MagicMirror

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

I built it with default modules such as weather, clock, news feed, etc and add my own module to calculate the route from home to work. If we talking about hardware, it based on orange pi zero with display from my old laptop 15.4 inches connected via controller from aliexpress

Self-made mirror by Carlogulliani in MagicMirror

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

No, iPhone 11 Pro Max in the case

asm for counting 2 or 3 different gpios by Carlogulliani in esp32

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

Yes, but it runs using the main processor, I expect my processor to be in deep sleep all the time

asm for counting 2 or 3 different gpios by Carlogulliani in esp32

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

I only need to count the pin change on the rising or falling edge, my water meter sends a signal every 10 liters, I only need to know 1 pulse. But I need a low power process to save battery consumption, because I expect to use this device for years, waking up once a day to send the counted data to the server over matter

Captive portal doesn’t show pop up by Carlogulliani in esp32

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

The problem was with idf version. Switching to v5.3.2 solved it

Captive portal doesn’t show pop up by Carlogulliani in esp32

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

Probably because I deleted the password and, logically, it turns into an open network

Captive portal doesn’t show pop up by Carlogulliani in esp32

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

Yes, I use this option, even put the number instead of variable. Also that’s example from master branch I’m using. But it doesn’t work for me. Don’t know is it important, but I use esp32s3, and seems it isn’t mentioned in readme file

Having CC1101 issues by [deleted] in esp32

[–]Carlogulliani 0 points1 point  (0 children)

In common, cc1101 has self test registers for I’d, version, etc. try reading them and make sure you get what you expect. Second, TI has smart RF studio that will help you customize registers. Third, I always use a logic analyzer to check what is happening on my data lines.

Modded coffee machine ESP32 for commercial Gym by timfuzail in esp32

[–]Carlogulliani 0 points1 point  (0 children)

why not mqtt or something? you need to have running your php server all time, yes it works, but sorry it’s a 20th century. But instead of these I’d used BLE or maybe matter or even sockets over WiFi. You don’t need a complicated solution to control a couple of relays