Santiago Gil Arboleda
Santiago Gil Arboleda
I am trying to connect some STM LoRa DISCO L072CZ LRWAN1 devices to the Rpi+Dragino Gateway, but I haven't been able to communicate them with the gateway. I have made...
I like to ask if there is the possibility to use the shield as a cellular modem, to provide connectivity, even if it is very slow, just to access services...
When executing `cargo test` on Linux in the branch `dev/claudio`, I get this error: ``` error[E0308]: mismatched types --> cli/tests/cli_tests_fmi3.rs:427:61 | 427 | ...ce.get_interval_decimal(&[*vr], &mut interval, &mut qualifier).ok().... | --------------------...
Hi there, I'm trying to recreate the examples provided in the repo, but unfortunately, those for the slaves are not building on my machine. Weirdly, the DCPLib and the examples...
I've been using FMPy for testing some FMUs that follow FMI3. I understand there is no full support for FMI3 (yet) in FMPy, but I'd like to contribute with the...