Home2024-05-02T05:27:03+00:00

PIR Sketch

const int PIR_SENSOR_OUTPUT_PIN = 13;  /* PIR sensor O/P pin */ int [...]

Telegram Movement Notification

/* Rui Santos Complete project details at https://RandomNerdTutorials.com/telegram-esp32-motion-detection-arduino/ Project [...]

esp32 blink

#define INTERNAL_LED 2 void setup() { pinMode(INTERNAL_LED,OUTPUT); Serial.begin(9600); } [...]

Go to Top