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.

TIDC-CC2650-UTAG: firmware to send ADV_NONCONN_IND packets

Part Number: TIDC-CC2650-UTAG

Dear TI experts,

I found the interesting design of uTAG which is packed in a very small package. But there is no firmware for this desgin. 
I want to know is there any example or source code for sending non-connectable packet like iBeacons or Eddystone? 
The reference design for BLE-beacons pointed to the ble_examples git repository. But the useful projects has removed from this git.

These are the examples which I am looking for, previously was on the git:

Eddystone Beacon:

ble_examples/examples/cc2650lp/simple_eddystone

ble_examples/src/examples/simple_eddystone/cc26xx ble_examples/src/profiles/

iBeacon:

ble_examples/examples/cc2650lp/simple_beacon

ble_examples/src/examples/simple_beacon/cc26xx

Proprietary Beacon:

ble_examples/examples/cc2650lp/ simple_proprietary_beacon

ble_examples/src/examples/ simple_proprietary_beacon/cc26xx

I took a look at "simple_broadcaster" example but it does not provide any control on sending each individual advertisement packets due to the GAP implementation. I need to have control on each individual packet as well as TX Power.

Could you please help me to find a close example?