Download BLE Hero to your iOS device from the app store.
Open BLE Hero and connect to your StarBar by clicking the 'Actions' button and then the 'Connect' button.
After you have connected, click the 'GATT' button to display the available services. There should be only 1 service with a UUID of F2FDFE1E-65A9-42AB-87FD-0DF1DD83AA9E
Click the arrow on the right to list the Characteristics that are available in the service. There are 2 Characteristics available and they should have the following UUIDs
Click the arrow to the right of the Characteristic that you want to edit.
19607CA0-C5BE-49B1-AD09-34488F872806 is the characteristic that holds the current pattern.
B1069EC6-C782-4302-93AD-B6CF9E66CDC7 is the characteristic that holds the current color.
Read the current value to make sure you have the correct Characteristic open. Select 'Ascii' and then press the 'Read' button to get the current value that is set in your StarBar.
If you are in the pattern Characteristic, it will be one of the values from the light on the right side of this page.
If you are in the color Characteristic, it will be a hex code value such as 'ffffff' for white or 'ff0000' for red. You can use the color picker on the right to get the hex code for any color you like.
Update with new values. Make sure 'Ascii' is selected before updating.
If you are updating the pattern Characteristic you will want to enter one of the pattern values from the list on the right. All values should be entered in lowercase.
If you are updating the color Characteristic you will want to enter a hex code for the color without the #. You can use the color picker on the right to get the hex code for any color you like.
Selected color: FF4000
Don't forget to SUBSCRIBE!