Learn about basic electronic components, how electronic devices work and hack electronic devices to make DIY projects.
Subscribe to:
Posts (Atom)
Own IOT website and Hardware Using Node MCU (cyber thinks)
NODE MCU code -- website link Cyberthinks google drive link cyberthinks website files #include <ESP8266WiFi.h> #include <ArduinoJ...
-
The microphone is fixed into the diaphram of the stethoscope Schematic: Arduino Code: int mydata=0; void setup() { ...
-
Source Code: #include<reg51.h> #define adc P2 sbit load = P1^6; ////0804_adc_pin_details///// sbit soc = P1^0;//HIGH to...