Search
हिन्दी ☞ About ☞ Articles ☞ Events ☞ Books ☞ Patents ☞ Open-sources ☞ blank

Articles

Exlporing the Metaverse
  • ««
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • »»
Jun, 2025 - Post

Patent Granted: Streaming of Composite Alpha Blended AR/MR Video

💡 Innovation Often Begins with Solving Everyday Problems In our daily work, we regularly develop methods, processes, features, or approaches to address specific challenges. While these may initially seem like routine solutions, some of them quietly evolve into true innovations—often without us realizing it at the time. 🏅 I’m excited to share that one such innovation has now been recognized with a U.S. Patent! Patent No : US 12,323,679 B2 This patent, titled _“Streaming of Composite Alpha Blended AR/MR Video” granted to Lenovo, introduces a novel method for web-based AR and MR streaming—allowing mixed reality experiences from a headset to be cast directly to a web browser, along with the phone screen.
May, 2025 - Post

💯 Celebrating Exploring the Metaverse: A Year of Insights, Impact, and Gratitude

Almost a year ago, my book Exploring the Metaverse was launched globally—available at leading retailers including Amazon and BPB Online. With forewords and testimonials from pioneers across industries, the book aims to demystify the Metaverse and provide a thoughtful lens on its technological, business, and societal implications. It’s been incredibly fulfilling to see it resonate with readers and spark meaningful conversations. This milestone wouldn’t have been possible without the unwavering support of Thoughtworks, our ecosystem partners, and—above all—my family, friends, and colleagues.
May, 2025 - Post

FOMO to Flow: Building Gen AI Solutions

Unlock the power of Generative AI by learning to interact with large language models programmatically—and take it further with fine-tuning for customized responses. If you’re a software maker feeling the fear of missing out (FOMO) on the Gen AI revolution, you’re not alone. The way we build and interact with software is evolving rapidly. “Google it” or “check Stack Overflow” is no longer the go-to approach — AI-first, conversational tools are becoming the new standard across development, design, and decision-making.
Apr, 2025 - Post

🙏 Exploring the Metaverse | Testimonial 13

🚀 My Book, Exploring the Metaverse, is available in stores worldwide, including Amazon and BPB Online. It features forewords and testimonials from industry pioneers, and it aims to uncover the concept of the Metaverse, offering insights into its technological and business implications. One notable endorsement comes from industry veteran Mr. Pradeep Khanna, who holds multiple global roles in metaverse eco-system. It is a privilege to work with Pradeep at various front on VRARA and other emerging technologies platform.
Apr, 2025 - Post

DNS Resolution In Thread Network

