├── 3D Printed Case ├── Bee Motion V2.2 Case STL.stl └── Bee Motion V2.2 Case.f3d ├── Battery Info ├── Bee Motion Awake Bat.jpg ├── Bee Motion Battery.png └── Bee Motion Deep Sleep Bat.jpg ├── Bee Motion 3D model ├── ESP32_S2 MOTION v2.2.step ├── README.md └── board model.jpg ├── Bee-Motion-Info-Card.png ├── Code ├── Arduino │ ├── Bee Motion Basic.ino │ └── Bee Motion Deep Sleep Example.ino ├── Circuit-Python │ ├── Code │ │ ├── PIR │ │ │ └── code.py │ │ └── Stats │ │ │ └── code.py │ └── Firmware │ │ ├── README.md │ │ ├── bootloader.bin │ │ ├── firmware.uf2 │ │ ├── ota_data_initial.bin │ │ ├── partition-table.bin │ │ └── tinyuf2.bin └── Micro-Python │ ├── Code │ ├── README.md │ ├── bm.py │ ├── deepsleep.py │ ├── main.py │ └── motion.py │ └── Firmware │ ├── README.md │ └── firmware.bin ├── README.md └── Schematics ├── README.md ├── board.jpg └── schematic.jpg /3D Printed Case/Bee Motion V2.2 Case STL.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/3D Printed Case/Bee Motion V2.2 Case STL.stl -------------------------------------------------------------------------------- /3D Printed Case/Bee Motion V2.2 Case.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/3D Printed Case/Bee Motion V2.2 Case.f3d -------------------------------------------------------------------------------- /Battery Info/Bee Motion Awake Bat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Battery Info/Bee Motion Awake Bat.jpg -------------------------------------------------------------------------------- /Battery Info/Bee Motion Battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Battery Info/Bee Motion Battery.png -------------------------------------------------------------------------------- /Battery Info/Bee Motion Deep Sleep Bat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Battery Info/Bee Motion Deep Sleep Bat.jpg -------------------------------------------------------------------------------- /Bee Motion 3D model/ESP32_S2 MOTION v2.2.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Bee Motion 3D model/ESP32_S2 MOTION v2.2.step -------------------------------------------------------------------------------- /Bee Motion 3D model/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Bee Motion 3D model/README.md -------------------------------------------------------------------------------- /Bee Motion 3D model/board model.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Bee Motion 3D model/board model.jpg -------------------------------------------------------------------------------- /Bee-Motion-Info-Card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Bee-Motion-Info-Card.png -------------------------------------------------------------------------------- /Code/Arduino/Bee Motion Basic.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Arduino/Bee Motion Basic.ino -------------------------------------------------------------------------------- /Code/Arduino/Bee Motion Deep Sleep Example.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Arduino/Bee Motion Deep Sleep Example.ino -------------------------------------------------------------------------------- /Code/Circuit-Python/Code/PIR/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Circuit-Python/Code/PIR/code.py -------------------------------------------------------------------------------- /Code/Circuit-Python/Code/Stats/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Circuit-Python/Code/Stats/code.py -------------------------------------------------------------------------------- /Code/Circuit-Python/Firmware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Circuit-Python/Firmware/README.md -------------------------------------------------------------------------------- /Code/Circuit-Python/Firmware/bootloader.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Circuit-Python/Firmware/bootloader.bin -------------------------------------------------------------------------------- /Code/Circuit-Python/Firmware/firmware.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Circuit-Python/Firmware/firmware.uf2 -------------------------------------------------------------------------------- /Code/Circuit-Python/Firmware/ota_data_initial.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Circuit-Python/Firmware/ota_data_initial.bin -------------------------------------------------------------------------------- /Code/Circuit-Python/Firmware/partition-table.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Circuit-Python/Firmware/partition-table.bin -------------------------------------------------------------------------------- /Code/Circuit-Python/Firmware/tinyuf2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Circuit-Python/Firmware/tinyuf2.bin -------------------------------------------------------------------------------- /Code/Micro-Python/Code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Micro-Python/Code/README.md -------------------------------------------------------------------------------- /Code/Micro-Python/Code/bm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Micro-Python/Code/bm.py -------------------------------------------------------------------------------- /Code/Micro-Python/Code/deepsleep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Micro-Python/Code/deepsleep.py -------------------------------------------------------------------------------- /Code/Micro-Python/Code/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Micro-Python/Code/main.py -------------------------------------------------------------------------------- /Code/Micro-Python/Code/motion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Micro-Python/Code/motion.py -------------------------------------------------------------------------------- /Code/Micro-Python/Firmware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Micro-Python/Firmware/README.md -------------------------------------------------------------------------------- /Code/Micro-Python/Firmware/firmware.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Code/Micro-Python/Firmware/firmware.bin -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/README.md -------------------------------------------------------------------------------- /Schematics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Schematics/README.md -------------------------------------------------------------------------------- /Schematics/board.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Schematics/board.jpg -------------------------------------------------------------------------------- /Schematics/schematic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strid3r21/Bee-Motion/HEAD/Schematics/schematic.jpg --------------------------------------------------------------------------------