Mike Wadsten

Results 33 comments of Mike Wadsten

> The size could be on 1 byte or 3bytes depending if the packet is a small one or a large one. I used ConditionalField but would have preferred to...

I'm not sure what you mean when you say your length field has two names. Can you post a few example message bodies (annotated to explain what fields they are)?...

@CyrilleFranchet I did a bit of digging in the most recent Suitcase-based code I had worked on, and at this time I don't believe that Suitcase can be used to...

I would imagine that this could be done separately using something like [bindgen](https://rust-lang.github.io/rust-bindgen/).

Driving SPI from a host device, especially if you're targeting a PC, is _very_ dependent on using some kind of chipset to implement the SPI hardware interface and move data...

Hi @robert-hh, We will look into some possibilities to speed up the GPIO accesses in future Digi XBee firmware releases. No guarantees on when this would be completed or how...

@robert-hh Which XBee device(s) are you using?

I'm not sure what the drive strength is for that hardware or what (if any) configuration for drive strength exists on XBee 3 Zigbee. You can probably get an answer...

@NathanPeter Put simply, the MicroPython implementation on XBee 3 modules (XB3-24, XB3-C-*) is designed for adding simple edge intelligence to the module (e.g. upon receipt of a certain message, set...

So, I spent an hour or two today on this. The work it took to implement this helped me to remember exactly how the Structure DSL works, and made me...