Individual strip mode not working as intended #89

Closed
opened 2019-05-16 21:46:05 +01:00 by Squatnet · 12 comments
Squatnet commented 2019-05-16 21:46:05 +01:00 (Migrated from github.com)

seems unstable at best. propose making all devices that are capable use 4 strips
its not quite as bad as #70

seems unstable at best. propose making all devices that are capable use 4 strips its not quite as bad as #70
Squatnet commented 2019-05-29 19:51:10 +01:00 (Migrated from github.com)

@kieran-boyle i've assigned you to this as you understand its working better than I,
What seems to happen is that we can change into individual strip mode and happily set and individual strip to a different pattern, however in most cases this causes the rest of the strips not to update anymore. Setting more than one strip to do a pattern seems not to work. (example: Strip 0 is ptn 4, strip 1 pattern 6, strip 3 + 4 is not changed) In most cases the device will hang, nothing will be updated and then it will reboot.

@kieran-boyle i've assigned you to this as you understand its working better than I, What seems to happen is that we can change into individual strip mode and happily set and individual strip to a different pattern, however in most cases this causes the rest of the strips not to update anymore. Setting more than one strip to do a pattern seems not to work. (example: Strip 0 is ptn 4, strip 1 pattern 6, strip 3 + 4 is not changed) In most cases the device will hang, nothing will be updated and then it will reboot.
Riolaurenti commented 2019-06-08 17:52:06 +01:00 (Migrated from github.com)

https://github.com/FastLED/FastLED/wiki/Multiple-Controller-Examples

Take a look at the bottom of this page, might be useful in this chain of thought

https://github.com/FastLED/FastLED/wiki/Multiple-Controller-Examples Take a look at the bottom of this page, might be useful in this chain of thought
kieran-boyle commented 2019-06-08 19:30:24 +01:00 (Migrated from github.com)

Nice find, I had not used that page before.
As you can see I am using the fourth example to address the strips, as it allows for what we are wanting.
There is some handy extra data in there though so bookmarked :)

Nice find, I had not used that page before. As you can see I am using the fourth example to address the strips, as it allows for what we are wanting. There is some handy extra data in there though so bookmarked :)
Squatnet commented 2019-06-08 19:38:32 +01:00 (Migrated from github.com)

Sweet thanks. Can we get those changes made and see if we cant get this in
a position that it can be merged up.

On Sat, 8 Jun 2019, 19:30 kieran-boyle, notifications@github.com wrote:

Nice find, I had not used that page before.
As you can see I am using the fourth example to address the strips, as it
allows for what we are wanting.
There is some handy extra data in there though so bookmarked :)


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/Squatnet/ArduinoStuff/issues/89?email_source=notifications&email_token=AGIIIGRAMO23RIK4OOG4V2TPZP3EBA5CNFSM4HNQBFS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXH2WBA#issuecomment-500148996,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGIIIGVEY6EQEWK546ZHO5TPZP3EBANCNFSM4HNQBFSQ
.

Sweet thanks. Can we get those changes made and see if we cant get this in a position that it can be merged up. On Sat, 8 Jun 2019, 19:30 kieran-boyle, <notifications@github.com> wrote: > Nice find, I had not used that page before. > As you can see I am using the fourth example to address the strips, as it > allows for what we are wanting. > There is some handy extra data in there though so bookmarked :) > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/Squatnet/ArduinoStuff/issues/89?email_source=notifications&email_token=AGIIIGRAMO23RIK4OOG4V2TPZP3EBA5CNFSM4HNQBFS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXH2WBA#issuecomment-500148996>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AGIIIGVEY6EQEWK546ZHO5TPZP3EBANCNFSM4HNQBFSQ> > . >
kieran-boyle commented 2019-06-08 19:40:23 +01:00 (Migrated from github.com)

I am loath to do so without being able to test as I go... Seem a bit damned if I do, damned if I don't here.. ;)

I am loath to do so without being able to test as I go... Seem a bit damned if I do, damned if I don't here.. ;)
Squatnet commented 2019-06-08 19:40:31 +01:00 (Migrated from github.com)

Provided it compiles correctly we'll take this back to iStripfix and do the
final bits of debug there before ultimately calling this finished and
merging it to development.

On Sat, 8 Jun 2019, 19:38 W45T3 G45H, squatn3t@gmail.com wrote:

Sweet thanks. Can we get those changes made and see if we cant get this in
a position that it can be merged up.

On Sat, 8 Jun 2019, 19:30 kieran-boyle, notifications@github.com wrote:

Nice find, I had not used that page before.
As you can see I am using the fourth example to address the strips, as it
allows for what we are wanting.
There is some handy extra data in there though so bookmarked :)


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/Squatnet/ArduinoStuff/issues/89?email_source=notifications&email_token=AGIIIGRAMO23RIK4OOG4V2TPZP3EBA5CNFSM4HNQBFS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXH2WBA#issuecomment-500148996,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGIIIGVEY6EQEWK546ZHO5TPZP3EBANCNFSM4HNQBFSQ
.

