Thanks. I am comfortable with the existing Particle setup, in fact I have a robot and a positive pressure ventilation fan both being controlled with a photon. Little to no experience with Make so that is going to be the first hurdle. Will spend an evening setting itnup once the 2 kids get over the viruses they have had.
I think itās a good move to focus on Cargo support first; thatāll make getting up and running with the project easier. Lower barrier to entry = more potential contributors = A Good Thingā¢
Who donāt love to contribute to this beautiful piece of hardware.
I m no expert in Rust, but love to contribute to Particle.
Is Rust on Particle still a go?
I just tried to get the example by @japaric to run: https://github.com/japaric/photon/issues/9
Development should probably concentrate on https://github.com/japaric/photon/.
Very nice!! Iāll try and get something started on this.
Hey Everyone,
Iām new to the particle family of boards and slowly learning my way around the ecosystem. Will this library addition be able to be run on the Xenon boards?
@againer01, there is no longer any work being done on RUST for the Photon. Any prior work will not run on Gen3 devices.
@againer01 since the Particle board is ARM based, this should work: https://rust-embedded.github.io/book/
However, you wonāt be able to use the Particle libraries/ecosystem with that approach, unless you create your own C bindings.