TI-15.4-STACK-GATEWAY-LINUX-SDK

Hello all,

I am using this link as my guide to this project:
The only difference is that I am using a BeagleBone Black Wireless instead of the regular BBB, and a CC1310 instead of a CC1350.

http://dev.ti.com/tirex/content/simplelink_academy_cc13x2sdk_2_10_02_10/modules/154-stack/154-stack_03_linux_project_0/154-stack_03_linux_project_0.html

I need help with Sending an integer such as “90000” from the BeagleBone Black Wireless to the CC1310 via serial UART connection (The Mac co processor)

I need the first integer to be fixed to 9 and the other 4 integers can be either 0 or 1.
So the smallest would be 90000 and the largest would be 91111

I am not sure on how to achieve that. Any help would be appreciated. Thank you.

Regards.

Neil.

Neil,
Its not clear from your message if the example you refer to is working or not.
Are you asking for help in getting the example to work on BBBW or just how to write serial data?

If it is just getting serial comms working then I’d suggest you look at the source for the TI Linux side 802.15.4 example to understand how to use the serial port.

Iain