In previous articles, we explored communication between a Thread device and external (non-Thread) networks, primarily over TCP/HTTP using IP addresses and ports. However, in real-world applications, we rarely use raw IP addresses. Instead, we rely on hostnames — which are resolved to IP addresses using DNS (Domain Name System). Public DNS resolution (like Google’s 8.8.8.8) handles global domain names, typically configured at the OS or browser level. But for private, local networks — like those used in IoT and Thread-based deployments — we need a local DNS setup to resolve custom hostnames (e.
Apr, 2025 - Post

📕 Exploring the Metaverse | Available Globally

Is the metaverse hype or reality? My new book explores what lies ahead “Exploring the Metaverse” is now available globally! Read the detail synopsis of the book here and testimonials from a diverse set of industry leaders Buy Paper Back: 🇧🇪 Amazon Belgium - 👉 Get it in 32,80€ (4% off) 🇧🇷 Amazon Brazil - 👉 Get it in R$200,16 🇨🇦 Amazon Canada - 👉 Get it in $45.
Mar, 2025 - Post

🙏 Exploring the Metaverse | Testimonial 12

🚀 My Book, Exploring the Metaverse, is available in stores worldwide, including Amazon and BPB Online. It features forewords and testimonials from industry pioneers, and it aims to uncover the concept of the Metaverse, offering insights into its technological and business implications. One notable endorsement comes from Sumeet Gayathri Moghe — Principal Product Manager at Thoughtworks and author of The Async-First Playbook. It is a privilege collaborating with Sumeet, who challenges the notion of being “busy” and advocates for deep, meaningful work through an async-first mindset—syncing when truly necessary.
Mar, 2025 - Post

OpenThread Commissioner Implementation in Java

In a previous article, we explored how to build and use an Android app as an external commissioner to onboard Thread devices into a network. This article takes it a step further by demonstrating how to implement a Java-based external commissioner. The thread commissioning process involves the following key steps: Discovering the Border Router Connecting to the Border Router Adding Joiner Rules Joining the Thread Network In this guide, we will implement these steps in a Java application, providing a clear and structured approach to external commissioning in OpenThread.
Mar, 2025 - Post

Building and Using OpenThread Commissioner Mobile App

In our previous article, we set up an external commissioner outside a Thread network using a command-line tool on a PC. However, OpenThread also provides a mobile app that can serve as an external commissioner. This guide will walk you through building and using the OpenThread Commissioner mobile app to provision a device onto a Thread network. Building the OpenThread Commissioner Mobile App OpenThread provides an Android app source, which requires Android Studio and Android NDK to build.
Feb, 2025 - Post

External Commissioning in Thread Network

In our previous article, we set up a commissioner within a Thread network by starting the commissioner from a thread node. However, a Thread network can also be provisioned using an external commissioner outside the thread network. This article will guide you through the configuration of an external commissioner for a Thread network using a Commissioner CLI setup on a mac/linux pc. Commissioner CLI The Commissioner CLI can be built on macOS or Linux using the following steps:
Feb, 2025 - Post

Implementing a TCP Client in nRF Connect

In a previous article, we implemented a Joiner that is programmatically provisioned by a Commissioner node to join a Thread network. Once an IoT device is part of the Thread network, the next step is to enable communication with other Thread nodes or external hosts. We previously discussed and tested UDP-based communication in Connecting Thread devices to Internet. In this article, we explore a similar approach with TCP OT CLI, and here we are implementing a custom TCP client that sends data to a TCP server programmatically.
Feb, 2025 - Post

nRF Connect SDK Advanced Practices

In our previous article, we provided a brief overview of the nRF Connect SDK and demonstrated how to build a simple application. This article explores advanced practices for working with the nRF Connect SDK, focusing on Zephyr OS internals, including timers, schedulers, bootloading, DFU, and FOTA concepts. It builds on our previous introduction to the nRF Connect SDK and provides insights into developing multi-threaded firmware, troubleshooting, and deploying firmware over the air (OTA).
Feb, 2025 - Post

Implementing a Joiner in nRF Connect SDK

In a previous article, we explored how a Commissioner node provisions a Joiner in a Thread network using OpenThread’s default firmware. However, in real-world applications, custom firmware logic is often required, along with programmatic control over the commissioning process. In this article, we will implement a Joiner using the nRF Connect SDK, following these four key steps. Joiner in Action The Joiner process involves the following steps: Enable Thread – Ensure that the Thread network and IPv6 are enabled.
Feb, 2025 - Post

Simplifying Thread Network Provisioning with Joiner and Commissioner

In previous articles, we explored the Thread protocol and connected Thread devices to the internet using a Border Router. We joined the Thread network by manually configuring each node with a full dataset containing network credentials such as the PAN ID, Network Key, Network Name, and more (refer to Step 6.1: Access Network Credentials). While this method works, it becomes impractical when provisioning hundreds of Thread devices in real-world scenarios.
Jan, 2025 - Post

🙏 Exploring the Metaverse | Testimonial 11

🚀 My Book, Exploring the Metaverse, is available in stores worldwide, including Amazon and BPB Online. It features forewords and testimonials from industry pioneers, and it aims to uncover the concept of the Metaverse, offering insights into its technological and business implications. A notable endorsement came from Mayan Shay May-Raz — Principal Product, Amazon, who has great sense of user centric product designs, I have privilege working closely with her on Lenovo’s ThinkReality product like.
Jan, 2025 - Post

Getting Started with Bluetooth Low Energy (BLE)

In a previous article, we explored how to build IoT firmware applications using the nRF Connect SDK. We examined its project structure and learned how to build and flash firmware on the nRF52840 dongle. If you missed it, you can catch up here: For more hands-on practices, use nRF52840 Development Kit (DK), that offers advanced developer features. You need to connect this board via a high-speed data cable like this one, to get it detected on your PC.
Jan, 2025 - Post

Getting Started with nRF Connect SDK

In the previous article, we explored setting up a Thread Network and enabling communication within and outside the network via a Border Router using OpenThread and the nRF Connect SDK. While we covered installing and configuring the SDK during the setup, we didn’t dive into the development process for nRF Connect SDK Apps. Let’s address that now! What We’ll Cover This article introduces the nRF Connect SDK and walks through building applications with it.
Jan, 2025 - Post

🙏 Exploring the Metaverse | Testimonial 10

🚀 My Book, Exploring the Metaverse, is available in stores worldwide, including Amazon and BPB Online. It features forewords and testimonials from industry pioneers, and it aims to uncover the concept of the Metaverse, offering insights into its technological and business implications. Want to highlight a notable endorsement from Mr. Dinkar Charak — esteemed Product Manager(#ProMa), Solutionist, and author of wonderful books on 📕Product Management and 📕Product LifeCycle. His 📕Engineering Excellence to Business Outcome (EEBO) is my personal favorite.
Jan, 2025 - Post

Connecting Thread Devices to Internet

In previous articles, we explored the Thread Network and its protocol, focusing on the formation, functionality, and topology of the network. Thread is a lightweight, low-power communication protocol for IoT devices, operating on IPv6. We discussed its ability to automatically establish a mesh network and maintain connectivity through its robust topology. We simulated a Thread network using Docker. Now in this article, we’ll create a Thread network between physical devices and connect it to the internet.
Dec, 2024 - Post

Testing the Ground: Reflections on 2024 and the Road Ahead for 2025

As we bid farewell to 2024 and welcome 2025, it’s a perfect moment to reflect on the lessons this year has offered—both rewarding and challenging—and to prepare for the opportunities ahead. This year marked a significant milestone as I celebrated 20 years in the industry. Along this journey, I shared my experiences by publishing a book, contributing over 30 articles and whitepapers on topics like the AI-powered metaverse, IoT, D&Iand product management.
  • ««
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • »»
© Kuldeep Singh 2025
https://freehitcounters.org