#rustembedded résultats de recherche

Ready for a new Project 🧐 I will try to use rust @rustembedded #rustlang #rustembedded

ShekoHex's tweet image. Ready for a new Project 🧐
I will try to use rust @rustembedded 
#rustlang #rustembedded

rust 🦀 + esp32 (hello world) #rustembedded

MuriloIjanc's tweet image. rust 🦀 + esp32 (hello world)

#rustembedded

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

Josfemova's tweet image. 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

Blinky on GR-CITRUS (RX631) #RustEmbedded

YVT's tweet image. Blinky on GR-CITRUS (RX631) #RustEmbedded

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

ultraman_62's tweet image. #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
ultraman_62's tweet image. #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

jeremychone's tweet image. 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

ultraman_62's tweet image. #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

ultraman_62's tweet image. #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
ultraman_62's tweet image. #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

ultraman_62's tweet image. #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

elpiel_'s tweet image. 🤩 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

KekCheburec's tweet image. Finishing up the board site. There are only pictures of the board itself, but customs decided to delay everything :(

#rustembedded #rustlang #esp32c3 #qwiic
KekCheburec's tweet image. 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

mytechnotalent's tweet image. 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

tweedegolfbv's tweet image. 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


#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

ultraman_62's tweet image. #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
ultraman_62's tweet image. #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

ultraman_62's tweet image. #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
ultraman_62's tweet image. #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

ultraman_62's tweet image. #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

ultraman_62's tweet image. #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
ultraman_62's tweet image. #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
ultraman_62's tweet image. #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
ultraman_62's tweet image. #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

ultraman_62's tweet image. #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
ultraman_62's tweet image. #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
ultraman_62's tweet image. #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
ultraman_62's tweet image. #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

ultraman_62's tweet image. #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

mytechnotalent's tweet image. 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…


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!


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…


Ready for a new Project 🧐 I will try to use rust @rustembedded #rustlang #rustembedded

ShekoHex's tweet image. Ready for a new Project 🧐
I will try to use rust @rustembedded 
#rustlang #rustembedded

rust 🦀 + esp32 (hello world) #rustembedded

MuriloIjanc's tweet image. rust 🦀 + esp32 (hello world)

#rustembedded

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

jeremychone's tweet image. Raspberry Pi Pico -- PWM, Frequency, and Duty cycle.

#RustEmbedded #RaspberryPico #RaspberryPi  #RP2040 #PWM #RustLang

Blinky on GR-CITRUS (RX631) #RustEmbedded

YVT's tweet image. Blinky on GR-CITRUS (RX631) #RustEmbedded

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

mytechnotalent's tweet image. 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

KekCheburec's tweet image. Finishing up the board site. There are only pictures of the board itself, but customs decided to delay everything :(

#rustembedded #rustlang #esp32c3 #qwiic
KekCheburec's tweet image. 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

Josfemova's tweet image. 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

tweedegolfbv's tweet image. 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

dbrgn's tweet image. Just finished: Controller for Actiforce desk lift. PCB made with @LibrePCB, firmware written in @rustembedded.

github.com/dbrgn/desklift

#madeWithLibrePCB #rust #rustembedded
dbrgn's tweet image. 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

elpiel_'s tweet image. 🤩 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

ultraman_62's tweet image. #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
ultraman_62's tweet image. #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

maciek_glowka's tweet image. 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

ultraman_62's tweet image. #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

ultraman_62's tweet image. #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
ultraman_62's tweet image. #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

wyliodrin's tweet image. 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

ultraman_62's tweet image. #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

ultraman_62's tweet image. #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
ultraman_62's tweet image. #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
ultraman_62's tweet image. #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
ultraman_62's tweet image. #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

ultraman_62's tweet image. #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
ultraman_62's tweet image. #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
ultraman_62's tweet image. #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
ultraman_62's tweet image. #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

Loading...

Something went wrong.


Something went wrong.


United States Trends