FYP Solutions

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

Category: Examples

  • Home
  • /
  • Examples

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
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

STM32F4 Discovery Board ADC + Usart

By Abdul Rehman

  • Examples ,
  • 12 Aug

In this post we are going to read ADC1 channel 10 on GPIO PC0 on STM32F4 Discovery board. First of all we will set the Clock PLL to run the discovery board on full speed with 168Mhz frequency. Later we initialize the USART with the baudrate of 230400 Kbps and finally we initialize the ADC

Read More

Simple Login System using PHP and MySQL

By Abdul Rehman

  • 1
  • PHP , Examples , MySQL ,
  • Tags: mysql password verify, password hash php, password verify php, php login system, secure php login system, sql password verify
  • 01 Jun

Today we are going to create a simple login page using PHP and MySQL. Login Systems are very first and basic needs when it comes to website development due to the large user-base. For any new developer it seems a trivial task to create a very basic but somehow secure login system. That is the

Read More
ssdlite_mobilenet_v2

SSDLite + MobileNet Object Detection with OpenCV DNN

By Abdul Rehman

  • 1
  • OpenCV-Python , Examples ,
  • Tags: Computer Vision, cv2.dnn, dnn, Image Processing, opencv, opencv dnn example, opencv python object detection, ssd, ssd object detection example, ssdlite object detection example using opencv, ssdlite_mobilenet_v3 opencv example
  • 16 Apr

I recently find out that OpenCV have Deep Neural Network module which is purely CPU based and no GPU required. So I thought to give it a try. I searched online and come up with this Real time Object detection on Raspberry PI tutorial Which further remove my doubts on the DNN’s biggest nightmare of

Read More
findcontours opencv python

Real Time Contours Detection findcontours OpenCV Python

By Abdul Rehman

  • 3
  • OpenCV-Python , Computer Vision , Examples , Image Processing , Python ,
  • Tags: drawcontours opencv python, findcontours opencv, findcontours opencv python, imshow opencv, opencv drawcontours, opencv drawcontours python, opencv findcontours, opencv imshow, opencv imshow python, python opencv drawcontours
  • 09 Apr

In this tutorial we are going to learn the usage of findcontours and drawcontours functions in OpenCV Python. We will create code for doing this in real time using Webcam. This code will help you in further image processing and computer vision projects where finding contours or Objects be the first task before doing any

Read More
Red and Green color filter

MATLAB Color Segmentation and Color Threshing

By Abdul Rehman

  • Image Processing , Examples , MATLAB ,
  • Tags: color filter, matlab image processing
  • 05 Apr

Color Segmentation is very basic problem in digital image processing. Most of the time we need to segment Object based on their colors. So Color segmentation comes in handy in such scenarios. Today, we are going to explain how to segment RGB Image based on some basic Primary Colors. This technique could also be applied

Read More
STM8 timer 4 block diagram

STM8 TIMER 4 Example in Cosmic C

By Abdul Rehman

  • 1
  • STM8 Cosmic C , Examples , STM32F103 ,
  • Tags: cosmic c stm8, cosmic stm8s c compiler, STM8, stm8 example code, stm8 examples, stm8 programming, stm8 timer 4 example, stm8 timer delay, stm8 timer example, stm8 timer tutorial, stm8s, stm8s discovery tutorial
  • 03 Apr

TIM4_CNTR register is used for counting value. TIM4_PSCR = 0x01 will divide input clock with 2 and finally 0th bit of TIM4_CR1 is used to enable or disable timer

LCD 4 bit mode interfacing with STM8 in C from scratch

By Abdul Rehman

  • 2
  • Examples , STM8 Cosmic C ,
  • Tags: 4 bit mode, cosmic c stm8, cosmic stm8s c compiler, lcd 16x2, STM8, stm8 8s003f3p6, stm8 basic, stm8 blue pill, stm8s, stm8s003f3p6, stm8s103f3p6
  • 27 Mar

We are going to interface LCD 4 bit mode with stm8s103f3 microcontroller. The code will be equally applicable for similar line STM8 microcontroller. The language we are going to use is C and the compiler we used is COSMIC C compiler for STM8. The IDE that we used for writing our code is STVD from

Read More

  • Previous
  • 1
  • 2
  • 3
  • Next

    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

 

Loading Comments...