weather app project

Best Weather App Project Documentation & Guide (Web + Android) – Complete Tutorial

Introduction – Building My Own Weather App (Web + Android) Creating a weather app might sound simple at first, but when you start working on it, you’ll realize there are so many interesting things happening behind the scenes. In this blog, I am sharing everything about my Weather App project, including the idea, planning, how…

Read More
ROBO EYE ON ESP8266

DASAI Mochi on ESP8266 + 0.96 OLED | The amazing fun DIY OLED Display Project

If you’re looking for a fun, creative, and tech-savvy DIY project, then DASAI Mochi on ESP8266 + 0.96 OLED is the perfect choice. This innovative project transforms your ESP8266 microcontroller and OLED screen into a cute, interactive, and Wi-Fi-enabled companion that displays animations, text, time, and even custom images. Whether you’re a hobbyist, maker, or…

Read More
TI CC1354P10-1 BLE DataStream Example – How to Send and Receive BLE Data Using TI LaunchPad

BLE DataStream Example: How to Send and Receive BLE Data Using TI CC13xx LaunchPad

Sending and Receiving BLE Data on TI CC1354P10-1 LaunchPad (DataStream Example Guide) TI CC1354P10-1 BLE DataStream example is one of the most practical ways to learn Bluetooth Low Energy (BLE) communication on Texas Instruments’ LaunchPad. Whether you’re streaming sensor data or sending control commands, this example shows exactly how to send and receive BLE data…

Read More
mcp4921

Interfacing MCP4921 12-Bit DAC with TI Microcontroller via SPI

Learn how to interface the MCP4921 12-bit Digital-to-Analog Converter (DAC) with a TI microcontroller using SPI and TI-RTOS driver libraries. Introduction In embedded systems, Digital-to-Analog Converters (DAC) play a vital role in converting digital signals into real-world analog voltages. Whether you’re building sensor simulators, waveform generators, or control systems, a reliable DAC interface is essential….

Read More
Max31855 with stm32 Thumbnail

MAX31855 STM32 Interface – Accurate Type-K Thermocouple Temperature Sensor Project

When working on MAX31855 STM32 interface projects, accuracy and reliability are critical for industrial temperature sensing applications. Whether for furnace control or process automation, the right sensor defines how stable your system will be. In this post, we’ll see how to connect the MAX31855 thermocouple-to-digital converter with an STM32 microcontroller using SPI. Basically, this project…

Read More
STM32 BLUE PILL WITH QUECTEL EC200U-CN FOR MQTT

How to Connect STM32 with Quectel EC200U-CN for MQTT Communication

Introduction A complete step-by-step guide to building a reliable cellular IoT MQTT connection using STM32 and Quectel EC200U When I first started experimenting with the Quectel EC200U-CN cellular module, my goal sounded simple:I wanted my microcontroller — an STM32 Blue Pill — to talk to the internet through 4G, publish sensor data (temperature, gas, distance,…

Read More