ivmarkov

Results 697 comments of ivmarkov
trafficstars

Also this is [interesting](https://github.com/diondokter/at-commands). Given that @diondokter is active in the Embassy Matrix channel, why don't you ping him in there? Given his library, I'm sure he had dealt with...

> Not sure what else I can add... But feel free to ask anything That was already plenty, thanks a lot! Regarding PPP, this is just a way to tunnel...

@diondokter Crystal clear, thanks a ton! @DaneSlattery I am somehow leaning towards seriously evaluating first if we can implement the modem in pure Rust. (I'm already regretting a bit that...

> @ivmarkov I agree that the `onewire` rmt approach could be based on this API, and I would like to get to deprecating the `IDF-v4` RMT driver in favour of...

> Thank you for the detail on the management structures. It is interesting to see. It seems like `no_std` is a key focus for espressif, and I wonder at what...

> I have started writing out some AT commands over a UART device and getting replies. I will borrow a few commands from `https://github.com/technocreatives/sim7000/tree/main` but implement them using the `atat`...

By the way... (and no offense to the `atat` crate), but you might have a better luck and easier life [by using the lower-level crate](https://github.com/diondokter/at-commands) described [here](https://github.com/esp-rs/esp-idf-svc/issues/468#issuecomment-2282004218). After all, all...

Beauty is in the eye of the beholder, I guess, because I like this [builder pattern](https://github.com/diondokter/at-commands/blob/master/src/builder.rs) much more. You can just call it from your modem code, and it will...

> Kept lurking... > > Probably not the place to discuss it, but the `at-commands` doesn't do anything with the transport of the commands. I'm not sure what it would...

> So I am completely stuck here with `post_attach` and the `ppp_netif_driver` translation, I don't know enough about FFI for this to make a netif glue. I did manage to...