<mameluc[m]>
<EricSeppanen[m]> "Apologies for the offtopic post,..." <- Might be a good idea to look for water cutting services as well. I have used Laserle in Finland (https://laserle.fi/en/front-page/). idk if it feasible to ship to NL
<adamgreig[m]>
hmm it's because right now we're waiting on https://github.com/rust-lang/team/pull/1708 to merge, which will cause the team bot to add you to the github team
<adamgreig[m]>
but I think I can pre-empt it and add you, and next time it syncs the teams it will hopefully be to add you anyway, let's see
<thejpster[m]>
(the cortex-ar PR, not the teams PR - I don't know who approves the teams PR)
pcs38 has joined #rust-embedded
sroemer has quit [Ping timeout: 252 seconds]
sroemer has joined #rust-embedded
<adamgreig[m]>
<thejpster[m]> "> You’ve been removed from the..." <- man, I guess it syncs it automatically continually too
<adamgreig[m]>
I can add you as a collaborator to the relevant repos if you want, or happy to just hit merge until the teams pr lands
Foxyloxy_ has quit [Read error: Connection reset by peer]
Foxyloxy has joined #rust-embedded
pcs38 has quit [Quit: leaving]
cr1901 has quit [Read error: Connection reset by peer]
cr1901 has joined #rust-embedded
pcs38 has joined #rust-embedded
AlexandrosLiarok has quit [Quit: Idle timeout reached: 172800s]
ana_briated has quit [Ping timeout: 252 seconds]
<rafael[m]>
<wassasin[m]> "Take care to only change the..." <- I looked into this, and learned a few things along the way, so thanks 🙂 After another fun evening of tinkering i actually found my issue (sort of). It turns out that the dfplayer only ever allows to read the track count in specific instances. So my power switching works just fine, i can do whatever command with the device EXCEPT getting track count, after cold start. Getting
<rafael[m]>
track count really only ever works if running through the debug probe. It stops to work even there, as soon as i send any other command to the dfplayer before the track count. So... next up is maybe not testing with a cheap clone but the original (got one buried in a box somewhere in the basement), see if that behaves better. Use a diffeerent SD Card, maybe the one i use is too whatever, and if all that fails i can get track count
<rafael[m]>
by cheating. Just start on track 100, try and play that, not found, try 50, found, try 75, ... the most ugly solution known to mankind but .... should work.