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…
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…
Spinning of DC Motor with ESP32 and Sound Sensor
This tutorial shows how to spin a DC MOTOR using ESP32, L293D motor driver, and SOUND SENSOR(CZN-15E). TABLE OF CONTENT Prerequisites CZN-15E sound sensor L293D motor drives Circuit connection program…
Internet of Things with ESP32
Internet of Things with ESP32 When IoT is discussed, ESP32 appears as a powerful tool. ESP32-SOWD, ESP32-D2WD, ESP32-DOWDQ6 and the system in package (SiP) ESP32-PICO-D4 are included in the ESP32…
How to Assign Static IP Address in Raspberry PI
A static IP address is the opposite of a dynamic IP address and it’s doesn’t change. To access raspberry pi with other devices over a long period of time and…