Skip to content
View samadhanbabar's full-sized avatar

Block or report samadhanbabar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
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