Provided it compiles correctly we'll take this back to iStripfix and do the final bits of debug there before ultimately calling this finished and merging it to development. On Sat, 8 Jun 2019, 19:38 W45T3 G45H, <squatn3t@gmail.com> wrote: > Sweet thanks. Can we get those changes made and see if we cant get this in > a position that it can be merged up. > > On Sat, 8 Jun 2019, 19:30 kieran-boyle, <notifications@github.com> wrote: > >> Nice find, I had not used that page before. >> As you can see I am using the fourth example to address the strips, as it >> allows for what we are wanting. >> There is some handy extra data in there though so bookmarked :) >> >> — >> You are receiving this because you authored the thread. >> Reply to this email directly, view it on GitHub >> <https://github.com/Squatnet/ArduinoStuff/issues/89?email_source=notifications&email_token=AGIIIGRAMO23RIK4OOG4V2TPZP3EBA5CNFSM4HNQBFS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXH2WBA#issuecomment-500148996>, >> or mute the thread >> <https://github.com/notifications/unsubscribe-auth/AGIIIGVEY6EQEWK546ZHO5TPZP3EBANCNFSM4HNQBFSQ> >> . >> >
kieran-boyle commented 2019-06-08 19:41:08 +01:00 (Migrated from github.com)

Can't even check if compiled mate

Can't even check if compiled mate
kieran-boyle commented 2019-06-08 19:53:18 +01:00 (Migrated from github.com)

Sorry lol course I can compile, just say down to eat when that last one came in. I'll have that up for you in half an hour then

Sorry lol course I can compile, just say down to eat when that last one came in. I'll have that up for you in half an hour then
Riolaurenti commented 2019-06-08 19:54:17 +01:00 (Migrated from github.com)

Will sort you a new devbox with this 8x8 :)

On Sat, Jun 8, 2019 at 7:53 PM kieran-boyle notifications@github.com
wrote:

Sorry lol course I can compile, just say down to eat when that last one
came in. I'll have that up for you in half an hour then


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/Squatnet/ArduinoStuff/issues/89?email_source=notifications&email_token=AFPE5K7YFVME4VMBS5S6QQLPZP5Z5A5CNFSM4HNQBFS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXH3GII#issuecomment-500151073,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFPE5K4UG3HSRFH6GPU2YCDPZP5Z5ANCNFSM4HNQBFSQ
.

Will sort you a new devbox with this 8x8 :) On Sat, Jun 8, 2019 at 7:53 PM kieran-boyle <notifications@github.com> wrote: > Sorry lol course I can compile, just say down to eat when that last one > came in. I'll have that up for you in half an hour then > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/Squatnet/ArduinoStuff/issues/89?email_source=notifications&email_token=AFPE5K7YFVME4VMBS5S6QQLPZP5Z5A5CNFSM4HNQBFS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXH3GII#issuecomment-500151073>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AFPE5K4UG3HSRFH6GPU2YCDPZP5Z5ANCNFSM4HNQBFSQ> > . >
kieran-boyle commented 2019-06-08 19:55:51 +01:00 (Migrated from github.com)

Twill be Ace mate

Twill be Ace mate
Squatnet commented 2019-06-08 20:49:54 +01:00 (Migrated from github.com)

Can easy test on the pro minis in the attic tho yeah? Hence get the code
pushed provided it compiles and can easily test it in the attic.

On Sat, 8 Jun 2019, 19:55 kieran-boyle, notifications@github.com wrote:

Twill be Ace mate


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/Squatnet/ArduinoStuff/issues/89?email_source=notifications&email_token=AGIIIGRWAOIBUTBMK4UN5YTPZP6DPA5CNFSM4HNQBFS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXH3H3I#issuecomment-500151277,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGIIIGT5ANKYRVBK5TTKF3TPZP6DPANCNFSM4HNQBFSQ
.

Can easy test on the pro minis in the attic tho yeah? Hence get the code pushed provided it compiles and can easily test it in the attic. On Sat, 8 Jun 2019, 19:55 kieran-boyle, <notifications@github.com> wrote: > Twill be Ace mate > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/Squatnet/ArduinoStuff/issues/89?email_source=notifications&email_token=AGIIIGRWAOIBUTBMK4UN5YTPZP6DPA5CNFSM4HNQBFS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXH3H3I#issuecomment-500151277>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AGIIIGT5ANKYRVBK5TTKF3TPZP6DPANCNFSM4HNQBFSQ> > . >
kieran-boyle commented 2019-06-08 21:14:13 +01:00 (Migrated from github.com)

i'v already pushed it bro. :D

i'v already pushed it bro. :D
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
squatnet/ArduinoStuff#89
No description provided.