FYP Solutions

One stop solution for your tech projects
  • Home
  • Contact Info
  • Projects
  • Members

Blog

CPU Registers of STM8 for Assembly Programming

By Abdul Rehman

  • STM8 , Assembly Language ,
  • Tags: stm8 8s003f3p6, stm8 assembly, stm8 assembly examples, stm8 assembly language, stm8 basic, stm8 programming, stm8s, stm8s discovery tutorial, stm8s003f3p6, stm8s103f3p6
  • 10 Feb

While programming STM8 microcontroller using assembly language, it is very important to know the internal architecture of the STM8 micro controllers. We are going to use the STM8s microcontroller and according to the Reference manual of STM8s microcontroller , the CPU of STM8s microcontroller consists 6 internal registers. Because the STM8 microcontroller is 8-bit microcontroller,

Read More

How to use AForge.Net Framework in C#?

By Abdul Rehman

  • C# ,
  • Tags: aforge .net core, aforge net in c#, aforge net library download, aforge.net c#, aforge.net download, aforge.net framework, aforge.net framework download, aforge.net framework tutorial, aforge.net library, aforge.net nuget, how to install aforge net framework, how to use aforge.net in visual studio
  • 03 Feb

AForge.net is wonderful Image Processing and Computer vision framework for the C#.net Language. This framework comes with few power full machine learning tools as well. Because it is built on the dot net version 2.0, so it could work on previous Visual Studio versions as well. Just like we are going to use it with

Read More

PIC microcontroller LED Blink Code Example in Assembly Language

By Abdul Rehman

  • Assembly Language , Microchip PIC16 ,
  • Tags: blinking led using pic microcontroller, pic assembly language tutorial, pic led blink, pic microcontroller code examples, proteus assembly code
  • 27 Jan

PIC Microcontroller 16f887 assembly code example for LED blinking is very simple and easy to implement. This is why it is always recommended to blink an LED for any embedded system development beginner. The microcontroller PIC16F887 is used for demo purposes but this code is equally applicable to other variants of PIC16 micro-controllers, like PIC16F877A

Read More

Log Temperature sensor data to Google sheet using NodeMCU ESP8266

By Abdul Rehman

  • ESP8266 , Examples ,
  • Tags: ds18b20 esp8266, esp8266 nodemcu, esp8266 nodemcu and google drive sheets, google sheets, nodemcu esp8266 google sheets, nodemcu google sheets
  • 20 Jan

We often need to log data to different platforms. Due to the wide popularity of the NodeMCU, it is now possible to Log data to a secure and easy to access data sources like Google Sheet. Today, we are going to log temperature sensor data to google sheet using nodemcu esp8266. The reason for choosing

Read More
ds18b20 esp8266

DS18b20 Interfacing with ESP8266 NodeMCU board

By Abdul Rehman

  • Examples , ESP8266 ,
  • Tags: arduino temperature meter, arduino temperature sensor project, ds18b20 esp8266, ds18b20 temperature sensor
  • 18 Jan

DS18b20 is a temperature Sensor module which works on single wire protocol. The reason to choose DS18b20 as a temperature sensor is because, we can interface many DS18b20 sensors on single wire. So we do not need extra pins for interfacing as well as we also do not need analog pins. Because ESP8266 Nodemcu module

Read More
lm35 temperature sensor arduino lcd

How to use LM35 temperature sensor with Arduino

By Abdul Rehman

  • Arduino ,
  • Tags: arduino lcd, arduino lm35, arduino temperature meter, arduino temperature sensor project, interfacing lm35 with arduino, lm35 arduino, lm35 arduino proteus, temperature reader arduino
  • 12 Jan

Reading the environment temperature is one of the most important task for the majority of the applications. We are going to use LM35 Temperature sensor with Arduino in this example. Even in embedded systems, temperature sensors are one of the most basic and most important sensors used in wide variety of products. Some of the

Read More
react bootstrap navbar example

