I am trying to make two RaspberryPi Pico talk UART with each other, but their serial port sends nothing in the configured pins, even when I wait until the TX buffer is empty.
I am using the #rp_pico HAL in rust, with the code in https://github.com/nils-van-zuijlen/splitflap/tree/multithread/module-driver/src
The UART peripheral gets configured in main.rs, the data sending gets done in parser.rs
#rp_pico #rustlang #rp2040 #RustEmbedded #embedded
J'essaye de faire communiquer entre elles deux RaspberryPi Pico en UART, mais leur port série n'envoie rien sur les pins, même une fois que le buffer d'envoi est vidé.
J'utilise la HAL #rp_pico en rust, avec le code qui est dans https://github.com/nils-van-zuijlen/splitflap/tree/multithread/module-driver/src
Le périphérique UART est configuré dans main.rs, l'envoi de données est fait dans parser.rs
#rp_pico #rustlang #rp2040 #RustEmbedded #embedded
Best way to learn a language is have a book, but actually start writing code.. this week, I started learning rust. Coming from a C and assembly background, I guess I will keep ranting about various topics here as I move on the journey. So far the language has been a bit irritating - not so much that I dump it.. it has it's own idiocyncrazies.
Chapter 1: https://youtu.be/I6m5nFq6lk0
Chapter 2: https://youtu.be/_KfAP7rGqqs
Today is the day!! Gama is sending its satellite running #Rust to space. #ourcodeinspace
Launch time 15:56 CET. Watch live:
- SpaceX launch webcast https://lnkd.in/excDn2Gr
- Nanoavionics launch event https://lnkd.in/gFYCKVY4 (featuring some information on Gama)
Thanks to Gama and Andrew Nutter for the ongoing adventure.
#rust #ourcodeinspace #rustlang #RustEmbedded #aerospace
Async/Await for no_std #Rust systems (including #RustEmbedded) is coming in 1.44, which is only 4 weeks away!