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.
<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!