Skip to content
View samadhanbabar's full-sized avatar

Block or report samadhanbabar

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bare_metal_RGB_LED-TM4C123GH6PM- bare_metal_RGB_LED-TM4C123GH6PM- Public

    I recently worked on a bare-metal project using the TM4C123GH6PM (Tiva C LaunchPad) microcontroller and Keil uVision IDE, focusing on direct register-level programming — no drivers, no libraries, j…

    HTML

  2. Embedded-Rust-on-STM32-Blue-Pill-Asynchronous-Firmware-Blinking-LEDs-Switch-Input Embedded-Rust-on-STM32-Blue-Pill-Asynchronous-Firmware-Blinking-LEDs-Switch-Input Public

    I recently completed a small but powerful project using Embedded Rust on the STM32 Blue Pill (STM32F103C8T6) microcontroller. 💻 This firmware is built using the Embassy framework — enabling async/a…

    Rust

  3. esp32_WiFi esp32_WiFi Public

    Epsressif esp32 conteoller have support wifi and bluetooth

  4. rust_first_mini_project rust_first_mini_project Public

    I created a simple Fruit Guessing Game 🕹️ using Rust — a command-line game where the program randomly selects a fruit, and you try to guess it.

    Rust

  5. rust_ADC_asyc rust_ADC_asyc Public

    Async ADC example for the STM32F103C8T6 (Blue Pill) using Rust + Embassy. Reads analog input on PA0, sends values over USART1 (115200 baud), and blinks PC13 LED as a heartbeat. Minimal `no_std` pro…

    Rust