#rustembedded résultats de recherche
About to have some fun with the STM32 boards made by WeAct Studio in #rustembedded Absolutely beautiful boards. I want to design a carrier board for the H7 one

Built a light sensor with Rust & STM32F303 — no HAL, just bare-metal ADC fun. 🛠️ 🔗 danielhoeflehner.tech/2025/07/18/rus… #rust #rustembedded #stm32
#LSPPDay30 Built a keypad‐driven servo controller! – Enter 0–180° on 4×4 matrix → confirm with '#' – Fast‑PWM on D9 for smooth 50 Hz servo sweep – Sleep/wake with INT0 & heartbeat LED at 1 Hz #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology


Raspberry Pi Pico -- PWM, Frequency, and Duty cycle. #RustEmbedded #RaspberryPico #RaspberryPi #RP2040 #PWM #RustLang

#LSPPDay28 Got my servo moving with hardware PWM on D9! – Set up 50 Hz Fast‑PWM with Timer1 – Converted angles to 1–2 ms pulses – Swept 0–180° smoothly in Rust #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology

#LSPPDay29 Woke the Arduino using just the 'D' key from a 4×4 keypad! – Configured INT0 interrupt on falling edge – Set only 'D' row LOW to detect press – Slept with sleep() and printed “WAKE” on key press #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology


#LSPPDay25 Flashed my first Rust blinky on Arduino Uno! – Used avr-hal-template and arduino-hal – Wrote no_std Rust with HAL abstraction – Programmed via ravedude and flashed directly #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology

🤩 That pleasure when you finally make `cargo test` work on an embedded project. Next will be on device testing with `defmt_test` #rustembedded @LechevSpace @apollolabsbin we should try to do this for the Nanosatellite workshop at @AeroRust too

