ajfisher
ajfisher
Similar issue here. In a nutshell, just bought a 2021 model TP07 (region Australia) and can't connect to it via Dyson Local because there's no wifi credentials (onboarding to local...
PCB shield requirements. Should work with: - Uno style boards as a shield - LeoStick board as a shield - Nano plugged in - uses standard arduino bolt hole placements...
Chassis design needs to have battery pack more centrally located so it's less back heavy. This has implications for the arduino placement as there's a footprint conflict if you use...
First version of PCB designed (due to my skill at PCBs it's in Fritzing) as commit https://github.com/nodebotsau/simplebot/commit/3d310ae29d88be1c64fc779b73a3051333c8ec44 Due to cost, wanted to keep to 2 layer but may need to...
I need to remove a couple of files no longer needed but what you're after is here: https://github.com/nodebotsau/simplebot/tree/master/physical plates.svg / dxf are the source for the base, bumper and wheels...
Yep I think for next time we'll have a look at some other battery options... We've always shied away from lipos because peeps don't generally have balancing chargers but we'll...
@dependabot merge On Tue, 15 Feb 2022 at 04:02, dependabot[bot] ***@***.***> wrote: > Bumps @serialport/parser-readline > from 9.2.4 to 10.3.0. > Release notes > > *Sourced from @​serialport/parser-readline's releases >...
Status: git+https:// currently works Todo: [email protected] from npm file path. Possibly use switches to account for the ambiguity of naming with these.
So you can switch on a debug flag in the library: https://github.com/ajfisher/node-pixel/blob/master/firmware/src/libs/ws2812/ws2812.h#L16 And then basically you just ``` #ifdef DEBUG Serial.write(foo); #endif ``` That will mean you can leave the...
Oh and then that will print it all out to the serial interface.