Home / Roland Pelayo (page 24)

Roland Pelayo

I started TMM back in 2015. I’m a firmware and embedded systems engineer with over ten years of experience designing and developing electronic and microcontroller-based products. Over the years, I’ve worked on a wide range of projects, including medical devices, access control and security systems, automation, robotics, wireless communication modules, IoT systems, imaging and sensor instruments, and educational training tools. I’ve built systems using platforms such as PIC, AVR, ESP32, STM32, nRF52, and Raspberry Pi, and I regularly work with protocols like RS485/OSDP, CAN, TCP/IP, Wiegand, and a variety of sensor and communication interfaces. I also develop full-stack solutions for embedded projects, combining firmware, hardware, and web-based dashboards when needed. If there’s a topic you’d like me to write about, or if you need consultation or hands-on development for electronics, embedded, or firmware projects, I’m always open to working on new ideas and collaborations. You can reach me anytime through the contact page.

The Impact of Technology on Climate Change

How does technology impact climate change? We’re going to explore both the positive and the negative influences technology has on climate change. To understand and see the issue of climate change from a lucid perspective, we must be aware of both sides.  Climate change can destructively change the course of …

Read More »

Signal Integrity and Power Integrity in PCB Fabrication and Design

Signal integrity and power integrity are critical factors in the fabrication and design of printed circuit boards (PCBs). These factors play a significant role in ensuring that the PCBs function as intended, without interference or noise that could degrade performance or even cause the circuit to fail. This article highlights …

Read More »

How advanced is facial recognition software?

How advanced is facial recognition software?

Face recognition software is a type of technology that uses artificial intelligence (AI) to analyze and identify a person's facial features from a digital image or video. The software can identify unique patterns in a person's face, such as the distance between their eyes, the shape of their jawline, and …

Read More »

Why is EEG an important aspect of human scientific research?

Why is EEG an important aspect of human scientific research?

Electroencephalography (EEG) is an important aspect of human scientific research because it allows researchers to measure the electrical activity of the brain, which can provide valuable insights into brain function and behavior.   The use of EEG has the potential to significantly improve people's lives in both clinical and non-clinical …

Read More »

Arduino Simulation in Proteus ISIS

Arduino simulation model UNO version

Labcenter Electronics’ Proteus has become an indispensable tool for engineers as it offers not only schematic and PCB design but also real-time simulation. However, Arduino simulation is not supported by this application by default. This tutorial will show you how to simulate an Arduino with Proteus ISIS.

Read More »

Arduino Programming: Ternary Operator

nested-ternary-arduino-circuit

If your Arduino code involves decision-making, then it's very likely you're using conditional statements. Using if ... else... is common;  switch statements as well. But there is a third way, using ternary operator, that will really make your code shorter.   Example Scenario Say we are reading the state of …

Read More »

Arduino Programming: Arrays

An array is a data structure for storing multiple variables of the same data type. Mastering arrays will definitely make your Arduino sketches more efficient. If you’re a beginner when it comes to Arduino array, then this tutorial is for you.

Read More »