802_15_4 example, how to build test environment an run this example.

I used two development boards with 52840, Two development boards are running 'first' and 'second' in the '\examples\802_15_4\wireless_uart\secure', respectively.

Additionally, I have connected P0.06 to the Rx of the serial port tool, and P0.08 to the Tx. I'm not sure whethe my program has been successfully executed or not." 

And second program can only transmit to the first only once.  

Parents
  • Make sure to check the following:Initialization: Ensure that both boards are properly initialized and configured for UART communication.
    Buffer Handling: Verify that the receiving board is correctly handling incoming data and that its buffer is cleared or reset after the first transmission.
    Serial Port Tool: Confirm that your serial port tool is set up correctly to receive data. Sometimes, settings like baud rate or data bits can affect communication.
    Error Handling: Look into any error handling mechanisms in your code that might prev

    cookie clicker

Reply
  • Make sure to check the following:Initialization: Ensure that both boards are properly initialized and configured for UART communication.
    Buffer Handling: Verify that the receiving board is correctly handling incoming data and that its buffer is cleared or reset after the first transmission.
    Serial Port Tool: Confirm that your serial port tool is set up correctly to receive data. Sometimes, settings like baud rate or data bits can affect communication.
    Error Handling: Look into any error handling mechanisms in your code that might prev

    cookie clicker

Children
Related