Dilip PatelforDilip Patel's AOSP blogaospmastery.hashnode.dev·Nov 15, 2024AOSP Learning PathThe Android Open Source Project (AOSP) is the core of the Android operating system, providing developers with the source code and tools needed to create custom Android experiences. This article introduces AOSP, explaining its role and importance in t...Discussaosp
Devlin Bentleymeanderingthoughts.hashnode.dev·Oct 22, 2024Subscriptions on the Microsoft BandThis post is a direct continuation of https://meanderingthoughts.hashnode.dev/cooperative-multitasking-on-microsoft-band A State of Burnout State management is one of the most crucial tasks in software engineering. A large amount of what different so...Discuss·257 readsmicrosoft band
Sai Prasanna Maharanasaimaharana.hashnode.dev·Oct 21, 2024Hierarchical Navigable Small World (HNSW)Certainly! Hierarchical Navigable Small World (HNSW) is a popular algorithm used in vector databases for efficient approximate nearest neighbor (ANN) search in high-dimensional spaces. It is particularly effective for large-scale datasets due to its ...DiscussGen AIalgorithms
Nyakio Mainanyakio.hashnode.dev·Oct 14, 2024Rust And Pico2So here’s the simple tutorial to build and flash a Rust application to the Pico 2 microcontroller Step 1: Environment set-up Clone the Pico SDK: git clone https://github.com/raspberrypi/pico-sdk Set the PICO_SDK_PATH environment variable: export...Discuss·2 likes·58 readsembedded
JP Hutchinsblog.jphutchins.com·Oct 10, 2024Comparing Firmware Development EnvironmentsAbout a year and a half ago, I decided to take a different approach to setting up a Zephyr environment for a new project at Intercreate. Instead of using my trusty VMWare Workstation Linux VM, I opted for WSL2. I was curious to find out: Would hardwa...DiscussWSL
Mohymenulmohymenul.hashnode.dev·Sep 24, 2024Troubleshooting Automatic Scrolling to Cal.com Inline Embed on Page LoadKey Questions about it Why do all pages automatically scroll to the Cal.com inline embed upon loading? What could be causing the page to scroll down when the Cal embed loads? What steps can be taken to prevent the automatic scrolling to the embedd...DiscussReact
Sam Leesamlee.hashnode.dev·Sep 13, 2024Controlling OLED part 2This time, let's create a status display. Egg Incubator Current Status: Incubating Incubation Period: 15 days 3 hours Time to Hatch: 5 days 21 hours Hatching Progress: 71% Expected Hatch Day: May 10, 2024 Temperature: 38.5° C Heater: on/off Our goa...DiscussOLED
Sam Leesamlee.hashnode.dev·Sep 12, 2024Controlling OLEDHatching an egg takes about 21 days. We will use an OLED to check how long the egg incubator has been running. Displaying it in a clear manner would be ideal. The OLED module we will use is the jmd0.96d-1 module. It looks like this and is also known...DiscussI2C
Sam Leesamlee.hashnode.dev·Sep 11, 2024How to Connect a Relay Circuit: A Step-by-Step GuideIn my previous post, I connected an AC Relay, an AC Voltage Source, and a Heater plug. Here’s a simple explanation of how I did it. First, prepare an extension cable. Cut it in half. Mark two spots in the middle (where I’m holding with my left hand...Discussrelay
Sam Leesamlee.hashnode.dev·Sep 11, 2024Controlling Heater - AC RelayOne of the essential functions of an egg incubator is to control the heater. The egg incubator should turn the heater on when the temperature falls below a certain point and turn it off when the temperature rises above a certain point. A significant ...Discuss#AC Relay