This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1310: Problem in running wMBus

Part Number: CC1310
Other Parts Discussed in Thread: WMBUS,

I'm trying to run a simple test to check wMBus protocol.

To do so, I have CC1310 LaunchPad, and I installed the "wmbus_cc13x0_rtos_2_0_0.exe"

Then I loaded the Serial_CC13xx_Collector_T2.hex on CC1310 LaunchPad, and connected it to PC to test with.

I got the project of serial library swra466b/sblAppEx_1_03_00_00. When I run it and open the port of LaunchPad's UART I got an error and couldn't have wMBus protocol running!

The goal of my test is to check the protocol and test it, I have a wMBus water meter and I'll use the CC1310 LaunchPad as collector to read the meter, commuicating with CC1310 LaunchPad will be through the serial UART using sblAppEx_1_03_00_00, am I right?

Can you please help?

  • Why have yo selected to run sblAppEx_1_03_00_00? This is a serial bootloader aimed to flash a device with an image. What you need is a terminal window hat allows you to send hex commands over UART to the collector. 

  • You are right "sblAppEx_1_03_00_00" is serial bootloader  for something else!

    What i need is an application implements "Wireless M-Bus Serial Library" to test the module!

    I mean a simple application which implements STACKFORCE serial interface!

    Can you please tell me which one to be used?

    Do you have Linux based application which implements STACKFORCE serial interface? This will be very helpfu for us.

  • The wm-bus stack is provided by Stackforce and TI does not provide any tools in addition. Stackforce used to have a tool for this but this is not running on the latest windows version and therefore not provided anymore.  What you need is a terminal window hat allows you to send hex commands over UART to the collector.