Sunday, 10 November 2024

Bluetooth auto connect in MIT App


 Bluetooth auto connect MIT App Inventor


By adding Bluetooth MAC address in the MIT App , it will connect automatically to the desire module





Tuesday, 16 July 2024

Sprint PI 4 Pro A


 

Sprint PI 4 Pro A simple Pulse Detector,

 

here i used Arduino pro mini instead of Nano both are working well,

 

instead of BF245 Transistor MPF102 can be used  

 






Monday, 22 January 2024

LRL Long range locator

          A simple Arduino Based LRL (Long Range Locator)






Sunday, 17 December 2023

Capacitive Fingerprint R503 Reading Problem Resolved

Using Capacitive Sensor with existing available projects with common Adafruit_Fingerprint.h library 

in most cases it will not work , for  solution of said issue we have to make some changes in the existing Adafruit library .

Search the below file in the "h "and update it

0x1B to 0x04

''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

from:

#define FINGERPRINT_HISPEEDSEARCH 0x1B

to :

#define FINGERPRINT_HISPEEDSEARCH 0x04