Other Parts Discussed in Thread: MMWAVEICBOOST,
Hi Team, seeking for assistance from a customer.
Using IWR6843ISK together with MMWAVEICBOOST. What I want to do is modify the existing 3D People Counting example so that instead of sending data to the existing visualizer, we send it through an ESP device (using AT commands) and then over MQTT protocol. So I need to use UART for that, and more specifically UART_writePolling, because I need to send command by command. However, whenever I try to send a command with that, it sends something additional, on Realterm tool it shows a "nul" after each command, how do I work around it?
Also, one of the biggest problems we have is that the sensors just stop working sometimes for some reason, we cant use it in either functional nor flashing mode. We double check everything, but this issue keeps repeating. And then after a while they function, it sounds silly but thats how it happens.
Thank you.
-Mark