Niraltek has been featured in the CIO INSIDER
We’re thrilled to share that Niraltek has been featured in the latest edition of CIO INSIDER, a prestigious publication in the Technology space. Our team has been working tirelessly to…
Arduino with Uno Sensors (IR sensor module, Temperature sensor, Ultrasonic sensor)
Arduino Uno Step: 1 Interfacing IR sensor module with Arduino An infrared sensor can detect movement as well as to measure the heat of an object. The Infrared…
How to install wordpress with Nginx on AWS EC2 instance
This tutorial will show you how to configure wordpress in nginx server in 10 steps Step: 1 First of all we update our server, this command used to update…
Anchor Tracking: The Future of Garment Manufacturing Industries Introducing the Stellar Garment Orbital Monitor
Introducing Stellar Garment Orbital Monitor: The garment management system that streamlines and automates the entire production process from Niraltek Solutions Are you looking for ways to improve the efficiency of your…
MQTT, Node-RED, InfluxDB and Grafana on EC2 AWS Instance
This tutorial will show you how to publish temperature and humidity sensor data via MQTT from esp32(DHT11) to Node-Red, Influx DB and Grafana on ec2 instance one step at a…
ESP32 and AWS IoT Core without using Thing
In this tutorial we will learn how to connect ESP32 with AWS IoT core and publish JSON format data without adding AWS IoT thing. The ESP32 will connect to the…
How to Take Photos and Upload it to Google Drive Using ESP32-CAM
In this tutorial we will see how to take photos and upload them to a google drive folder using ESP32 cam. The first step is to use the google script…
IoT Device Management Platform – DevsBot
As the concept of the Internet of things or IoT is finding its rapid growth, the need for IoT device management continues to expand rapidly. IoT device management is the ability…
How to deploy Angular and Node.js on AWS EC2 instance?
After installing angular in your local system follow the below procedure. Step1: Create a new angular application: ng new angular-app Angular application view Step:2 MySQL Database: To…
A Beginner’s Introduction to GitHub
GitHub is a cloud-based service website in which the developers can store, manage, track and control changes to their code. There are two connected principles. *Version control *Git What is…