Difference between revisions of "Bee Motion ESP32 PIR Motion Sensor"
From Miscellany
(Created page with "=Description= : This adaptation of [https://espressif.com Espressif]'s ESP32 has a PIR motion sensor on top. : File:Bee-Motion-ESP32-PIR-front.png|300p...") |
m (→Description) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Description= | =Description= | ||
− | : This | + | : 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 8: | Line 8: | ||
: [[File:Bee-Motion-Info-Card.png|900px]] | : [[File:Bee-Motion-Info-Card.png|900px]] | ||
+ | |||
+ | ==ESP32-PIR Documentation== | ||
+ | |||
+ | :* [https://github.com/strid3r21/Bee-Motion Bee-Motion on GitHub] | ||
+ | :* [https://discord.com/invite/zuvxPBg6u4 Smart Bee Designs on Discord] | ||
+ | |||
+ | : <youtube>https://www.youtube.com/watch?v=eUtSaV774to</youtube> | ||
+ | |||
+ | ==ESP32-PIR in the Press== | ||
+ | |||
+ | :* [https://hackaday.com/2022/05/07/bee-motion-combines-esp32-with-pir-sensor-and-usb-c/ on Hackaday.com] | ||
+ | :* [https://www.cnx-software.com/2022/05/09/bee-motion-esp32-s2-pir-motion-sensor-offers-gpios-over-a-year-of-battery-life/ on CNX Software Embedded System News] | ||
+ | :* [https://www.hackster.io/news/paul-price-s-bee-motion-mini-gets-a-big-sibling-meet-the-esp32-s2-powered-bee-motion-pir-board-e446454b8c12 on Hackster.io] | ||
=Software= | =Software= | ||
Line 15: | Line 28: | ||
==Arduino for ESP32-PIR== | ==Arduino for ESP32-PIR== | ||
+ | : [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 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 on GitHub] | ||
=Projects= | =Projects= | ||
+ | |||
+ | : Almost any PIR project, especially those incorporating WiFi, can be made efficiently using this board. | ||
+ | |||
---- | ---- |
Latest revision as of 14:22, 27 August 2022
Contents
Description
ESP32-PIR Pinouts
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
CircuitPython for ESP32-PIR
MicroPython for ESP32-PIR
Projects
- Almost any PIR project, especially those incorporating WiFi, can be made efficiently using this board.