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
dav1d has quit [Ping timeout: 240 seconds]
dav1d has joined #rust-embedded
yaoxingpu[m] has quit [Quit: Idle timeout reached: 172800s]
AdamHord- is now known as AdamHorden
starblue has quit [Ping timeout: 256 seconds]
starblue has joined #rust-embedded
M9names[m] has quit [Quit: Idle timeout reached: 172800s]
ithinuel[m] has quit [Quit: Idle timeout reached: 172800s]
<jannic[m]> Is it really blocking? It should return Err(WouldBlock) if there are not bytes available. Perhaps you just don't notice that because you don't do anything in your _ branch?
<jannic[m]> Or what library is your serial.read function coming from?
<NiaLinaLunaStorm> <jannic[m]> "Is it really blocking? It should..." <- we checked that by moving the pwm_debug stuff to the _ branch. it increases the pwm value a little and then gets stuck too, it never runs into it anymore
<NiaLinaLunaStorm> <jannic[m]> "Or what library is your serial...." <- usbd-serial = "0.1.1"
limpkin has quit [Quit: limpkin]
limpkin has joined #rust-embedded
IlPalazzo-ojiisa has joined #rust-embedded
IlPalazzo-ojiisa has quit [Ping timeout: 264 seconds]
IlPalazzo-ojiisa has joined #rust-embedded
qzl[m] has quit [Quit: Idle timeout reached: 172800s]
ryan-summers[m] has quit [Quit: Idle timeout reached: 172800s]
K900 has joined #rust-embedded
<K900> So I found a Pico W on a sidewalk
<K900> What's the best way to get it running with wireless?
<K900> Embassy seems to have something?
thejpster[m] has quit [Quit: Idle timeout reached: 172800s]
tangotaylor[m] has joined #rust-embedded
<tangotaylor[m]> Anyone have experiences with CANopen or using DBCs with Rust? I'm experimenting with using Rust communicate with some CANopen devices. Was curious how good the library support is.
<dirbaio[m]> <K900> "Embassy seems to have something?" <- https://github.com/embassy-rs/embassy/blob/main/examples/rp/src/bin/wifi_tcp_server.rs
<K900> Cool
JamesMunns[m] has quit [Quit: Idle timeout reached: 172800s]
<albus_dandelion[> Hello again, everyone. I'm a little confused. My setup is: RPi Zero 2 W + mcp3008 (adc) + MQ-135 (gas sensor).... (full message at <https://catircservices.org/_matrix/media/v3/download/catircservices.org/cqYmrHwLSHySLJzulfcvNMyP>)
MariusKriegerows has joined #rust-embedded
<MariusKriegerows> Hey, I have an rp2040 and the waveshare lora extension. p2p connectivity given the examples of lora-rs worked like a charm. But I'm having a hard time sending data to TTN after running the lorawan.rs example. Does somebody know about an example out there how to set this up?
Kaspar[m] has quit [Quit: Idle timeout reached: 172800s]
mameluc[m] has joined #rust-embedded
<mameluc[m]> <MariusKriegerows> "Hey, I have an rp2040 and the..." <- what problems do you have? usual suspects for TTN is wrong timing or wrong byte order for the deveui
crabbedhaloablut has quit []
crabbedhaloablut has joined #rust-embedded
<MariusKriegerows> <mameluc[m]> "what problems do you have? usual..." <- Ah god damn, you are right! deveui has to be lsb while appkey has the msb. wtf...
<MariusKriegerows> Thanks for the hint! device registered!
gienah has quit [Ping timeout: 258 seconds]
gienah has joined #rust-embedded
GenTooMan has quit [Ping timeout: 272 seconds]
GenTooMan has joined #rust-embedded