Strobe not working in individual strip mode #100
Labels
No labels
Core
Fixed
Godot
HardwareIssue
LEDS
Networking
Problem
SoftwareIssue
duplicate
enhancement
good first issue
help wanted
invalid
on hold
question
reminder
todo 🗒️
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
squatnet/ArduinoStuff#100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
strobe is not working in individual strip mode.

this is odd as i could of sworn i wrote the code to include this function, however i am unable to find it.
when attempting fix it appears like i fucked the board (no idea why this would be the case).
i am now getting
whenever i attempt to upload any code to board.
as i dont have another compatible board to work with (or any idea how i could of caused this with the simple changes i was attempting), i am going to leave the strobe commented out for now.
i will need assistance fixing this issue.
Commit this code to an entirely new branch. I'll fix it.
OK mate i'll do that now
new branch created (StrobeFix) give me a shout if you need anything mate.
the way the strobe addresses the LEDs is a tad confusing but it should just be a case of swapping some variables around (ie LEDstart LEDend).
absolutely no idea why it fragged my bootloader though (as that is all i was messing with there)
I've seen that message before caused by bad USB cables.
Any chance you've shorted 5v and gnd pins? I'm sure whatever it is is an
easy fix.
On Thu, 6 Jun 2019, 17:36 kieran-boyle, notifications@github.com wrote:
Nah not that I am aware of was pushing code fine (I had pushed a dozen times, was checking each pattern as I added them with no problem)
Touched nothing hardware related then there above error occurred, tried going through help, did all the basics. Only suggestions left to try was replace board, or re burn bootloader.
that wasn't working either, possible that there is something I am missing there though, first time using that.
On the plus side I am confident that this is the only remaining issue, I have tested all other functions repeatedly and have noticed no other unexpected behavior. Always possible that there are more bugs hiding of course lol.
Get Outlook for Androidhttps://aka.ms/ghei36
From: Squatnet notifications@github.com
Sent: Thursday, June 6, 2019 5:49:40 PM
To: Squatnet/ArduinoStuff
Cc: kieran-boyle; Assign
Subject: Re: [Squatnet/ArduinoStuff] Strobe not working in individual strip mode (#100)
I've seen that message before caused by bad USB cables.
Any chance you've shorted 5v and gnd pins? I'm sure whatever it is is an
easy fix.
On Thu, 6 Jun 2019, 17:36 kieran-boyle, notifications@github.com wrote:
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHubhttps://github.com/Squatnet/ArduinoStuff/issues/100?email_source=notifications&email_token=AG3GL2WA3DEEWBT3HUSHWN3PZE52JA5CNFSM4HVBSMLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXDPEWY#issuecomment-499577435, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AG3GL2RYGEHTB6UIILPBLFDPZE52JANCNFSM4HVBSMLA.
Ah fair well we will soon see I'm sure.
On Thu, 6 Jun 2019, 17:56 kieran-boyle, notifications@github.com wrote:
Hey try this..
Lines 94# something, Replace void simplestrobe(###) with void individualStrobe(###)
Use the simpliest white strobe example.
if(individualStripMode==1) doStrobe#1; else doStrobe2;
Send information to the strobe core in the same way.
strobeCore( dashperiod, dashwidth, dashmotionspeed, strobesPerPosition, hueShift);
Lemme know if that works.
As for fragging arduino,
Try powering, hold reset then trying to upload, restart then try again without reset (flush)
Definitely change cable silly but...
If not, this forum has the answers : https://arduino.stackexchange.com/questions/17/avrdude-stk500-getsync-not-in-sync-resp-0x00-aka-some-dude-named-avr-won/22
All else fails bring it back around and we'll try re-apply the bootloader.
Else throw and replace.
#102