Well that was plain stupid of me. Changed the wiring but still the same result still have to reconnect the 5v to get some data.
Also the data i’m receiving makes no sense
[16:52:14][D][text_sensor:067]: 'Standard Presence information': Sending state 'Nobody'
[16:52:14][D][R24dvd:722]: Report: someoneExists 0
[16:52:14][D][text_sensor:067]: 'Standard Sports information': Sending state 'None'
[16:52:14][D][R24dvd:729]: Report: motion_status 0
[16:52:14][D][text_sensor:067]: 'Standard moving direction': Sending state 'None'
[16:52:14][D][R24dvd:753]: Report: moving direction 0
[16:52:47][D][text_sensor:067]: 'Standard Sports information': Sending state 'None'
[16:52:53][D][text_sensor:067]: 'Standard Presence information': Sending state 'Nobody'
[16:53:04][D][text_sensor:067]: 'Standard moving direction': Sending state 'None'
[16:53:47][D][text_sensor:067]: 'Standard Sports information': Sending state 'None'
[16:53:53][D][text_sensor:067]: 'Standard Presence information': Sending state 'Nobody'
[16:54:04][D][text_sensor:067]: 'Standard moving direction': Sending state 'None'
[16:54:47][D][text_sensor:067]: 'Standard Sports information': Sending state 'None'
[16:54:53][D][text_sensor:067]: 'Standard Presence information': Sending state 'Nobody'
[16:55:04][D][text_sensor:067]: 'Standard moving direction': Sending state 'None'
[16:55:13][I][ota:113]: Boot seems successful, resetting boot loop counter.
[16:55:13][D][esp32.preferences:113]: Saving 1 preferences to flash...
[16:55:13][D][esp32.preferences:142]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
[16:55:47][D][text_sensor:067]: 'Standard Sports information': Sending state 'None'
[16:55:53][D][text_sensor:067]: 'Standard Presence information': Sending state 'Nobody'
[16:56:04][D][text_sensor:067]: 'Standard moving direction': Sending state 'None'
Also when I power down the ESP32C and power it up again I only get the following results.
[16:59:38][C][wifi:504]: WiFi:
[16:59:38][C][wifi:362]: Local MAC: 34:85:18:03:21:CC
[16:59:38][C][wifi:363]: SSID: [redacted]
[16:59:38][C][wifi:364]: IP Address: 192.168.1.112
[16:59:38][C][wifi:366]: BSSID: [redacted]
[16:59:38][C][wifi:367]: Hostname: 'mmwave-sensor'
[16:59:38][C][wifi:369]: Signal strength: -34 dB ▂▄▆█
[16:59:38][C][wifi:373]: Channel: 1
[16:59:38][C][wifi:374]: Subnet: 255.255.255.0
[16:59:38][C][wifi:375]: Gateway: 192.168.1.1
[16:59:38][C][wifi:376]: DNS1: 192.168.1.10
[16:59:38][C][wifi:377]: DNS2: 172.30.32.1
[16:59:39][C][logger:293]: Logger:
[16:59:39][C][logger:294]: Level: DEBUG
[16:59:39][C][logger:295]: Log Baud Rate: 115200
[16:59:39][C][logger:296]: Hardware UART: UART0
[16:59:39][C][captive_portal:088]: Captive Portal:
[16:59:39][C][mdns:108]: mDNS:
[16:59:39][C][mdns:109]: Hostname: mmwave-sensor
[16:59:39][C][ota:093]: Over-The-Air Updates:
[16:59:39][C][ota:094]: Address: mmwave-sensor.local:3232
[16:59:39][C][ota:097]: Using Password.
[16:59:39][C][api:138]: API Server:
[16:59:39][C][api:139]: Address: mmwave-sensor.local:6053
[16:59:39][C][api:141]: Using noise encryption: YES
I have to reflash the ESP32C and then reconnect the 5v to get some data.