So how do I set up the SERIAL 1 in your initialization?
I have no idea, hence i asked, please advise me. Thanks.
Below are my code, the rest of the top part the rest are same as sample code from Demo 1
HardwareSerial MySerial(0);
// HardwareSerial MySerial1(1);
FallDetection_60GHz radar = FallDetection_60GHz(&Serial1);
Since original code was without HardwareSerial MySerial
original:
FallDetection_60GHz radar = FallDetection_60GHz(&Serial1);
Like I said in Samd21 it works but not working with esp32s3, and in the given guide is only in esp32C3 but not esp32S3.
I will appreciate if you can a full sample code that is working with esp32S3 seeed xiao with expansion + mmwave rather than ask me read the tutorial.
As I have been reading multiple times, and I tried to screenshot everything despite i already did all you have asked.