Alright, so I've made some progress just not as much as I've hoped for.
Found the ZigBee Gateway User Interface after digging around. Doc is JN-AN-1223
Loaded the ZigbeeNodeControlBridge onto the dongle with the flash programmer.
Ex: JN51xxProgrammer.exe -s com9 -f ZigbeeNodeControlBridge_JN5169.bin
This allows me to pair a bulb and it says do an OTA update.
I can load the image I made through the GUI. Not sure if it's writing it to external flash on the dongle or what? But it does read some information from it.
It never appears to make it to the bulb.
I am suspicious that it has something to do with the "manufacture code" that is set in the manu_config.mk file.
# The manufacturer code is allocated by the ZigBee Alliance and is reported
# by a device when responding to a Node Descriptor Request. In addition to
# changing the macro below the manufacturer code in the Node Descriptor
# contained within the ZigBee Configuration diagram must also be changed to
# the same value.
MANUFACTURER_CODE ?= 0x1037
The comments in the above code seem to indicate that you change it here and the ZigBee Configuration Diagram?
What is the ZigBee Configuration Diagram? And where do I find it?
I also don't know what the manufacture code is for these TCP bulbs. Any ideas?