ChanServ changed the topic of #rust-embedded to: Welcome to the Rust Embedded IRC channel! Bridged to #rust-embedded:matrix.org and logged at https://libera.irclog.whitequark.org/rust-embedded, code of conduct at https://www.rust-lang.org/conduct.html
ubernerd[m] has quit [Quit: Idle timeout reached: 172800s]
andreas[m] has quit [Quit: Idle timeout reached: 172800s]
jannic[m] has quit [Quit: Idle timeout reached: 172800s]
IlPalazzo-ojiisa has joined #rust-embedded
AtleoS has joined #rust-embedded
M9names[m] has joined #rust-embedded
<M9names[m]> some people prefer dedicated delay, some the borrow for every function.
<M9names[m]> with a cloneable Delay source like embedded-time or rp2040-hal's Timer it's not really a trade off against burning through timers, because you're sharing 1 peripheral that you've already dedicated to that purpose anyway.
crabbedhaloablut has quit []
crabbedhaloablut has joined #rust-embedded
bpye has quit [Quit: Ping timeout (120 seconds)]
bpye has joined #rust-embedded
<ryan-summers[m]> Man, I picked up an embedded rust project I started on originally 6 years ago and its wild how much tooling has improved. I had a ton of old hacky jlink/bash/openocd scripts that barely worked, and I wiped all of that and started with embassy in like 30 minutes with defmt, probe-rs, and friends and it works like a charm. Wildly better than the bringup on any of the C projects I've had lately
<ryan-summers[m]> and things like embedded-hal-bus and friends are quite nice to use as well. I suspect it would have been more painful if I didn't know what tools to use though
<ryan-summers[m]> Trying to make some little remote sensor stuff to monitor my bonsai trees at home. Planning on plugging either defmt RTT output or some BLE messages into influxdb + grafana for visualization later unless someone has better recommendations
<JamesMunns[m]> Does it have USB?
<ryan-summers[m]> Right now it does because I'm just using a dev board. Debating having it be solar powered and hiding it somewhere though
<ryan-summers[m]> Would ideally not have cabling all over my windowsill
<ryan-summers[m]> Trying to engineer aerial roots into my ficuses ;)
birdistheword99[ has quit [Quit: Idle timeout reached: 172800s]
RobertJrdens[m] has quit [Quit: Idle timeout reached: 172800s]
glaeqen[m] has quit [Quit: Idle timeout reached: 172800s]
TomB[m] has quit [Quit: Idle timeout reached: 172800s]
AtleoS has quit [Ping timeout: 264 seconds]
AtleoS has joined #rust-embedded