alberk8
alberk8
What ESP32 C3 module are using? This is the first time I am seeing 2 serial port for C2. If this is the case, unplug the other serial leaving the...
What is the ESP32 C3 module or Dev board that you are using?
> I’m using a ESP32 C3 Super Mini On 14 Mar 2024, at 09:03, alberk8 ***@***.***> wrote: What is the ESP32 C3 module or Dev board that you are using?...
Compile your app in VS. The output directory will be in "c:/project/appname/bin/Debug/" using nanoff `nanoff --target ESP32_C3 --serialport COM2 --deploy --image "c:/project/yourappname/bin/Debug/yourappname.bin"` Maybe try the firmware XIAO_ESP32C3, this is quite...
Yes you are 100% correct, when deploying it via CLI you do not have debug capabilities via VS 2022. Can you try the XIAO_ESP32C3 firmware to see if it works...
I have the same issue as @Alex-111 and I am using Android Phone.
Are you closing and opening the web page again? To replicate 1) Connect to nf AP 2) Open browser to http://192.168.4.1 (web page loads) 3) Change to another AP and...
Additional Context. If I wait long enough like 5 minutes there is an error. A new listener is created then the page refresh without issue. The same thing also happen...
Is there any sample on Aspnet 8 with just Trimming enabled? I have [tried this](https://github.com/serilog/serilog/issues/1644) and it runs but the console and file logging is not working.
Hi, Would love for someone to show me how to pass a known ble MAC address string to the peripheral. Thank you.