Customizing the device registration process

The sparkcore device is registered on the wifi network from the spark iOS or android app.Is there any workaround to make this more customizable and make my own registration process?

Hi @diljit

You can also use the USB connection as a serial port or set the credentials from the core itself.

This doc page has the details:

http://docs.spark.io/connect/

1 Like

The SparkCore uses Ti’s Smart Config. If you implement that process you can customize the registration process anyway you want.

As @bko mentioned, you could also build an application which registers the core using the USB connection

1 Like