lbernstone

Results 235 comments of lbernstone

Maybe a firewall/netfilter running on your rpi?

Please provide code. Unable to reproduce https://wokwi.com/projects/394638383953711105

A scanner would be an extremely useful example

Turn on verbose debugging and post a log.

I haven't looked into the QR issue, but the reset_provisioned isn't happening because the beginProvision with SoftAP does not include include it as a parameter. Try putting `, reset_provisioned =...

There are compiled binaries used in the bluetooth stack. lc_task.c is likely a part of that proprietary blob, so you cannot see that code.

Do you have the same drop if you call the config directly? ``` int mypin = 2; gpio_config_t conf = { .pin_bit_mask = (1ULL

Or my code is bad :) In any case, it shows that the issue is at the hardware level, either physical init or the bootloader. I'd open an issue at...

Can you try `const char *ssid = "Varun\'s Network";` Make very sure that you are using the same character as well (copy/paste from the serial monitor). Sometimes browsers/OS can change...

Confirmed. This is an arduino-esp32 issue. Works in IDF. Looks like maybe a dhcp failure. Will take some time to debug. Failure: ``` 10:36:50.912 -> [ 4][D][esp32-hal-cpu.c:244] setCpuFrequencyMhz(): PLL: 480...