Difference between revisions of "Bee Motion ESP32 PIR Motion Sensor"

From Miscellany
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=Description=
 
=Description=
  
: This adaptation of [https://espressif.com Espressif]'s [[ESP32 & ESP8266|ESP32]] has a PIR motion sensor on top.
+
: This board based on [https://espressif.com Espressif]'s [[ESP32 & ESP8266|ESP32]] has a PIR motion sensor on top.
  
 
: [[File:Bee-Motion-ESP32-PIR-front.png|300px]] [[File:Bee-Motion-ESP32-PIR-back.png|300px]]
 
: [[File:Bee-Motion-ESP32-PIR-front.png|300px]] [[File:Bee-Motion-ESP32-PIR-back.png|300px]]
Line 28: Line 28:
 
==Arduino for ESP32-PIR==
 
==Arduino for ESP32-PIR==
  
: [https://github.com/strid3r21/Bee-Motion/tree/main/Code/Arduino Arduino code on GitHub]
+
: [https://github.com/strid3r21/Bee-Motion/tree/main/Code/Arduino Arduino code for ESP32-PIR on GitHub]
  
 
==CircuitPython for ESP32-PIR==
 
==CircuitPython for ESP32-PIR==
  
: [https://github.com/strid3r21/Bee-Motion/tree/main/Code/Circuit-Python CircuitPython for ESP32-PIR]
+
: [https://github.com/strid3r21/Bee-Motion/tree/main/Code/Circuit-Python CircuitPython for ESP32-PIR on GitHub]
  
 
==MicroPython for ESP32-PIR==
 
==MicroPython for ESP32-PIR==
  
: [https://github.com/strid3r21/Bee-Motion/tree/main/Code/Micro-Python MicroPython for ESP32-PIR]
+
: [https://github.com/strid3r21/Bee-Motion/tree/main/Code/Micro-Python MicroPython for ESP32-PIR on GitHub]
  
 
=Projects=
 
=Projects=
 +
 +
: Almost any PIR project, especially those incorporating WiFi, can be made efficiently using this board.
 +
  
 
----
 
----

Latest revision as of 15:22, 27 August 2022

Description

This board based on Espressif's ESP32 has a PIR motion sensor on top.
Bee-Motion-ESP32-PIR-front.png Bee-Motion-ESP32-PIR-back.png

ESP32-PIR Pinouts

Bee-Motion-Info-Card.png

ESP32-PIR Documentation

ESP32-PIR in the Press

Software

Like all ESP32s, this device is compatible with Arduino, CircuitPython and MicroPython.

Arduino for ESP32-PIR

Arduino code for ESP32-PIR on GitHub

CircuitPython for ESP32-PIR

CircuitPython for ESP32-PIR on GitHub

MicroPython for ESP32-PIR

MicroPython for ESP32-PIR on GitHub

Projects

Almost any PIR project, especially those incorporating WiFi, can be made efficiently using this board.