Finishing up the board site. There are only pictures of the board itself, but customs decided to delay everything :( #rustembedded #rustlang #esp32c3 #qwiic


The __cortex_m_rt_main_trampoline in Rust embedded sets up the stack and jumps to __cortex_m_rt_main, ensuring proper init. It saves r7 & lr for debugging. In GDB, skip it and set a breakpoint at 0x686 for the real main logic. #RustEmbedded #GDB #ReverseEngineering #Rust

prototyping a #rustembedded MIDI controller 🚀 it's got it all: - bidirectional messages (sends out control values but also receives them & updates internal state) - MIDI clock/beat sync (the blue flashing light on the left) - too much hot glue 😳
Plenty of progress made in Q2 2023 using @rustlang on @EspressifSystem microcontrollers! espflash v2.0, esp-802154, esp-wifi, matter and more! mabez.dev/blog/posts/esp… #rustlang #rustembedded #rust #esp32 #espressif #matter @rustembedded
2020 is as good a time as any to start a twitter account, right? Keep an eye on us for updates on #rustlang #rustembedded and #SoftwareEngineering in general

Built a light sensor with Rust & STM32F303 — no HAL, just bare-metal ADC fun. 🛠️ 🔗 danielhoeflehner.tech/2025/07/18/rus… #rust #rustembedded #stm32
Just wrapped up the #LSPP60days Challenge! 🥳 From Embedded Rust on ARM/AVR to Python AI/ML & Dockerized APIs—60 days of deep dives and hands-on projects. #60DaysOfLearning2025 #RustEmbedded #PythonAI @lftechnology github.com/62Xenon/LSPP60…
#LSPPDay30 Built a keypad‐driven servo controller! – Enter 0–180° on 4×4 matrix → confirm with '#' – Fast‑PWM on D9 for smooth 50 Hz servo sweep – Sleep/wake with INT0 & heartbeat LED at 1 Hz #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology


#LSPPDay29 Woke the Arduino using just the 'D' key from a 4×4 keypad! – Configured INT0 interrupt on falling edge – Set only 'D' row LOW to detect press – Slept with sleep() and printed “WAKE” on key press #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology


#LSPPDay28 Got my servo moving with hardware PWM on D9! – Set up 50 Hz Fast‑PWM with Timer1 – Converted angles to 1–2 ms pulses – Swept 0–180° smoothly in Rust #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology

#LSPPDay27 Dove into ATmega328P architecture & Rust crates! – Explored avr-device PAC & embedded-hal traits – Hands-on with GPIO, timers & UART on the Uno – Ran RTIC examples from GitHub for safe concurrency #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology




#LSPPDay26 Conquered AVR external interrupts in theory & practice! – Deep-dived into external interrupts and Cortex-M NVIC – Practiced interrupt-driven blinky & button demos in Rust #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology




#LSPPDay25 Flashed my first Rust blinky on Arduino Uno! – Used avr-hal-template and arduino-hal – Wrote no_std Rust with HAL abstraction – Programmed via ravedude and flashed directly #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology

⚙️ High-performance Ethernet meets Rust! Discover Alex Martens’ lightweight W5500 driver leveraging TOE for no_std embedded systems. Check it out 👉bit.ly/3TxkzoA #WIZnet #RustEmbedded #TOE #Ethernetchip
Real-time, memory-safe, embedded—and beautiful. Tock OS isn’t just Rust in microcontrollers, it’s trust baked into silicon. Amit and the Tock crew show that secure systems don’t need to be big to be bold. #TockOS #RustEmbedded #OSS
The __cortex_m_rt_main_trampoline in Rust embedded sets up the stack and jumps to __cortex_m_rt_main, ensuring proper init. It saves r7 & lr for debugging. In GDB, skip it and set a breakpoint at 0x686 for the real main logic. #RustEmbedded #GDB #ReverseEngineering #Rust

ESP32 processors have these "remote control transceiver" (RMT) peripherals which can be used as general purpose sequence generators. Continuing with my #rustembedded experiments on the esp32c3, I wanted to control the RGB LED on the devkit - esp-hal has some examples of using the…
すごい...! Rust 製 unix-like OSである octox のユーザーランドに Clojure ライクな Lisp 系のスクリプト言語が実装されました👏🥳@delihiros octox のまだなにもない環境に言語実装してくれるのすごすぎる... #RustLang #OSDev #rustembedded github.com/o8vm/octox/pul…
github.com
feat: add jell language v0.1 by delihiros · Pull Request #18 · o8vm/octox
Summary of this PR This PR introduces the Jell language interpreter as a userland program. Jell is a Lisp dialect with syntax similar to Clojure. About Jell language Jell is a lexically scoped lang...
Check out the progress made in Q2 2024 using @rustlang on @EspressifSystem microcontrollers! mabez.dev/blog/posts/esp… #rustlang #rustembedded #rust #esp32 #espressif @rustembedded
Check out the progress made in Q1 2024 using @rustlang on @EspressifSystem microcontrollers! mabez.dev/blog/posts/esp… #rustlang #rustembedded #rust #esp32 #espressif @rustembedded
Yes, once I've gone through the basics that's the tutorial I was planning to follow. @rusty_bits is also releasing some awesome #RustEmbedded videos! And the last one is also using the #microbit!
I'm very much in the "learning the basics" phase, if you have any #RustEmbedded stuff with #microbit V2 I'd love to check it out!
Check out the progress made in Q4 2023 using @rustlang on @EspressifSystem microcontrollers! mabez.dev/blog/posts/esp… #rustlang #rustembedded #rust #esp32 #espressif @rustembedded
Embassy and #rustembedded are so cool. This'll make a whole class of engineering much more stable and (memory) safe. Would love to take a workshop on this some day. apollolabsblog.hashnode.dev/embassy-on-esp…
Raspberry Pi Pico -- PWM, Frequency, and Duty cycle. #RustEmbedded #RaspberryPico #RaspberryPi #RP2040 #PWM #RustLang

The __cortex_m_rt_main_trampoline in Rust embedded sets up the stack and jumps to __cortex_m_rt_main, ensuring proper init. It saves r7 & lr for debugging. In GDB, skip it and set a breakpoint at 0x686 for the real main logic. #RustEmbedded #GDB #ReverseEngineering #Rust

Finishing up the board site. There are only pictures of the board itself, but customs decided to delay everything :( #rustembedded #rustlang #esp32c3 #qwiic


About to have some fun with the STM32 boards made by WeAct Studio in #rustembedded Absolutely beautiful boards. I want to design a carrier board for the H7 one

2020 is as good a time as any to start a twitter account, right? Keep an eye on us for updates on #rustlang #rustembedded and #SoftwareEngineering in general

Just finished: Controller for Actiforce desk lift. PCB made with @LibrePCB, firmware written in @rustembedded. github.com/dbrgn/desklift #madeWithLibrePCB #rust #rustembedded


🤩 That pleasure when you finally make `cargo test` work on an embedded project. Next will be on device testing with `defmt_test` #rustembedded @LechevSpace @apollolabsbin we should try to do this for the Nanosatellite workshop at @AeroRust too

#LSPPDay30 Built a keypad‐driven servo controller! – Enter 0–180° on 4×4 matrix → confirm with '#' – Fast‑PWM on D9 for smooth 50 Hz servo sweep – Sleep/wake with INT0 & heartbeat LED at 1 Hz #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology


I was worried it would be a nightmare, but actually thanks to the amazing work from the Embassy team, connecting Pico W running #rustlang to my wi-fi is quite doable. #rustembedded #picow @Raspberry_Pi

#LSPPDay28 Got my servo moving with hardware PWM on D9! – Set up 50 Hz Fast‑PWM with Timer1 – Converted angles to 1–2 ms pulses – Swept 0–180° smoothly in Rust #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology

#LSPPDay29 Woke the Arduino using just the 'D' key from a 4×4 keypad! – Configured INT0 interrupt on falling edge – Set only 'D' row LOW to detect press – Slept with sleep() and printed “WAKE” on key press #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology


Our new Rust and Tock book hard copy has just arrived! Stay tuned, we’ll have a book giveaway soon. #rustlang #tockos #rustembedded

#LSPPDay25 Flashed my first Rust blinky on Arduino Uno! – Used avr-hal-template and arduino-hal – Wrote no_std Rust with HAL abstraction – Programmed via ravedude and flashed directly #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology

#LSPPDay26 Conquered AVR external interrupts in theory & practice! – Deep-dived into external interrupts and Cortex-M NVIC – Practiced interrupt-driven blinky & button demos in Rust #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology




#LSPPDay27 Dove into ATmega328P architecture & Rust crates! – Explored avr-device PAC & embedded-hal traits – Hands-on with GPIO, timers & UART on the Uno – Ran RTIC examples from GitHub for safe concurrency #60DaysOfLearning2025 #RustEmbedded #LearningWithLeapfrog @lftechnology




Something went wrong.
Something went wrong.
United States Trends
- 1. #DWTS 24.4K posts
- 2. #WWENXT 12.5K posts
- 3. Robert 103K posts
- 4. #DWCS 3,866 posts
- 5. Carrie Ann 2,559 posts
- 6. #RHOSLC 3,324 posts
- 7. Elaine 49.6K posts
- 8. Whitney 13.7K posts
- 9. Max Muncy 1,857 posts
- 10. Dylan 31.8K posts
- 11. Young Republicans 44.9K posts
- 12. Roldan 1,739 posts
- 13. #USMNT N/A
- 14. Haji Wright N/A
- 15. Politico 254K posts
- 16. Peralta 5,535 posts
- 17. The Rangers 8,494 posts
- 18. D’Angelo 399K posts
- 19. Rahiki 1,217 posts
- 20. Charlie 787K posts