Bluetooth auto connect MIT App Inventor
By adding Bluetooth MAC address in the MIT App , it will connect automatically to the desire module
My this blog is purely for educational purpose , the aim is to introduce some unique ideas for electronic circuits enthusiasts, students hobbyist............. . My Youtube Channel : https://www.youtube.com/channel/UCo9zgx6UXdhBhpF51f5JjDw
Bluetooth auto connect MIT App Inventor
By adding Bluetooth MAC address in the MIT App , it will connect automatically to the desire module
PIM-2 Pulse Detector with no Counter
Below is the complete detail of PIM -2 detector:
Check Video here: PIM 2 Metal Detector (youtube.com)
PIM 2 Range Testing:
Click Here: PIM 2 Detector Range Test scale (inches)
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
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