Today we are going to write a baremetal kind of code for accessing the values from MPU6050 in ESP32 Wroom Nodemcu module without using Adafruit library. Sometimes we just need a plain reading and using an external library seems overkill, besides, it hides lot of underlaying simplicity and do hardware abstraction that it will not […]
Category: Examples
In this post I am going to display the complete flow of Google SignIn method using the Firebase Auth UI. Which means, we do not need to implement our own ui rather we can use the Firebase Auth UI to implement the Sign In process. We can Also Implement the other auth providers in similar […]
Getting started with the GCC ARM Embedded toolchain involves several steps, including downloading and installing the toolchain, setting up the build environment, and writing and compiling your code. Here’s a step-by-step guide to help you get started: Step 1: Download and Install GCC ARM Embedded Toolchain Step 2: Set Up the Build Environment If the […]

Creating a Simple Pricing Table using Bootstrap 5 Grid will give you overview and confidence to properly understand and use Bootstrap 5 Grid. Pricing Table is one of the most widely used Component in any SaaS website. You have to show different pricing models to demonstrate how different packages could be subscribed or utilized. Let’s […]

Today we are going to make a very simple 8051 Assembly code for a frequency counter example. We are going to make the example very simple and to the point just the way we normally do in our previous examples. Today’s focus is to demonstrate the very simple frequency counting algorithm implementation in 8051 assembly […]
Today we are going to make a list of required libraries while doing web development using Flask framework in python. **Here are 20 must-learn libraries for Flask development, presented without explanation:** 1. Flask-SQLAlchemy2. Flask-WTF3. Flask-Login4. Flask-Mail5. Flask-Migrate6. Flask-RESTful7. Flask-JWT-Extended8. Flask-Babel9. Flask-SocketIO10. Flask-Caching11. Flask-Testing12. Flask-DebugToolbar13. Flask-Compress14. Flask-Bootstrap15. Flask-Moment16. Flask-Admin17. Flask-Marshmallow18. Flask-Cors19. Flask-WTF-CSRFProtect20. Flask-OAuthlib 1. **Flask-Flaskify**: Simplifies […]

We will explore the methods of using the built in SPI module in PIC16F887 Microcontroller. According to the datasheet of the microcontroller there is built in SPI module available in the microcontroller which could make life lot of easier when it comes to the SPI Master Slave communication. There is Master Synchronous Serial Port (MSSP) […]

Serial communication is one of the most commonly used forms of communication in Arduino. It enables the board to communicate with a computer or another devices. In some instances, you might have to transmit a string or a sequence of characters from Arduino to the connected device. Reading strings from serial input on Arduino can […]

Proteus is widely used among embedded system developers for simulation. It is easy to use simulator from PCB Design and Circuit Simulator Software – Proteus (labcenter.com). You can easily simulate various electronic circuits as well as embedded systems with it. We also used this in our previous post regarding LED blinking codes where we demonstrated […]

Delay using Systick Timer LED blinking with Sleep