How to create a React Bootstrap Navbar?

By Abdul Rehman

  • React-js , Examples ,
  • Tags: helper code, react bootstrap navbar, react js example, react-bootstrap
  • 06 Jan

React bootstrap is a very handy and popular framework for using the bootstrap in React.js applications. Today we are going to create a react-bootstrap navbar example. In this example I will show you from a simplest navbar to a little bit complex one. So grab your keyboards and let’s get started. Installing react-bootstrap First thing

Read More
c# interface for serial read

Arduino + C# Serialport ReadLine and Display on Textbox

By Abdul Rehman

  • 2
  • Arduino , C# ,
  • Tags: arduino adc read example, arduino adc to c# textbox
  • 12 Dec

Today we are going to read analog input in Arduino and send that read value to Serial port via serial.println() function. After that we are going to create C# based winform application and read data coming from Arduino and display into a Textbox using delegate methods in C#. SerialPort Object in C# will help us

Read More

Android Network Call using Kotlin coroutines

By Abdul Rehman

  • Kotlin , Android ,
  • Tags: android simple network call, android-kotlin, android-network-call, kotlin dispatchers, kotlin-coroutines, kotling async task replacement
  • 12 Nov

Kotlin coroutines makes network calls much easier. Specially all the async await like programming. Basically the biggest candidate before the coroutines were the asyncTask in Android. But thanks to the Kotlin coroutines we can easily do that task in much simpler way. In this example we are going to fetch a simple URL feed with

Read More
4 digit 7 segment on Arduino atmega 8

Arduino 4 digit 7 segment multiplexing on Atmega8 using Timer 2 Interrupt

By Abdul Rehman

  • Arduino , Tutorials ,
  • Tags: 4 digit 7 segment multiplexing, atmega 8, timer 2
  • 17 Sep

Here is the code to multiplex 4 digit 7 segment on Atmega8 using Timer 2 Interrupt. This code witll display digits array on seven segments. In our case we used 3024 to display on 7 segments.

Posts navigation

  • 1
  • 2
  • 3
  • 4
  • …
  • 8

    Recent Projects

  • React Tailwind CSS Sidebar Layout

    20 November 2022

  • React Map Array Of Objects

    13 November 2022

  • Next Auth with Credentials using TypeScript

    07 September 2022

  • Bootstrap v5 Login example
    Bootstrap 5 Simple Login Page Example

    27 July 2022

  • PIC Timer1 External Clock Frequency Counter

    28 February 2022

Old Posts

Categories

  • 8051-8052
  • Android
  • Arduino
  • Assembly Language
  • Atmega8
  • Basic Electronics
  • Bootstrap
  • C#
  • Computer Vision
  • ESP8266
  • Examples
  • Flutter
  • FPGA
  • Image Processing
  • Java
  • Kotlin
  • MATLAB
  • Microchip PIC16
  • MySQL
  • Next js
  • NLP
  • OpenCV-Python
  • PHP
  • PIC-CCS
  • Project Ideas
  • Python
  • Raspberry PI
  • React-js
  • RPi 3
  • Selection Guide
  • STM32
  • STM32F103
  • STM8
  • STM8 Cosmic C
  • Tutorials

Popular Tags

8051 Android Arduino arduino temperature meter arduino temperature sensor project basic basic-code circuit Computer Vision cosmic c stm8 cosmic stm8s c compiler Digital Signal Processing ds18b20 esp8266 frequency google sheets GPIO hello-world Image Processing IoT JSON Kotlin Matlab mini-helping-code Mini Projects NLP nodemcu esp8266 google sheets PIC proteus assembly code python Raspberry PI STM8 stm8 8s003f3p6 stm8 assembly stm8 assembly examples stm8 assembly language stm8 basic stm8 blue pill stm8 example code stm8 programming stm8s stm8s003f3p6 stm8s103f3p6 stm8s discovery tutorial STM32 Web Based

FYP Solutions Powered By Impressive Business WordPress Theme