Why won't the default AN-1217 applications work?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Why won't the default AN-1217 applications work?

Jump to solution
713 Views
jonw1
Contributor II

I run the default Coordinator_JN5169_DONGLE.bin on the JN5169 Dongle and send a "form" command and it gets stuck after trying to form a network:
***********************************************
* COORDINATOR RESET *
***********************************************
APP: Entering APP_vSetUpHardware()
APP: Entering APP_vInitResources()
APP: Entering APP_vInitialise()
Initialising UART ...Done
Recovered Application State 0 On Network 0
APP: Entering BDB_vStart()
APP: Entering APP_vMainLoop()
APP-EVT: Event 2, NodeState=1
BDB: Forming Centralized Nwk
APP-EVT: Request Nwk Formation 00

I run the default Router_NtagIcode_JN5169_DR1175.bin on the DR1174 Board and attempt to find and it also gets stuck and can not form a network:
***********************************************
* ROUTER RESET *
***********************************************
APP: Entering APP_vSetUpHardware()
APP: Entering APP_vInitResources()
APP: Entering APP_vInitialise()
Initialising UART ...Done
PDM: Capacity 29
PDM: Occupancy 34
Start Up StaTe 0 On Network 0
APP: BDB_EVENT_INIT_SUCCESS
BDB Try Steering status 0
APP: Entering APP_vMainLoop()
ZPR: App event 2, NodeState=0
APP_EVENT: Try Network Formation
APP_EVENT: Formation Failed 06

Tags (1)
1 Solution
641 Views
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Jonathan, I hope you're doing well!

 

I was able to compile and successfully start and steer the network.

pastedImage_1.png

Could you please check that, when programming your device, you are erasing EEPROM?

 

pastedImage_2.png

Please let me know if you have any further issues.

 

Best regards,

Sebastian

View solution in original post

2 Replies
642 Views
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Jonathan, I hope you're doing well!

 

I was able to compile and successfully start and steer the network.

pastedImage_1.png

Could you please check that, when programming your device, you are erasing EEPROM?

 

pastedImage_2.png

Please let me know if you have any further issues.

 

Best regards,

Sebastian

641 Views
jonw1
Contributor II

Erasing EEPROM worked! Thank you. I am not seeing the GUI you have pictured. The only way I can program is via command line, but when adding the "--eraseeeprom full" option, the examples were able to form and join networks.

0 Kudos