IndusBoard Standalone IoT Lidar Radar

Lidar technology is integral in various applications like cartography, autonomous driving, environmental scanning, and intruder monitoring. It’s commonly used in robots and autonomous vehicles for mapping and localization. However, many lidar systems are wired, making them cumbersome for prototyping and testing. This is especially problematic in autonomous driving, where mounting and connecting lidar systems is […]
Automatic Login System Using IndusBoard Coin

An automatic login system using the IndusBoard Coin leverages its capabilities to create a seamless and secure access control mechanism that eliminates the need for manual login processes. The system is powered by the IndusBoard, which features an ESP32 module capable of interfacing with various user identification hardware, such as RFID readers, biometric sensors, or […]
Make Your Own Air Mouse

Air mouse is a device that allows you to control the cursor on devices like computers, mobile phones, and smart TVs through hand movements, providing a more intuitive and natural way to interact with your device. In this project, an air mouse is created using the IndusBoard Coin, a compact microcontroller with built-in sensors. Key […]
Digital Lock Using Web Serial

A digital lock using WebSerial technology offers a modern, secure, and convenient access control system, primarily leveraging an ESP32 microcontroller. This system functions by hosting a web interface that is accessible via a local Wi-Fi network. Users can connect to the network and enter a pre-set password through the WebSerial interface. The microcontroller processes the […]
Sensor Data Sending Over Web Serial

The Arduino IDE project using the Indus board enables real-time sensor data transmission over Web Serial to a web browser, facilitating live monitoring and analysis. This process involves creating a web page that uses the Web Serial API to establish a serial connection with the Indus board. The board collects data from various sensors, such […]
Blink LED Using Random Number Generator

Random number generation is a critical function in computing, enabling devices to perform tasks in an unpredictable manner. In the Arduino IDE, specifically with the IndusBoard, random numbers are generated using the randomSeed() and random() functions to achieve true randomness and avoid predictable sequences. How Random Number Generation Works Seeding the Random Number Generator: Generating […]
LED Controller Using Web Serial

The LED controller project leverages Web Serial to allow users to control LEDs directly from a web browser. This setup provides an intuitive and interactive way to manage LED states via a user-friendly web interface. By setting up a webpage with controls for the LEDs, the Web Serial API facilitates communication between the web application […]
Metal Detector Using IndusBoard Coin
A metal detector is a device designed to detect the presence of metal nearby, and it is commonly used for locating metal objects on the surface, underground, or even underwater. In this project, the IndusBoard coin is programmed to function as a compact metal detector by leveraging its built-in magnetometer sensor. The magnetometer sensor is […]
Device Login Using Button

The IndusBoard coin is programmed to function as a secure login key for devices, specifically designed to protect passwords from being stolen or seen by others in public settings. This innovative approach enhances security by eliminating the need to manually enter passwords, reducing the risk of exposure. In this setup, the IndusBoard coin acts as […]
Compass Using IndusBoard Coin

A compass is a fundamental tool for navigation and geographic orientation, traditionally featuring a magnetized needle or a compass card that pivots to align with magnetic north. In this project, we’ve utilized the IndusBoard coin to create a modern, digital compass. The IndusBoard is programmed to use readings from an accelerometer and a magnetometer to […]