IPSetup for Android
IPSetup for Android
I made a version of IPSetup for Android. It's available to download from the Google Play store here:
https://play.google.com/store/apps/deta ... neripsetup
I've tested it with a MOD5270, PK70, and a NANO54415 with Wifi. Let me know if you find any bugs or other unexpected behavior. I'm particularly curious to see if it properly handles the secondary wired interface on a MOD54417.
-Lance
https://play.google.com/store/apps/deta ... neripsetup
I've tested it with a MOD5270, PK70, and a NANO54415 with Wifi. Let me know if you find any bugs or other unexpected behavior. I'm particularly curious to see if it properly handles the secondary wired interface on a MOD54417.
-Lance
- Attachments
-
- androidipsetup.png (96.97 KiB) Viewed 11181 times
Re: IPSetup for Android
I will be testing this quite thoroughly today... 
This has been on my/our todo list for quite some time!
-Dan

This has been on my/our todo list for quite some time!
-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
Project Engineer
Netburner, Inc
Re: IPSetup for Android
MOD54417 works just fine for the find. It also works for setting the record. Any reason that you didn't include configuring the Baudrates, boot port, and other configrec items? (other than most people don't change them that often)
-Dan
-Dan
- Attachments
-
- MOD54417_Android_IPSetup.png (243.48 KiB) Viewed 11164 times
Dan Ciliske
Project Engineer
Netburner, Inc
Project Engineer
Netburner, Inc
Re: IPSetup for Android
I just haven't written the code for that yet. The IP stuff is more important, so I did that first.dciliske wrote:Any reason that you didn't include configuring the Baudrates, boot port, and other configrec items?
Re: IPSetup for Android
Yea, I agree with that... Let me/us know if you need/want any help with this!
-Dan
-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
Project Engineer
Netburner, Inc
Re: IPSetup for Android
Wrote the code for the module settings today, but it didn't go well. I was targeting my 5270. I changed the monitor port to 1, baud rate to 57600, boot delay to 5 seconds, and turned off boot-to-application. Those changes were successful, but I forgot about having the watchdog enabled, so the unit went offline into a reboot cycle. I connected to it via serial on UART 1, disabled the watchdog, re-enabled the boot-to-application, and then changed the monitor port back to UART 0. That's where things go bad. UART 1 shows nothing. On UART 0 it begins dumping this over and over starting at 1 second after power up.
Is this recoverable?
Code: Select all
Trap occured
Vector=05FMT =00 SR =2700 FS =00
Faulted PC = FFC003AE
D0:00000000 00465000 0000AAAA 00000001 00000000 CBC7AA8D CF206080 15001080
A0:400AAAAA FFC04094 2000056C FFC003D4 FFC00162 FFC003D4 200007FC 20000634
Re: IPSetup for Android
I'm assuming that you've done a hard power cycle? If so, then... I don't think so 

Dan Ciliske
Project Engineer
Netburner, Inc
Project Engineer
Netburner, Inc
Re: IPSetup for Android
Tell you what, assuming that your address on support is correct, I'll ship you a shiny new MOD54417 so you won't have to worry about bricking it.
-Dan
-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
Project Engineer
Netburner, Inc
Re: IPSetup for Android
That would be awesome Dan. Thanks. Yes, address listed there is correct.
Re: IPSetup for Android
Today's version adds the ability to send application firmware to a device, basically the same functionality as AutoUpdate has.