https://github.com/strid3r21/beemotionmini
Documentation for the Bee Motion Mini
https://github.com/strid3r21/beemotionmini
arduino esp32
Last synced: 8 months ago
JSON representation
Documentation for the Bee Motion Mini
- Host: GitHub
- URL: https://github.com/strid3r21/beemotionmini
- Owner: strid3r21
- Created: 2022-03-29T18:18:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T16:49:30.000Z (over 3 years ago)
- Last Synced: 2025-05-08T22:44:23.362Z (8 months ago)
- Topics: arduino, esp32
- Language: C++
- Homepage:
- Size: 3.61 MB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bee Motion Mini
## **Buy on** [Tindie](https://www.tindie.com/products/smartbee/bee-motion-mini-esp32-pir)
## **Visit our** [Discord](https://tinyurl.com/Bee-Motion-Discord-Git)

# Programming on Arduino
## Add the Espressif ESP32 arduino board library to Arduino IDE
File > Preferences > at the bottom "Additional Board Manager URLS" paste in this url
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
From there you will be able to search and add the ESP32 board library from the board library search bar. install the ESP32 library by Espressif and make sure you're using version number 2.0.5 or later. You will then be able to select your Bee Motion Mini from the board manager.
## How to program the Bee Motion
In order to program the Bee Motion you need to put it into download mode. To do so all you need to do is connect the USB-C cable and then press and hold the boot button. with the boot button being held down, press the reset button and release. then you can release the boot button. this will put the Bee Motion into download mode which will allow it to be programmed. Then for the board, select "Bee Motion Mini" from the board manager.