Quicktips Custom USB Interface in Windows In this article, I will show you how to interface with your custom USB device on Windows.
FastAPI Integrating payment Webhooks with FastAPI in Python! - 1 FastAPI is a modern web development framework used for creating RESTful APIs in Python. It is easy to use and offers extremely fast performance and documentation support. In this tutorial, we are going to use Razorpay as our payment processing gateway to receive payment details through webhooks whenever a payment
Python Tutorial Featured Mastering Function Decorators in Python! Decorators are an extremely useful feature in Python language that allows programmers to change the behaviour of a function without changing the function. Sounds strange? Well Don't worry because In this post, We are going to:- 1. Understand what are decorators and how they work. 2. How
FastAPI Integrating payment Webhooks with FastAPI in Python! - 2 In the previous post, we saw how to create endpoints to receive webhooks using FastAPI in Python. We created a simple FastAPI App to receive the data whenever a payment is made on Razorpay. If you haven’t read that post Check that out here before proceeding further. In this
kicad Building Blocks for i.MXRT SoM Design Introduction The i.MX RT1160 MCU is designed for high-performance embedded applications that require advanced security features. It is the latest addition to NXP Semiconductor's i.MX RT series, which is renowned for its high processing speed, low power consumption, and flexibility. It’s dual core and runs
python Featured RaspberryPi PICO and PYUSB: Unlocking the Power of Custom USB Endpoints Introduction The RP2040 is a microcontroller developed by raspberry pi that has opened up a world of possibilities for DIY electronics enthusiasts. With its built-in USB 2.0 support, the RP2040 can function as a FULL SPEED (12Mbps) Device as well as a LOW SPEED (1.5Mbps) and FULL SPEED
python Featured How I improved my python code Performance by 371%! Introduction Before getting started let’s discuss the problem statement in hand. I wanted to analyze some data stored in a text file. Each row contained four numerical values demlimited by a space, for a total of 46.66M rows. The size of the file is around 1.11 GB,
6 Thinking Hats! Introduction Hello there, The "6 Thinking Hats" technique is a powerful tool/technique for improving decision-making and problem-solving in group settings. Developed by Dr. Edward de Bono, the technique encourages individuals to approach a problem or decision from multiple perspectives, rather than getting stuck in one way of
MIPI-DSI MIPI-DSI on i.MXRT 1060/1070 Hello everyone, this is going to be a 2 part series in which I am going to explain you about MIPI-DSI, how it works and how to use it on NXP i.MXRT1160/1170 crossover MCUs. What is MIPI-DSI? MIPI DSI (Mobile Industry Processor Interface Display Serial Interface) is a
Why I Started this blog? Who am I? Before starting with the "why" let me take a moment to introduce myself, My name is Shekhar Verma (yes, you guessed it right :laughing:). I am an Electronics Engineer and I love to learn new things, create stuff and tinker with existing ones. I am