How to interface Panasonic PIR sensor with Arduino
Hi guys, this blog is about how to interface Panasonic PIR sensor with Arduino nano microcontroller. Prerequirements: Arduino Nano Panasonic PIR Sensor (EKMC1603111) Buzzer Resistor 15 kohm Breadboard Jumper Wires…
How To Receive UART Serial Data With STM32 – Interrupt – Polling
HAL. USART. Data transfer In this tutorial, we’ll be discussing the USART / UART hardware in STM32 microcontrollers. Starting with an introduction to UART serial communication. And we’ll get a…
Mastering LED Magic: Blink LEDs Like a Pro with STM32
After working a lot with 8-bit microcontrollers and learning all the protocols and functions they offer, now I thought to switch to 32-bit microcontrollers. I decided to go with arm…
Send data to server using stm32 and GSM/800/900/M66 module With thingspeak
Hi everyone, this blog is to send a data to ThingSpeak server using the STM32 microcontroller. What are AT commands? AT commands are commands which are used to control the…
PROGRAM STM32 WITH UART
Program STM32F4 with UART STM32F3 devices have a great feature. They can be programmed with the only USB to UART converter. Each device has a bootloader inside, which supports UART…
How to send SMS with GSM (SIM800) using STM32F1(Bluepill) in Keil IDE
Introduction: Hi, in this article we will see how to send SMS with SIM800 GSM module using blue pill microcontroller in Keil IDE. SIM800 is a quad-band module 850/900/1800/1900MHz and…
Lora SX1276/7/8/9 Library for STM32F103C in Keil
Hi guys this article is to discuss the Lora module interfacing with the STM32F blue pill board. The driver is implemented to transmit and receive the data between two devices…
How to monitor Sensor values in Blynk App using Raspberry Pi
Hi guys, in this article we will discuss how to monitor the DHT sensor values in the Blynk application. For this we should have an account in the Blynk app,…
How to display DHT sensor values on GUI application in raspberry pi
Hi guys, this article is to read the DHT sensor values temperature and humidity, these values are displayed on the PyQt5 GUI application. This GUI is designed in Qt designer…
Posting Sensor Values to the Server using WiFi Module with Arduino Uno
Introduction: In this tutorial, I am going to explain about sending sensor values to the thing speak server. ThingSpeak is an open-source server, so users just need to sign up…