Hey there,
Let me give you overview of the project I am trying to create.
Ultimately I am looking to create a device that uses a ZNP+ZAP setup that uses a 5X5 CC2650 and a STM32 MCU. The two are currently wired together on a custom board via UART. I have been able to flash the SensorTag+ZstackCore project successfully to the 2650. I can connect it to a network as a SensorTag
I have not begun looking at transmitting data over UART yet. I am looking to receive or view UART test data from a SensorTag to theCCDebugger to my PC. Once i get the UART test data from a sensortag, I can use a similar approach for my custom board. This will allow me to verify the UART is working on the board. Once I have a proper UART connection I will start pushing real data through the UART and see if the 2650 can package and handle that properly.
I am going by a very step by step approach. I am wondering if anyone has done this before? And if so, what was required to get it working.
I am aware that the ZNP+ZAP setup will require the STM to have ZDO commands from the Zigbee library. So for now I am using a Zstackcore+SensorTag image for the 2650. Would it be possible to connect another pseudo"sensor" to the UART aka the STM to the SensorTag?
Currently I have imported the UART.h and UART.c files into the IAR SensorTag project. But I am not sure what to do from there and what to call to send and receive data through a UART line.
Any and all help is always appreciated,
-J