My network scan does not find my Arduino R4 WiFi with that name but rather identifies it as below:
Nmap scan report for esp32s3-CA1CCC.lan (192.168.1.180)
Host is up (0.0083s latency).
All 1000 scanned ports on esp32s3-CA1CCC.lan (192.168.1.180) are in ignored states.
Not shown: 1000 closed tcp ports (conn-refused)
I found this out while trying to get the Arduino Cloud to see my Arduino, which it does not.
How can I get the correct identification?
I can use my Arduino IDE 1.8.19 to load sketches onto Arduino Uno R4 WiFi and everything works fine. I have a sketch right now running a write-to-the-ThingSpeak cloud and all is well displaying temperature. So, Uno seems fine. But, I can not get Cloud Create editor to see the Uno.
I also, put in a sketch that does not utilize WiFi and still no id. I double-pressed the Uno into bootloader mode and still no id and the Uno went off network. Right now, I put the WiFi sketch back in and running.