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 PIR Specifictions: PIR sensor has the below specifications. Item Specifications Product Number EKMC1603111 Part Number EKMC1603111 Detection performance Long Distance Detection Type Sensor type Economy…

Read More

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 closer look at the STM32 USART hardware module and its internal functionalities, modes of operation, options, and configurations. In conclusion, we’ll take a look at the possible…

Read More

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 programming. This is not a very great method for Discovery boards, because they have a better and faster solution onboard, ST-link. But if you are…

Read More