Pinned Loading
-
morse-codec
morse-codec PublicRust library for live decoding and encoding of morse code messages. Supports multiple embedded devices and operating systems by being no_std.
-
threejs-fundamentals
threejs-fundamentals PublicExample WebGL scenes created with Three.js based on the awesome manual at this location: https://threejs.org/manual/
-
github-graphql-search
github-graphql-search PublicAn example project that searches for github users, their repositories (owned or contributed) and repo issues using Apollo GraphQL client to query GitHub's GraphQL API.
TypeScript
-
task-react-products
task-react-products PublicA react app that lists a set of products, filters them based on categories, price range, sorts them based on alphabet and price. Also has a shopping cart.
TypeScript
-
morse-avr-demo
morse-avr-demo PublicMorse code decoder project for AVR embedded MCU and LCD display
Rust
279 contributions in the last year
Skip to contributions year listDay of Week | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
August 2025
Created 28 commits in 1 repository
Created 1 repository
-
burumdev/stm32f3-discovery-sensors-embassy...
Rust
This contribution was made on Aug 6
Opened 1 pull request in 1 repository
burumdev/stm32f3-discovery-sensors-embassy-async
1
merged
-
Add and RTC clock with shared I2C bus
This contribution was made on Aug 10
Created an issue in embassy-rs/embassy that received 4 comments
embassy-stm32 f3: hard fault while using embassy_time::Timer in spawned task.
Tried spawning a task which reads temperature data from LSM303AGR magnetometer-accelerometer every 3 seconds: #![no_main] #![no_std] use defmt::*; use